ports/93295: [PATCH] devel/bazaar-ng: Use faster dependancy

Matthew D.Fuller fullermd at over-yonder.net
Mon Feb 13 15:40:05 UTC 2006


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list