ports/57531: Fix port: net/nicotine Makefile missing/broken RUN_DEPENDS

Stefan Walter sw at gegenunendlich.de
Fri Oct 3 13:50:19 UTC 2003


>Number:         57531
>Category:       ports
>Synopsis:       Fix port: net/nicotine Makefile missing/broken RUN_DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 03 06:50:16 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Stefan Walter
>Release:        FreeBSD 5.1-RELEASE-p2 i386
>Organization:
Infinity Approximation Task Force
>Environment:
System: FreeBSD kyuzo.dunkelkammer.void 5.1-RELEASE-p2 FreeBSD 5.1-RELEASE-p2 #0: Wed Sep 24 11:41:19 CEST 2003 root at kyuzo.dunkelkammer.void:/usr/src/sys/i386/compile/KYUZO i386
>Description:
When given the parameter WITH_VORBIS, the nicotine port overwrites the
existing RUN_DEPENDS (containing x11-toolkits/py-gtk2) instead of adding
the new dependency (audio/py-vorbis) to it.
The attached patch fixes this behaviour.
>How-To-Repeat:
Install the port.
>Fix:
--- nicotine-run_depends.patch begins here ---
--- Makefile~	Tue Sep 30 20:00:14 2003
+++ Makefile	Fri Oct  3 15:23:42 2003
@@ -22,7 +22,7 @@
 .include <bsd.port.pre.mk>
 
 .if exists(${PYTHON_SITELIBDIR}/ogg/vorbis.so) || defined(WITH_VORBIS)
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/ogg/vorbis.so:${PORTSDIR}/audio/py-vorbis
+RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/ogg/vorbis.so:${PORTSDIR}/audio/py-vorbis
 .else
 pre-everything::
 	@${ECHO_MSG} ""
--- nicotine-run_depends.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list