Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jan 2012 05:22:11 GMT
From:      Anonymous <swell.k@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/163763: [patch] x11/xdpyinfo, x11/xset, x11-servers/xorg-server: prune unused deps
Message-ID:  <201201020522.q025MBvl050504@red.freebsd.org>
Resent-Message-ID: <201201020530.q025UBnU057815@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         163763
>Category:       ports
>Synopsis:       [patch] x11/xdpyinfo, x11/xset, x11-servers/xorg-server: prune unused deps
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 02 05:30:11 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Anonymous
>Release:        
>Organization:
>Environment:
~/.xinitrc: xset r rate 150 100

>Description:
Prune obsolete dependencies in Xserver: trapproto[1], xf86miscproto[2].
As there is no support in server explicitly disable them in apps.

[1] http://cgit.freedesktop.org/xorg/xserver/commit/?id=cbc20d9
[2] http://cgit.freedesktop.org/xorg/xserver/commit/?id=22e6410

>How-To-Repeat:
http://redports.org/~aoeui/20120102054742-22333-2207/xdpyinfo-1.2.0.log
http://redports.org/~aoeui/20120102054742-22333-2208/xset-1.2.2_1.log
http://redports.org/~aoeui/20120102051859-54660-2203/xorg-server-1.7.7_3,1.log

>Fix:


Patch attached with submission follows:

Index: x11/xdpyinfo/Makefile
===================================================================
RCS file: /a/.csup/ports/x11/xdpyinfo/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- x11/xdpyinfo/Makefile	20 Sep 2011 08:23:01 -0000	1.7
+++ x11/xdpyinfo/Makefile	2 Jan 2012 04:44:15 -0000
@@ -15,8 +15,9 @@ COMMENT=	Display information utility for
 LICENSE=	MIT
 
 XORG_CAT=	app
-USE_XORG=	xext x11 xtst xxf86vm xxf86misc xxf86dga xi xrender \
+USE_XORG=	xext x11 xtst xxf86vm xxf86dga xi xrender \
 		xinerama dmxproto xp
+CONFIGURE_ARGS=	--without-xf86misc
 
 PLIST_FILES=	bin/xdpyinfo
 
Index: x11/xset/Makefile
===================================================================
RCS file: /a/.csup/ports/x11/xset/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- x11/xset/Makefile	10 Sep 2011 23:04:57 -0000	1.8
+++ x11/xset/Makefile	2 Jan 2012 04:43:58 -0000
@@ -14,7 +14,8 @@ MAINTAINER=	x11@FreeBSD.org
 COMMENT=	User preference utility for X
 
 XORG_CAT=	app
-USE_XORG=	xmuu xproto x11 xext xxf86misc xfontcache
+USE_XORG=	xmuu xproto x11 xext xfontcache
+CONFIGURE_ARGS=	--without-xf86misc
 
 PLIST_FILES=	bin/xset
 
Index: x11-servers/xorg-server/Makefile
===================================================================
RCS file: /a/.csup/ports/x11-servers/xorg-server/Makefile,v
retrieving revision 1.84
diff -u -p -r1.84 Makefile
--- x11-servers/xorg-server/Makefile	9 Nov 2011 15:26:03 -0000	1.84
+++ x11-servers/xorg-server/Makefile	2 Jan 2012 04:06:41 -0000
@@ -23,12 +23,12 @@ XORG_CAT=	xserver
 
 USE_GMAKE=	yes
 USE_GL=		gl
-USE_XORG=	xf86driproto glproto xdmcp x11 xkbfile xxf86misc xxf86vm xaw7 \
+USE_XORG=	xf86driproto glproto xdmcp x11 xkbfile xxf86vm xaw7 \
 		xmu xt xpm xext randrproto renderproto fixesproto damageproto \
-		dri2proto xcmiscproto xextproto xproto xtrans xf86miscproto \
+		dri2proto xcmiscproto xextproto xproto xtrans \
 		xf86vidmodeproto xf86bigfontproto scrnsaverproto bigreqsproto \
 		resourceproto fontsproto inputproto xf86dgaproto \
-		videoproto compositeproto trapproto recordproto xineramaproto \
+		videoproto compositeproto recordproto xineramaproto \
 		xinerama evieproto xfont fontenc xkbui pixman pciaccess
 
 MAKE_JOBS_UNSAFE=	yes


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201020522.q025MBvl050504>