Date: Mon, 7 Jun 2010 10:09:44 -0400 (EDT) From: "Philip M. Gollucci" <pgollucci@p6m7g8.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: oliver@FreeBSD.org Subject: ports/147651: [PATCH] x11/libexo: fix WITH_PYTHON Message-ID: <201006071409.o57E9iqj048048@frieza.p6m7g8.net> Resent-Message-ID: <201006071410.o57EA2pZ068425@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006071409.o57E9iqj048048>