From owner-svn-ports-all@freebsd.org Fri Sep 6 18:41:52 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 89498D3B12; Fri, 6 Sep 2019 18:41:52 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46Q5xr36fSz4kVQ; Fri, 6 Sep 2019 18:41:52 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4E42421247; Fri, 6 Sep 2019 18:41:52 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x86Ifq6X036474; Fri, 6 Sep 2019 18:41:52 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x86IfpZ7036469; Fri, 6 Sep 2019 18:41:51 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201909061841.x86IfpZ7036469@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Fri, 6 Sep 2019 18:41:51 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: in head/x11: xorg-apps xprehashprinterlist xrx xsetmode xsetpointer X-SVN-Commit-Revision: 511352 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Sep 2019 18:41:52 -0000 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