Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jan 2005 12:31:49 +0100 (CET)
From:      Stefan Walter <sw@gegenunendlich.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/76568: [MAINTAINER] net/btqueue: use $PYXML for dependency
Message-ID:  <20050122113149.0E8AE3B6F@kyuzo.dunkelkammer.void>
Resent-Message-ID: <200501221140.j0MBePdY014849@freefall.freebsd.org>

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

>Number:         76568
>Category:       ports
>Synopsis:       [MAINTAINER] net/btqueue: use $PYXML for dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 22 11:40:24 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Stefan Walter
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
Infinity Approximation Task Force
>Environment:
System: FreeBSD kyuzo.dunkelkammer.void 5.3-STABLE FreeBSD 5.3-STABLE #0: Sat Dec 18 22:12:32 CET 2004
>Description:
- use the predefined variable $PYXML as the dependency line for PyXML, not an
  explicit one

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

--- btqueue-0.0.18.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/btqueue.old/Makefile /usr/ports/net/btqueue/Makefile
--- /usr/ports/net/btqueue.old/Makefile	Sat Jan 22 12:25:38 2005
+++ /usr/ports/net/btqueue/Makefile	Sat Jan 22 12:26:15 2005
@@ -29,7 +29,7 @@
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_PYXML)
-RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml
+RUN_DEPENDS+=	${PYXML}
 .endif
 
 .include <bsd.port.post.mk>
--- btqueue-0.0.18.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?20050122113149.0E8AE3B6F>