Date: Fri, 6 Sep 2019 18:41:51 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511352 - in head/x11: xorg-apps xprehashprinterlist xrx xsetmode xsetpointer Message-ID: <201909061841.x86IfpZ7036469@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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@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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909061841.x86IfpZ7036469>