ports/147651: [PATCH] x11/libexo: fix WITH_PYTHON

Philip M. Gollucci pgollucci at p6m7g8.com
Mon Jun 7 14:10:03 UTC 2010


>Number:         147651
>Category:       ports
>Synopsis:       [PATCH] x11/libexo: fix WITH_PYTHON
>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:   Mon Jun 07 14:10:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
RideCharge Inc / TaxiMagic
>Environment:
System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Mon Apr 26 16:20:00 EDT 2010
>Description:

checking for headers required to compile python extensions... found
checking for pygtk-2.0 >= 2.4.0... not found
checking for pygtk-codegen-2.0... no
configure: error: Building python explicitly requested, but cannot build python bindings
===>  Script "configure" failed unexpectedly.


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

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

--- libexo-0.3.107.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11/libexo/Makefile,v
retrieving revision 1.39
diff -u -u -r1.39 Makefile
--- Makefile	31 May 2010 15:34:46 -0000	1.39
+++ Makefile	7 Jun 2010 14:08:11 -0000
@@ -64,6 +64,7 @@
 USE_PYTHON=	yes
 CONFIGURE_ARGS+=--enable-python
 .include "${PORTSDIR}/Mk/bsd.python.mk"
+BUILD_DEPENDS+=	${PYTHON_SITELIBDIR}/pygtk.py:${PORTSDIR}/x11-toolkits/py-gtk2
 RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/pygtk.py:${PORTSDIR}/x11-toolkits/py-gtk2
 PLIST_SUB+=	PYTHON=""
 .else
--- libexo-0.3.107.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list