Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jun 2010 01:28:42 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        churanov.port.maintainer@gmail.com
Subject:   ports/147837: [PATCH] devel/boost-python-libs: remove unnecessary dependency
Message-ID:  <20100613172842.E13DB2AEC5CC@sunpoet.net>
Resent-Message-ID: <201006131730.o5DHU2cS026808@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         147837
>Category:       ports
>Synopsis:       [PATCH] devel/boost-python-libs: remove unnecessary dependency
>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:   Sun Jun 13 17:30:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.1-PRERELEASE amd64
>Organization:
SUNPOET.net
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #0: Wed May 19 00:13:00 CST 2010
>Description:
devel/boost-python-libs does not require devel/py-elementtree.
py-elementtree is required by devel/boost-pyste only.

Port maintainer (churanov.port.maintainer@gmail.com) is cc'd.

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

--- boost-python-libs-1.43.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/boost-python-libs/Makefile /usr/ports/sunpoet/boost-python-libs/Makefile
--- /usr/ports/devel/boost-python-libs/Makefile	2010-06-12 16:08:59.000000000 +0800
+++ /usr/ports/sunpoet/boost-python-libs/Makefile	2010-06-14 01:25:33.000000000 +0800
@@ -29,10 +29,8 @@
 		PYTHON_LIB_PATH="${PYTHON_LIBDIR}"
 
 RUN_DEPENDS+=	${LOCALBASE}/lib/libboost_thread.so.${BOOST_SHARED_LIB_VER}:${PORTSDIR}/devel/boost-libs
-RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/elementtree/ElementTree.py:${PORTSDIR}/devel/py-elementtree
 
 BUILD_DEPENDS+=	${BJAM}:${PORTSDIR}/devel/boost-jam
-BUILD_DEPENDS+=	${PYTHON_SITELIBDIR}/elementtree/ElementTree.py:${PORTSDIR}/devel/py-elementtree
 
 post-patch: customize-boost-build
 
--- boost-python-libs-1.43.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?20100613172842.E13DB2AEC5CC>