ports/127505: [PATCH]x11/libX11: fix dependencies WITH_XCB, remove a useless line
bf
bf2006a at yahoo.com
Sat Sep 20 11:00:03 UTC 2008
>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:
More information about the freebsd-ports-bugs
mailing list