Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Apr 2014 10:16:56 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351589 - in head/x11: libxcb xcb-proto
Message-ID:  <201404191016.s3JAGulI082199@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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