Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jan 2012 17:51:55 GMT
From:      Anonymous <swell.k@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/164544: [patch] x11-servers/xorg-server: prune unused deps
Message-ID:  <201201271751.q0RHpt86002031@red.freebsd.org>
Resent-Message-ID: <201201271800.q0RI0JZR076998@freefall.freebsd.org>

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

>Number:         164544
>Category:       ports
>Synopsis:       [patch] 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:   Fri Jan 27 18:00:19 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Anonymous
>Release:        
>Organization:
>Environment:
>Description:
Attempt #2 to remove xf86misc/trap dependencies in Xserver. Not sure why there was no such activity at least in xorg-dev repo but I've tested it both on 1.7.7 and 1.11.3 (or whatever version was latest at that time).

cf. ports/163763
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

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?201201271751.q0RHpt86002031>