Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Sep 2008 10:50:19 GMT
From:      bf <bf2006a@yahoo.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/127505: [PATCH]x11/libX11: fix dependencies WITH_XCB, remove a useless line
Message-ID:  <200809201050.m8KAoJ36016705@www.freebsd.org>
Resent-Message-ID: <200809201100.m8KB03nh017055@freefall.freebsd.org>

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

>Number:         127505
>Category:       ports
>Synopsis:       [PATCH]x11/libX11: fix dependencies WITH_XCB, remove a useless line
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 20 11:00:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     bf
>Release:        7-STABLE i386
>Organization:
-
>Environment:
>Description:
A minor cleanup.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN libX11.orig/Makefile libX11/Makefile
--- libX11.orig/Makefile	2008-04-19 13:54:26.000000000 -0400
+++ libX11/Makefile	2008-09-20 05:57:13.692373848 -0400
@@ -19,7 +19,6 @@
 XORG_CAT=	lib
 USE_XORG=	bigreqsproto xau xcmiscproto xdmcp xextproto xtrans \
 		kbproto:both inputproto xf86bigfontproto xproto:both
-USE_XORG+=	
 USE_AUTOTOOLS=	libtool:15
 CONFIGURE_ARGS+=	--enable-xdmauth --datadir=${PREFIX}/lib
 
@@ -27,7 +26,7 @@
 
 .if defined(WITH_XCB)
 BUILD_DEPENDS+=	${LOCALBASE}/libdata/pkgconfig/xcb-xlib.pc:${PORTSDIR}/x11/libxcb
-RUN_DEPENDS+=	${BUILD_DEPENDS}
+RUN_DEPENDS+=	${LOCALBASE}/libdata/pkgconfig/xcb-xlib.pc:${PORTSDIR}/x11/libxcb
 CONFIGURE_ARGS+=	--with-xcb=yes
 PLIST_SUB+=	XCB=""
 .else


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



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