Date: Tue, 16 Feb 2010 02:14:19 -0500 (EST) From: "Philip M. Gollucci" <pgollucci@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: churanov.port.maintainer@gmail.com Subject: ports/143982: [PATCH] devel/boost-libs: WITH_PYTHON breaks plist Message-ID: <201002160714.o1G7EJo4062960@frieza.p6m7g8.net> Resent-Message-ID: <201002160720.o1G7K107032659@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 143982 >Category: ports >Synopsis: [PATCH] devel/boost-libs: WITH_PYTHON breaks plist >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: Tue Feb 16 07:20:00 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 9.0-CURRENT amd64 >Organization: RideCharge Inc. >Environment: System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Mon Feb 15 21:36:01 EST 2010 >Description: with devel/boost-python-libs, devel/boost-libs should *always* remove WITH_PYTHON [or fix the pkg-plist] TB errors: http://tb.p6m7g8.net/logs/9-CURRENT-amd64/boost-libs-1.41.0.log Patch also available here: http://people.freebsd.org/~pgollucci/FreeBSD/diffs/devel_boost-libs-1.41.0.diff Port maintainer (churanov.port.maintainer@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- boost-libs-1.41.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/boost-libs/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 29 Dec 2009 13:50:28 -0000 1.2 +++ Makefile 16 Feb 2010 07:10:49 -0000 @@ -35,9 +35,7 @@ # The following directory is empty and causes issues with pkg_{add,delete} ${RMDIR} ${WRKSRC}/boost/interprocess/containers/detail # Remove Boost.Python -.if !defined(WITH_PYTHON) ${RM} -rf ${WRKSRC}/boost/python* ${WRKSRC}/libs/python -.endif do-build: # build the library --- boost-libs-1.41.0.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?201002160714.o1G7EJo4062960>