ports/154882: [PATCH] x11/libxcb: exclude Python 3.x from USE_PYTHON_BUILD

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 19 12:40:10 UTC 2011


>Number:         154882
>Category:       ports
>Synopsis:       [PATCH] x11/libxcb: exclude Python 3.x from USE_PYTHON_BUILD
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 19 12:40:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.2-PRERELEASE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #0: Sat Feb  5 00:35:18 CST
>Description:
- Exclude Python 3.x from USE_PYTHON_BUILD
  libxcb does not build with Python 3.x

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

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- libxcb-1.7.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11/libxcb/Makefile,v
retrieving revision 1.25
diff -u -u -r1.25 Makefile
--- Makefile	15 Sep 2010 06:46:52 -0000	1.25
+++ Makefile	19 Feb 2011 12:30:27 -0000
@@ -30,7 +30,7 @@
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes
 USE_XORG=	xau xdmcp
-USE_PYTHON_BUILD=	2.5+
+USE_PYTHON_BUILD=	2.5-2.7
 
 GNU_CONFIGURE=	yes
 .for f in XPROTO_CFLAGS XPROTO_LIBS XDMCP_CFLAGS XDMCP_LIBS NEEDED_CFLAGS NEEDED_LIBS
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/x11/libxcb/distinfo,v
retrieving revision 1.12
diff -u -u -r1.12 distinfo
--- distinfo	15 Sep 2010 06:46:52 -0000	1.12
+++ distinfo	19 Feb 2011 12:30:27 -0000
@@ -1,3 +1,2 @@
-MD5 (libxcb-1.7.tar.bz2) = 925699df361b99491165ebc12068056b
 SHA256 (libxcb-1.7.tar.bz2) = e776dc35e2a66094e7308ce2e045fb4e27cf3ca30ab1813a8fc08538140724df
 SIZE (libxcb-1.7.tar.bz2) = 318619
--- libxcb-1.7.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list