ports/93401: [PATCH] Add dependancy to devel/py-celementtree

Matthew D.Fuller fullermd at over-yonder.net
Wed Feb 15 18:50:10 UTC 2006


>Number:         93401
>Category:       ports
>Synopsis:       [PATCH] Add dependancy to devel/py-celementtree
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 15 18:50:08 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:
	The cElementTree port doesn't depend on the Python ElementTree
	package, though it should.  From the dist documentation:

		The current version depends on certain support functions and
		classes from the ElementTree and ElementPath modules, so you must
		install the standard elementtree package before you can use this
		library.

>How-To-Repeat:
	
>Fix:

Index: Makefile
===================================================================
RCS file: /usr/cvs/ports/devel/py-celementtree/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	14 Jan 2006 17:42:16 -0000	1.1
+++ Makefile	15 Feb 2006 18:47:19 -0000
@@ -15,6 +15,8 @@
 MAINTAINER=	nivit at email.it
 COMMENT=	A fast C implementation of the ElementTree API
 
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/elementtree/__init__.py:${PORTSDIR}/devel/py-elementtree
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list