ports/130475: allow x11/libxcb and x11/xcb-proto to build with python 2.6
Ashish SHUKLA
wahjava at gmail.com
Wed Jan 14 16:50:04 UTC 2009
The following reply was made to PR ports/130475; it has been noted by GNATS.
From: wahjava at gmail.com (Ashish SHUKLA)
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/130475: allow x11/libxcb and x11/xcb-proto to build with python 2.6
Date: Wed, 14 Jan 2009 22:19:56 +0530
--=-=-=
Hi,
I'm approving the changes. And attached is the patch which needs to be
committed.
Thanks
--
Ashish SHUKLA
--=-=-=
Content-Disposition: attachment; filename=libxcb_xcb-proto.diff
Content-Description: diff
diff --git /usr/ports/libxcb/Makefile libxcb/Makefile
new file mode 100644
index 7f72174..6d18a47 100644
--- /usr/ports/libxcb/Makefile
+++ libxcb/Makefile
@@ -28,7 +28,7 @@ USE_GNOME= gnomehack
USE_GMAKE= yes
USE_LDCONFIG= yes
USE_XORG= xau xdmcp
-USE_PYTHON= 2.5
+USE_PYTHON= 2.5+
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-check=${LOCALBASE}
diff --git /usr/ports/xcb-proto/Makefile xcb-proto/Makefile
new file mode 100644
index 118a47e..74369ff 100644
--- /usr/ports/xcb-proto/Makefile
+++ xcb-proto/Makefile
@@ -17,7 +17,7 @@ BUILD_DEPENDS= xmllint:${PORTSDIR}/textproc/libxml2
USE_BZIP2= yes
USE_GNOME= gnomehack
-USE_PYTHON= 2.5
+USE_PYTHON= 2.5+
GNU_CONFIGURE= yes
DATADIR= ${PREFIX}/share/xcb
--=-=-=--
More information about the freebsd-ports-bugs
mailing list