svn commit: r351589 - in head/x11: libxcb xcb-proto
Niclas Zeising
zeising at FreeBSD.org
Sat Apr 19 10:16:57 UTC 2014
Author: zeising
Date: Sat Apr 19 10:16:56 2014
New Revision: 351589
URL: http://svnweb.freebsd.org/changeset/ports/351589
QAT: https://qat.redports.org/buildarchive/r351589/
Log:
Restrict these to use python 2 for the time being.
Modified:
head/x11/libxcb/Makefile
head/x11/xcb-proto/Makefile
Modified: head/x11/libxcb/Makefile
==============================================================================
--- head/x11/libxcb/Makefile Sat Apr 19 09:11:24 2014 (r351588)
+++ head/x11/libxcb/Makefile Sat Apr 19 10:16:56 2014 (r351589)
@@ -3,6 +3,7 @@
PORTNAME= libxcb
PORTVERSION= 1.10
+PORTREVISION= 1
CATEGORIES= x11 python
MASTER_SITES= http://xcb.freedesktop.org/dist/
@@ -23,7 +24,7 @@ XORG_CAT= lib
USES= gmake
USE_GNOME= libxslt:build
USE_XORG= xau xdmcp
-USE_PYTHON_BUILD=YES
+USE_PYTHON_BUILD=2
.for f in XPROTO_CFLAGS XPROTO_LIBS XDMCP_CFLAGS XDMCP_LIBS NEEDED_CFLAGS NEEDED_LIBS
CONFIGURE_ARGS+=${f}="${${f}}"
Modified: head/x11/xcb-proto/Makefile
==============================================================================
--- head/x11/xcb-proto/Makefile Sat Apr 19 09:11:24 2014 (r351588)
+++ head/x11/xcb-proto/Makefile Sat Apr 19 10:16:56 2014 (r351589)
@@ -3,6 +3,7 @@
PORTNAME= xcb-proto
PORTVERSION= 1.10
+PORTREVISION= 1
CATEGORIES= x11 python
MASTER_SITES= http://xcb.freedesktop.org/dist/
@@ -12,7 +13,7 @@ COMMENT= The X protocol C-language Bindi
BUILD_DEPENDS= xmllint:${PORTSDIR}/textproc/libxml2
XORG_CAT= proto
-USE_PYTHON= 2.5+
+USE_PYTHON= 2
DATADIR= ${PREFIX}/share/xcb
More information about the svn-ports-all
mailing list