Port details |
- xorg-apps X.org apps meta-port
- 7.7_4 x11
=65 7.7_4Version of this port present on the latest quarterly branch. - Maintainer: x11@FreeBSD.org
 - Port Added: 2007-05-23 03:28:46
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: xorg-libraries, pcre, xterm, expat, libXau
- License: NA
- WWW:
- https://www.x.org/
- Description:
- This meta-package installs all X.Org applications.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- xorg-apps>0:x11/xorg-apps
- To install the port:
- cd /usr/ports/x11/xorg-apps/ && make install clean
- To add the package, run one of these commands:
- pkg install x11/xorg-apps
- pkg install xorg-apps
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xorg-apps
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- appres : x11/appres
- bitmap : x11/bitmap
- dga : x11/xf86dga
- iceauth : x11/iceauth
- mkfontscale : x11-fonts/mkfontscale
- sessreg : x11/sessreg
- setxkbmap : x11/setxkbmap
- smproxy : x11/smproxy
- x11perf : x11/x11perf
- xauth : x11/xauth
- xbacklight : x11/xbacklight
- xcalc : x11/xcalc
- xcmsdb : x11/xcmsdb
- xconsole : x11/xconsole
- xcursorgen : x11/xcursorgen
- xdpyinfo : x11/xdpyinfo
- xdriinfo : x11/xdriinfo
- xev : x11/xev
- xgamma : x11/xgamma
- xgc : x11/xgc
- xhost : x11/xhost
- xinput : x11/xinput
- xkbcomp : x11/xkbcomp
- xkbevd : x11/xkbevd
- xkbvleds : x11/xkbutils
- xkill : x11/xkill
- xlsatoms : x11/xlsatoms
- xlsclients : x11/xlsclients
- xmodmap : x11/xmodmap
- xpr : x11/xpr
- xprop : x11/xprop
- xrandr : x11/xrandr
- xrdb : x11/xrdb
- xrefresh : x11/xrefresh
- xset : x11/xset
- xsetroot : x11/xsetroot
- xvinfo : x11/xvinfo
- xwd : x11/xwd
- xwininfo : x11/xwininfo
- xwud : x11/xwud
- xmessage : x11/xmessage
- twm : x11-wm/twm
- xclock : x11-clocks/xclock
- xinit : x11/xinit
- xterm : x11/xterm
- This port is required by:
- for Run
-
- x11/xorg
Configuration Options:
- ===> The following configuration options are available for xorg-apps-7.7_4:
APPRES=on: Install appres application
BITMAP=on: Install bitmap application
ICEAUTH=on: Install iceauth application
MKFONTSCALE=on: Install mkfontscale application
SESSREG=on: Install sessreg application
SETXKBMAP=on: Install setxkbmap application
SMPROXY=on: Install smproxy application
TWM=on: Install twm application
X11PERF=on: Install x11perf application
XAUTH=on: Install xauth application
XBACKLIGHT=on: Install xbacklight application
XCALC=on: Install xcalc application
XCLOCK=on: Install xclock application
XCMSDB=on: Install xcmsdb application
XCONSOLE=on: Install xconsole application
XCURSORGEN=on: Install xcursorgen application
XDPYINFO=on: Install xdpyinfo application
XDRIINFO=on: Install xdriinfo application
XEV=on: Install xev application
XF86DGA=on: Install xf86dga application
XGAMMA=on: Install xgamma application
XGC=on: Install xgc application
XHOST=on: Install xhost application
XINIT=on: Install xinit application
XINPUT=on: Install xinput application
XKBCOMP=on: Install xkbcomp application
XKBEVD=on: Install xkbevd application
XKBUTILS=on: Install xkbutils application
XKILL=on: Install xkill application
XLSATOMS=on: Install xlsatoms application
XLSCLIENTS=on: Install xlsclients application
XMESSAGE=on: Install xmessage application
XMODMAP=on: Install xmodmap application
XPR=on: Install xpr application
XPROP=on: Install xprop application
XRANDR=on: Install xrandr application
XRDB=on: Install xrdb application
XREFRESH=on: Install xrefresh application
XSET=on: Install xset application
XSETROOT=on: Install xsetroot application
XTERM=on: Install xterm application
XVINFO=on: Install xvinfo application
XWD=on: Install xwd application
XWININFO=on: Install xwininfo application
XWUD=on: Install xwud application
===> Use 'make config' to modify these settings
- Options name:
- x11_xorg-apps
- USES:
- metaport
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
7.7_4 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
7.7_4 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
7.7_4 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
7.7_4 06 Sep 2019 18:44:13
  |
zeising  |
x11/xorg-apps: Don't depend on luit
luit is deprecated upstream, but still needed bu xterm, so it can't be
deprecated in ports. Until a solution for xterm is found, just remove it
from x11/xorg-apps, but don't deprecate it. |
7.7_4 06 Sep 2019 18:41:51
  |
zeising  |
Deprecate various xorg apps
Deprecate various xorg apps, they have all been deprecated upstream.
Remove the dependency in xorg-apps as needed.
List of deprecated apps:
xprehashprinterlist
xrx
xsetmode
xsetpointer |
7.7_3 11 Mar 2019 21:25:57
  |
zeising  |
x11-fonts/mkfontscale: Update to 1.2.0
Update x11-fonts/mkfontscale to 1.2.0
Remove x11-fonts/mkfontdir, which has been merged into mkfontscale.
Update dependencies and bump portrevisions.
Add an entry to UPDATING and MOVES
Changelog:
https://lists.x.org/archives/xorg/2019-March/059633.html
Thanks to Antoine for the exp-run!
PR: 236336 (exp-run)
Obtained from: FreeBSD Graphics Team dev repo
https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/mkfontscale
Sponsored by: B3 Init |
7.7_2 14 Jul 2017 12:44:57
  |
amdmi3  |
Update X.org WWWs
Approved by: portmgr blanket |
7.7_2 01 Apr 2016 14:33:58
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
7.7_2 28 Mar 2015 14:51:39
  |
bapt  |
Convert to USES=metaport |
7.7_2 17 Jan 2015 21:45:39
  |
bapt  |
This is actually a meta port no need to install anything |
7.7_1 10 Sep 2014 20:50:37
  |
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
7.7 05 May 2014 09:45:37
  |
bapt  |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
7.7 16 Dec 2013 11:11:10
  |
zeising  |
Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]
If the old xorg stack is still needed, it is possible to add WITHOUT_NEW_XORG=
to /etc/make.conf to get the old version.
Update several xorg related ports, including:
x11/libxcb 1.9.1 -> 1.9.3
graphics/libdrm 2.4.46 -> 2.4.50
x11/pixman 0.30.2 -> 0.32.4
x11/xkeyboard-config 2.9 -> 2.10.1
x11-drivers/xf86-input-keyboard 1.7.0 -> 1.8.0
Fix dissapearing cursor in xf86-video-vmware [2]
Stagify all x11@-owned ports
Bump portrevisions for xf86-* ports due to xserver version change.
Fix fallout from updates where needed.
Thanks to: all testersi, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/184684 [1], ports/181385 [2]
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> [2]
Approved by: portmgr (bdrewery), core (jhb) [0] |
7.7 20 Sep 2013 23:43:20
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11) |
7.7 25 May 2013 14:37:03
  |
zeising  |
The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:
Xorg 7.7
Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities
(Only the first 15 lines of the commit message are shown above ) |
7.5.2_1 02 May 2013 22:10:11
  |
bapt  |
Fix a bug in glob matching (spotted by bmake(1)) |
7.5.2_1 02 May 2013 17:31:22
  |
bapt  |
Ports is using :U before any inclusion of bsd.port.mk so it needs to specify to
bmake it needs:
:U and :L to work the legacy make way |
7.5.2_1 03 Feb 2013 22:24:52
  |
zeising  |
Add xconsole to the list of xorg apps pulled in.
Bump portrevision.
Approved by: kwm, miwi (mentors, implicit) |
7.5.2 07 Jan 2013 13:14:46
  |
kwm  |
Fix run_depend to actualy include apps
PR: ports/175076
Submitted by: Harry Matthiesen Jensen <hmj@elgert.dk> |
7.5.2 05 Jan 2013 22:57:40
  |
kwm  |
Convert x11@ owned ports to OptionsNG. Thanks go to bapt@ for review and help
rendered with deciphering the monster that is xorg-drivers.
With hat: x11@ |
7.5.2 21 Apr 2012 17:03:32
 |
miwi  |
- Please welcome Xorg 7.5.2
The Xorg Team is pleased to announce the next round of Xorg updates.
The team created a new flag called WITH_NEW_XORG that users can include
in /etc/make.conf. This was created for the intel KMS work being done
althouthough It probably works for other chips. Unfortunately, the intel
KMS driver will only work on FreeBSD 9(RELENG|STABLE) or 10/HEAD users.
Older version of FreeBSD will not be supported. Intel users will need
to patch their source manually with Konstantin?s KMS kernel patch to get
the newer chips to work. Please carefully read UPDATING entry.
Changes:
- libdrm 2.4.31 (including KMS support)
- mesa 7.11.2
- xorg-server 1.10.6
- a lot of new Graphic Drivers.
I would like to thank:
Koop Mast
Eitan Adler
Niclas Zeising
and all helpers and testers from x11@. |
7.5.1 25 Feb 2011 16:52:50
 |
miwi  |
- Please welcome Xorg 7.5.1
The X-Server has been patched to the latest 1.7.X series, drivers
and fonts have been updated to the latest versions. This update includes
some components from Xorg 7.6 with a lot of improvements, and it seems
that the performance is much better than the old version. Also this
Update fix build issues with clang and binutils 2.17.50 in current,
remove 6.X gruft and de-author pkg-descr.
I would like to thank:
Beat Gaetzi
Dima Panov
Koop Mast
Eitan Adler
and all Testers.
PR: ports/147646
ports/148035
ports/148744
ports/150223
ports/152889
ports/154457 |
7.5_1 31 Dec 2010 08:57:57
 |
kevlo  |
Add dependency on xclock since some people got confused about the message:
/usr/local/lib/X11/xinit/xinitrc: xclock: not found
Discussed on: x11@ |
7.5 01 May 2010 11:41:07
 |
miwi  |
- Update to Xorg 7.5
The Intel drivers was patched to work with
the new server. The drivers for Vesa, NV,NVIDIA and
ATI have been tested thoroughfully and seem to work fine.
A complete changelog of Xorg 7.5 can you read here:
http://www.x.org/releases/X11R7.5/
A note to FreeBSD 6.X users: We strongly recommend you
to update your system to 7.x or above.
For updating try
portupgrade -af \* (Only the first 15 lines of the commit message are shown above ) |
7.4_2 28 Mar 2010 06:47:48
 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
7.4_1 23 Jan 2009 19:31:36
 |
flz  |
Re-add twm, xinit and xterm for convenience.
Discussed on: #bsdports |
7.4 23 Jan 2009 16:28:36
 |
flz  |
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG). |
7.3 19 Apr 2008 17:56:05
 |
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
7.3 12 Oct 2007 00:29:38
 |
obrien  |
Xmh depend on emh, so add the runtime dependancy. |
7.3 13 Sep 2007 19:45:08
 |
flz  |
- Update X.org ports to 7.3.
- Mark XFree86-4 as DEPRECATED with EXPIRATION_DATE set to 2007-12-25.
I hope that nobody will be bored enough on Christmas to remove them on
that day.
Tested by: vehemens, Rene Ladan, Beech Rintoul, sarek on x11@ |
7.2 02 Jul 2007 18:02:22
 |
lesi  |
Only depend on xsm if /usr/bin/rsh is present.
PR: ports/112806 |
7.2 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |