[PATCH] x11/libxcb: fix USE_PYTHON_BUILD

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 2 18:27:25 UTC 2014


>Submitter-Id:	current-users
>Originator:	Sunpoet Po-Chuan Hsieh
>Organization:	The FreeBSD Project
>Confidential:	no 
>Synopsis:	[PATCH] x11/libxcb: fix USE_PYTHON_BUILD
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		change-request
>Release:	FreeBSD 10.0-STABLE amd64
>Environment:
System: FreeBSD bonjour.sunpoet.net 10.0-STABLE FreeBSD 10.0-STABLE #0 r262595: Fri Feb 28 17:51:10 CST
>Description:
- Fix USE_PYTHON_BUILD: this port does not work with Python 3.x

Port maintainer (x11 at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 1.00.2014.02.18 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- libxcb-1.9.3.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 346788)
+++ Makefile	(working copy)
@@ -24,7 +24,7 @@
 USE_GNOME=	libxslt:build
 USE_LDCONFIG=	yes
 USE_XORG=	xau xdmcp
-USE_PYTHON_BUILD=	yes
+USE_PYTHON_BUILD=	2
 
 GNU_CONFIGURE=	yes
 .for f in XPROTO_CFLAGS XPROTO_LIBS XDMCP_CFLAGS XDMCP_LIBS NEEDED_CFLAGS NEEDED_LIBS
--- libxcb-1.9.3.patch ends here ---



More information about the freebsd-x11 mailing list