Date: Mon, 13 Feb 2006 09:30:20 -0600 (CST) From: "Matthew D.Fuller" <fullermd@over-yonder.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/93295: [PATCH] devel/bazaar-ng: Use faster dependancy Message-ID: <20060213153020.31EC020F56@mortis.over-yonder.net> Resent-Message-ID: <200602131540.k1DFe4YP089181@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 93295 >Category: ports >Synopsis: [PATCH] devel/bazaar-ng: Use faster dependancy >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 Feb 13 15:40:04 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Matthew D. Fuller >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: System: FreeBSD mortis.sighup.org 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Sat Jan 7 00:51:25 CST 2006 fullermd@mortis:/usr/obj/usr/src/sys/MORTIS i386 >Description: We have the cElementTree implementation of the Python ElementTree module in the tree now, which is faster than the pure Python version. bazaar-ng supports the C version, so we should use it. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /usr/cvs/ports/devel/bazaar-ng/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 23 Jan 2006 20:56:51 -0000 1.4 +++ Makefile 13 Feb 2006 15:29:31 -0000 @@ -15,7 +15,7 @@ MAINTAINER= lulf@kerneled.org COMMENT= A Python implementation of the GNU arch RCS protocol by Canonical -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/elementtree/ElementTree.py:${PORTSDIR}/devel/py-elementtree +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cElementTree.so:${PORTSDIR}/devel/py-celementtree USE_PYTHON= 2.4+ USE_PYDISTUTILS= yes >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060213153020.31EC020F56>