Port details |
- xorg-server X.Org X server and related programs
- 21.1.16,1 x11-servers
=222 21.1.16,1Version of this port present on the latest quarterly branch. - Maintainer: x11@FreeBSD.org
 - Port Added: 2004-05-10 05:06:09
- Last Update: 2025-03-06 08:27:08
- Commit Hash: 9775248
- People watching this port, also watch:: xorg-libraries, xterm, gmake, freetype2, expat
- License: MIT
- WWW:
- https://www.freedesktop.org/Software/xorg
- Description:
- This package contains the X.Org X server and some associated programs.
See also: https://www.x.org/
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- xorg-server>0:x11-servers/xorg-server
- To install the port:
- cd /usr/ports/x11-servers/xorg-server/ && make install clean
- To add the package, run one of these commands:
- pkg install x11-servers/xorg-server
- pkg install xorg-server
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xorg-server
- Package flavors (<flavor>: <package>)
- xorg: xorg-server
- xnest: xorg-nestserver
- xephyr: xephyr
- xvfb: xorg-vfbserver
- distinfo:
- TIMESTAMP = 1740764814
SHA256 (xorg-server-21.1.16.tar.xz) = b14a116d2d805debc5b5b2aac505a279e69b217dae2fae2dfcb62400471a9970
SIZE (xorg-server-21.1.16.tar.xz) = 5025304
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- dri.pc : graphics/mesa-dri
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- xorgproto>=0 : x11/xorgproto
- xtrans.pc : x11/xtrans
- xorgproto>=0 : x11/xorgproto
- xorgproto>=0 : x11/xorgproto
- pixman-1.pc : x11/pixman
- xau.pc : x11/libXau
- xdmcp.pc : x11/libXdmcp
- xfont2.pc : x11-fonts/libXfont2
- xkbfile.pc : x11/libxkbfile
- xshmfence.pc : x11/libxshmfence
- pciaccess.pc : devel/libpciaccess
- Runtime dependencies:
-
- xkeyboard-config>=2.5 : x11/xkeyboard-config
- xkbcomp : x11/xkbcomp
- dri.pc : graphics/mesa-dri
- pixman-1.pc : x11/pixman
- xau.pc : x11/libXau
- xdmcp.pc : x11/libXdmcp
- xfont2.pc : x11-fonts/libXfont2
- xkbfile.pc : x11/libxkbfile
- xshmfence.pc : x11/libxshmfence
- pciaccess.pc : devel/libpciaccess
- Library dependencies:
-
- libudev.so : devel/libudev-devd
- libxcvt.so : x11/libxcvt
- libdrm.so : graphics/libdrm
- libepoxy.so : graphics/libepoxy
- libGL.so : graphics/libglvnd
- libGL.so : graphics/libglvnd
- libgbm.so : graphics/mesa-libs
- libunwind.so : devel/libunwind
- This port is required by:
- for Build
-
- deskutils/easystroke
- editors/retext
- emulators/virtualbox-ose-additions
- emulators/virtualbox-ose-additions-legacy
- games/lander
- games/megaglest
- games/py-pychess
-
Deleted ports which required this port:
- for Extract
-
- for Run
-
- x11/nvidia-driver
- x11/nvidia-driver-304
- x11/nvidia-driver-340
- x11/nvidia-driver-390
- x11/nvidia-driver-470
- x11/nvidia-secondary-driver
- x11/nvidia-secondary-driver-390
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- x11-servers_xorg-server
- USES:
- compiler:c11 cpe gl meson pkgconfig tar:xz xorg
- pkg-message:
- For install:
- Xorg-server has been installed.
If your kernel is compiled with the EVDEV_SUPPORT option enabled
(default starting from FreeBSD 12.1) it is recommended to enable evdev mode in
pointer device drivers like ums(4) and psm(4). This will give improvements like
better tilt wheel support for mice and centralized gesture support via
xf86-input-synaptics or libinput drivers for touchpads.
This is also needed for PS/2 devices to be properly detected by Xorg when
moused service is disabled in /etc/rc.conf and kernel is compiled with
EVDEV_SUPPORT.
To enable evdev in such a device, run the following:
# sysctl kern.evdev.rcpt_mask=6
To make it persistent across reboots, add the following to /etc/sysctl.conf:
kern.evdev.rcpt_mask=6
In case you're using a serial mouse or any other mouse that *only* works over
sysmouse(4) and moused(8) on an evdev enabled kernel, please run this:
# sysctl kern.evdev.rcpt_mask=3
To make it persistent across reboots, add to this /etc/sysctl.conf:
kern.evdev.rcpt_mask=3
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.8.2_2 15 Jun 2005 02:42:14
 |
lesi  |
Fix up plist after modifications to mtree (BSD.x11-4.dist rev. 1.27). |
6.8.2_2 17 May 2005 23:37:59
 |
lesi  |
- Correct the ranges of the bus resource windows on sparc64.
This makes PCI video cards work that hang off directly from
the Host-to-PCI bridge in machines like the Blade 100. [1]
- Default to old 'keyboard' driver for sparc64. Patches for 'kbd'
one were not enough so until new driver is fixed, this change
makes Xorg work with sparc64 keyboards. Knob WITH_SPARC_KBD is
provided to ease efforts of fixing 'kbd'.
Submitted by: marius [1] |
6.8.2_1 09 May 2005 07:22:57
 |
lesi  |
Bump max number of buttons supported by mouse driver to 16 so Logitech
MediaPlay mouse works.
(Xorg Bugzilla #2389)
PR: ports/80744
Submitted by: cy |
6.8.2 06 Apr 2005 19:17:37
 |
lesi  |
Speed up extract target by not extracting */CVS/*. From ahze:
With Patch:
(pII 400Mhz)
real 1m12.597s
user 0m14.706s
sys 0m12.061s
(athlon 2500+ 3disk raid 0)
real 0m12.912s
user 0m2.884s
sys 0m3.128s
Without Patch:
(pII 400Mhz)
real 1m43.233s
user 0m14.565s
sys 0m13.951s
(athlon 2500+ 3disk raid 0)
real 0m22.967s
user 0m2.925s
sys 0m3.576s
Submitted by: ahze |
6.8.2 25 Mar 2005 07:03:04
 |
lesi  |
Sync with etc/mtree/BSD.x11-4.dist rev. 1.26:
Add mt locale directory, since more and more ports create and use it.
Requested by: krion
Approved by: portmgr (krion; in advance) |
6.8.2 19 Mar 2005 04:32:38
 |
anholt  |
Add Peter Grehan's patches to port xorg-server to PowerPC.
PR: ports/78345, ports/78346, ports/78348, ports/78352,
ports/78353, ports/78354, ports/78355, ports/78356,
ports/78358, ports/78359
Submitted by: grehan |
6.8.2 19 Mar 2005 04:08:50
 |
anholt  |
Remove a duplicated imake define that adds noise to the configure stage. |
6.8.2 17 Mar 2005 23:22:13
 |
lesi  |
Upgrade X.Org ports to 6.8.2.
Release notes are available at
http://www.x.org/X11R6.8.2/doc/RELNOTES.html
Thanks to kris and krion for running several cluster test builds,
maintainers of GNOME for prompt responses, portmgr for postponing ports
freeze for this update, testers on FreeBSD-X11@ list and others that I
might have mised here.
Also included:
- fix for ATI Mobility on Dell Inspiron 7500 (obtained from Marc Aurele La
France; obtained and tested by julian)
- fix for kbd driver on Sparc64 (tested by Aaron Dudek, Michael G. Jung and
Matthias Muthmann), which still appears to have problems with some
keyboards - so
- fix for kbd driver on PC98 (reported and tested by NAKAJI Hiroyuki; PR
ports/77217)
- fix for i810 on HP D530 (obtained from Egbert Eich; obtained and tested
by Anders Nor Berle; PR ports/74757) |
6.8.1_2 13 Jan 2005 22:52:24
 |
anholt  |
[1] Add i810 driver to AMD64 package.
[2] Put the manpages from section 4 under 4x. For example, you can do
"man 4x vga" to get the X vga(4x) manpage, still do man 4 cirrus to get
cirrus(4x), and man -a vga to get both vga manpages.
[3] Apply several important-looking fixes to ATI drivers from the stable branch:
- Fix mode setting with Mach64 on some laptops.
- Don't crash with mach64 for some PCI configurations
- Improve hang detection on r128s. (may improve speed in DRI, too)
- Avoid a hang on server regen on r128 with DRI.
- Fix the DynamicClocks support, which could have caused hangs with DRI on
original Radeons.
PR: [2] ports/25576
Submitted by: [2] fanf
Requested by: [1] peter
Obtained from: [3] XORG-6_8-branch |
6.8.1_1 02 Jan 2005 00:32:07
 |
anholt  |
[1] Fix a crash on startup with i830+ systems due to failure to follow an API
change that occurred.
[2] Install the xorg.conf referred to by xorg.conf(5). Installation was
disabled during the XF86 name avoidance phase, but could still be of use.
[3] Add a section about the Composite extension to xorg.conf.
[4] Add MakeDllModules YES to the WITH_DEBUG flag's options. While it won't
package correctly, you can't actually debug modules (where crashes almost always
happen) without it.
[5] Merge fixes from XORG-6_8-branch for i810 driver crashes in on CloseScreen,
ringbuffer lockups, and various warnings.
[6] Recognize R_ALPHA_SREL32 relocation type in elfloader.
PR: [1] ports/75425
[2] ports/73915
[6] ports/73257
Submitted by: [1] Marc Silver, marcs at draenor dot org
[2] Frank J. Laszlo, laszlof at vonostingroup dot com
[6] Ken Stailey kstailey at yahoo dot com
[6] r1.4 of X.Org CVS.
Approved by: portmgr |
6.8.1 31 Dec 2004 09:02:28
 |
anholt  |
Re-add libXThrStub for FreeBSD that requires thread stubs. Between 6.7 and 6.8
I had moved libXThrStub into libX11, because it seemed unnecessary. However,
because libc_r symbols are also weak, the weak stubs in libX11 would interfere,
however they don't if they are in a library linked by libX11. The most common
manifestation of the problem was:
GThread-ERROR **: file gthread-posix.c: line 137 (g_thread_impl_init): error
'Invalid argument' during 'pthread_getschedparam (pthread_self(), &policy,
&sched)'
in glib apps.
PR: ports/75477
Submitted by: KIMURA Yasuhiro, yasu at utahime dot org
Testing by: marcus |
6.8.1 29 Dec 2004 02:29:31
 |
pav  |
- Rewrap to fit on 80 columns console
Approved by: anholt (x11 hat) |
6.8.1 23 Dec 2004 01:35:49
 |
anholt  |
Update X.Org ports to 6.8.1, and the DRI port to use Mesa 6.2. Because Mesa 6.2
DRI drivers are incompatible with the old libGL in XFree86, they have been
repocopied to graphics/xfree86-dri. Also note that with this commit the html
manpages are going away, and with it the runtime dependency on perl for the
imake port.
Release notes at: http://www.x.org/X11R6.8.1/RELNOTES.txt
Props to: kris (multiple cluster runs and sorting through logs)
lesi (fixing all the issues in those logs, and more) |
6.7.0_9 04 Nov 2004 16:57:50
 |
lesi  |
Don't refer people to nonexistant 'Monitors' file in xorgconfig.
(freedesktop.org Bugzilla #1692)
Reported by: znerd
PR: ports/56275 |
6.7.0_9 26 Sep 2004 14:18:42
 |
lesi  |
Fix behaviour of keyboard under pc98 where keycodes differ from i386.
Submitted by: Satoshi Kimura
Approved by: portmgr (linimon), mentor (anholt) |
6.7.0_8 12 Sep 2004 20:35:09
 |
lesi  |
Fix behaviour of keyboard under sparc64, where keycodes were off by one
(i.e., when pressing 'd' on keyboard, server would get code for 'f').
Submitted by: marius
Approved by: portmgr (linimon), anholt (mentor) |
6.7.0_7 02 Sep 2004 21:46:08
 |
lesi  |
Fix problem with XVideo (insufficient resources for operation). [1]
Use correct prototype for sysarch(2). [2]
PR: ports/70317 [1], ports/71037 [2]
Submitted by: Andrew Elmore (aelmore at interwoven.com) [2]
Approved by: anholt (mentor)
Obtained from: Free Desktop.Org Bugzilla #474 [1] |
6.7.0_6 02 Sep 2004 01:57:53
 |
lesi  |
Use MASTER_SITE_XORG.
Approved by: anholt (mentor) |
6.7.0_6 31 Aug 2004 00:18:27
 |
lesi  |
Fix missing symbol with SiS driver [1].
Fix package list (partly [2]).
PR: ports/69790 [1], ports/70376 [2]
Submitted by: Andreas Kohn (andreas AT syndrom23.de) [1]
John R. Makosky (jrm-spam1 AT crackpot.org) [2]
Approved by: anholt (mentor) |
6.7.0_5 28 Jul 2004 14:24:35
 |
pav  |
- Correct typo (CLFAGS -> CFLAGS)
PR: ports/69703
Submitted by: Masakazu HIGAKI <higamasa@dream.com> |
6.7.0_5 23 Jul 2004 23:46:02
 |
pav  |
- Extend IGNORE message, point users to instructions how to switch
from XFree86-4 to X.Org.
Approved by: anholt (x11 hat) |
6.7.0_5 23 Jul 2004 19:10:32
 |
anholt  |
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.
PR: ports/68763
Approved by: portmgr (marcus)
Approved by: re (scottl) |
6.7.0_5 19 Jul 2004 06:29:06
 |
anholt  |
s/WITH_XLIB/USE_XLIB/ -- fixes missing dependency.
Reported by: pointyhat via kris (over and over) |
6.7.0_5 11 Jul 2004 20:22:37
 |
anholt  |
Rethink the DRI dependency. It's not actually needed for the server to work.
It's only useful with both server and libraries. It should really be depended
on by the metaport instead.
PR: ports/68484
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> |
6.7.0_5 19 Jun 2004 06:03:51
 |
anholt  |
And my hat collection grows. Actually remove the remnants of pkg-message
stuff. |
6.7.0_5 19 Jun 2004 05:51:45
 |
anholt  |
- Install the server setuid by default. The x11/wrapper/files/wrapper.c code
is already in the server. I can't even imagine a situation where running an
X server (which is run as root, mind you) is ok, while having a setuid X
server with arguments and environment checking ala wrapper.c is not. But put
an option in anyway.
- Include the SERVER_PATCHES define needed for the new server ports. |
6.7.0_4 10 Jun 2004 07:43:39
 |
anholt  |
Install xorgcfg and xorgconfig.
PR: ports/67656
Submitted by: Alex Deiter <tiamat@komi.mts.ru> |
6.7.0_3 31 May 2004 02:56:22
 |
anholt  |
- Only set XFREE86_HTML_MAN if there are going to be manpages installed
(XMAN_DIRS is set).
- Remove spammed-in configure.gen.pre
- Pass thread flags/libs to configure like should have been done
- Add changes to config/cf/* for the fonts ports. |
6.7.0_3 29 May 2004 23:08:07
 |
anholt  |
- Depend on xorg-libraries by default instead of the modular libraries.
- Don't install Xserver.1 (a manpage for all X servers), which is provided by
xorg-manpages. |
6.7.0_2 29 May 2004 01:04:24
 |
anholt  |
Add some more patches based on XFree86-4-libraries/files, for the
xorg-libraries and -clients ports. |
6.7.0_2 18 May 2004 05:29:03
 |
anholt  |
[1] Fix packaging on amd64
[2] Remove sparc64 patch that got spammed into the wrong location in FreeBSD.cf
[3] Fix many problems in the Render implementation.
[4] Depend on libGL to provide glx headers, until they're located in a more
appropriate package.
PR: [1] ports/66682
Submitted by: [1] Francois Tigeot <ftigeot@wolfpond.org>
Obtained from: [3] X.Org CVS |
6.7.0_1 11 May 2004 08:12:23
 |
anholt  |
[1] Add missing dependency on freetype2.
[2] Add missing AMD64 patch that was in XFree86-4-Server.
Reported by: [1] bento via kris
Submitted by: [2] Francois Tigeot <ftigeot@wolfpond.org> |
6.7.0 10 May 2004 16:50:39
 |
marcus  |
Correct a typo in one of the LIB_PC_DEPENDS. |
6.7.0 10 May 2004 05:05:00
 |
anholt  |
New port: xorg-server taken from X.org release 6.7.0.
Tested only on x86 so far due to problems installing dependencies on build
cluster. Based on XFree86-4-Server originally, but I decided the history
wasn't worth keeping that much as a lot has been changed. |