Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Feb 2006 12:48:15 -0600 (CST)
From:      "Matthew D.Fuller" <fullermd@over-yonder.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/93401: [PATCH] Add dependancy to devel/py-celementtree
Message-ID:  <20060215184815.76B6820F56@mortis.over-yonder.net>
Resent-Message-ID: <200602151850.k1FIo9fY056385@freefall.freebsd.org>

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060215184815.76B6820F56>