[PATCH] x11/xcb-proto: fix USE_PYTHON

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 2 17:29:04 UTC 2014


>Submitter-Id:	current-users
>Originator:	Sunpoet Po-Chuan Hsieh
>Organization:	The FreeBSD Project
>Confidential:	no 
>Synopsis:	[PATCH] x11/xcb-proto: fix USE_PYTHON
>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: 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:

--- xcb-proto-1.9.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 346783)
+++ Makefile	(working copy)
@@ -13,7 +13,7 @@
 
 USE_BZIP2=	yes
 USES=		pathfix
-USE_PYTHON=	yes
+USE_PYTHON=	2
 GNU_CONFIGURE=	yes
 
 DATADIR=	${PREFIX}/share/xcb
--- xcb-proto-1.9.patch ends here ---



More information about the freebsd-x11 mailing list