| Port details on branch 2025Q4 |
- xorg-server X.Org X server and related programs
- 21.1.20,1 x11-servers
=0 21.1.20,1Version of this port present on the latest quarterly branch. - Maintainer: x11@FreeBSD.org
 - Port Added: 2025-11-22 16:06:24
- Last Update: 2025-11-22 16:04:53
- Commit Hash: 487013c
- 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.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found 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 = 1762267216
SHA256 (xorg-server-21.1.20.tar.xz) = 7695bc61824b3a81b6bad2f78b05400ca015003de402d1b322117105b702e937
SIZE (xorg-server-21.1.20.tar.xz) = 5055676
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- 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
- There are no ports dependent upon this port
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:
|
Number of commits found: 1
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
21.1.20,1 22 Nov 2025 16:04:53
    |
Robert Clausecker (fuz)  Author: George Mitchell |
x11-servers/xorg-server: update to 21.1.20
This fixes open CVEs CVE-2025-62229, CVE-2025-62230, and CVE-2025-62231.
Reported by: rob2g2-freebsd@bitbert.com
PR: 290655
Security: e99a32c8-b8e2-11f0-8510-b42e991fc52e
MFH: 2025Q4
Approved by: x11 (maintainer timeout)
(cherry picked from commit 34de5acb0688621eca69ddf0e55f9a928525e199) |
Number of commits found: 1
|