svn commit: r511352 - in head/x11: xorg-apps xprehashprinterlist xrx xsetmode xsetpointer
Niclas Zeising
zeising at FreeBSD.org
Fri Sep 6 18:41:52 UTC 2019
Author: zeising
Date: Fri Sep 6 18:41:51 2019
New Revision: 511352
URL: https://svnweb.freebsd.org/changeset/ports/511352
Log:
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
Modified:
head/x11/xorg-apps/Makefile
head/x11/xprehashprinterlist/Makefile
head/x11/xrx/Makefile
head/x11/xsetmode/Makefile
head/x11/xsetpointer/Makefile
Modified: head/x11/xorg-apps/Makefile
==============================================================================
--- head/x11/xorg-apps/Makefile Fri Sep 6 18:36:40 2019 (r511351)
+++ head/x11/xorg-apps/Makefile Fri Sep 6 18:41:51 2019 (r511352)
@@ -2,7 +2,7 @@
PORTNAME= xorg-apps
PORTVERSION= 7.7
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11
MAINTAINER= x11 at FreeBSD.org
@@ -14,7 +14,7 @@ COMPONENTS= appres bitmap xf86dga:dga iceauth luit \
xcmsdb xconsole xcursorgen xdpyinfo xdriinfo xev xgamma xgc \
xhost xinput xkbcomp xkbevd xkbutils:xkbvleds xkill \
xlsatoms xlsclients xmodmap xpr xprop xrandr xrdb \
- xrefresh xset xsetmode xsetroot xvinfo xwd xwininfo \
+ xrefresh xset xsetroot xvinfo xwd xwininfo \
xwud xmessage
# These three are added for convenience purposes only.
Modified: head/x11/xprehashprinterlist/Makefile
==============================================================================
--- head/x11/xprehashprinterlist/Makefile Fri Sep 6 18:36:40 2019 (r511351)
+++ head/x11/xprehashprinterlist/Makefile Fri Sep 6 18:41:51 2019 (r511352)
@@ -7,6 +7,9 @@ CATEGORIES= x11
MAINTAINER= x11 at FreeBSD.org
COMMENT= Recomputes the list of available printers
+DEPRECATED= Deprecated upstream
+EXPIRATION_DATE=2019-10-15
+
XORG_CAT= app
USE_XORG= xp x11
Modified: head/x11/xrx/Makefile
==============================================================================
--- head/x11/xrx/Makefile Fri Sep 6 18:36:40 2019 (r511351)
+++ head/x11/xrx/Makefile Fri Sep 6 18:41:51 2019 (r511352)
@@ -8,6 +8,9 @@ CATEGORIES= x11
MAINTAINER= x11 at FreeBSD.org
COMMENT= RX helper program
+DEPRECATED= Deprecated upstream
+EXPIRATION_DATE=2019-10-15
+
XORG_CAT= app
USE_XORG= x11 xt xext xtrans xorgproto xau xaw ice
USES= libtool
Modified: head/x11/xsetmode/Makefile
==============================================================================
--- head/x11/xsetmode/Makefile Fri Sep 6 18:36:40 2019 (r511351)
+++ head/x11/xsetmode/Makefile Fri Sep 6 18:41:51 2019 (r511352)
@@ -7,6 +7,9 @@ CATEGORIES= x11
MAINTAINER= x11 at FreeBSD.org
COMMENT= Set the mode for an X Input Device
+DEPRECATED= Deprecated upstream
+EXPIRATION_DATE=2019-10-15
+
XORG_CAT= app
USE_XORG= xi x11
Modified: head/x11/xsetpointer/Makefile
==============================================================================
--- head/x11/xsetpointer/Makefile Fri Sep 6 18:36:40 2019 (r511351)
+++ head/x11/xsetpointer/Makefile Fri Sep 6 18:41:51 2019 (r511352)
@@ -7,6 +7,9 @@ CATEGORIES= x11
MAINTAINER= x11 at FreeBSD.org
COMMENT= Set an X Input device as the main pointer
+DEPRECATED= Deprecated upstream
+EXPIRATION_DATE=2019-10-15
+
XORG_CAT= app
USE_XORG= xi x11
More information about the svn-ports-all
mailing list