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

Jens Rehsack rehsack at liwing.de
Fri Oct 3 14:30:20 UTC 2003


The following reply was made to PR ports/57531; it has been noted by GNATS.

From: Jens Rehsack <rehsack at liwing.de>
To: Stefan Walter <sw at gegenunendlich.de>
Cc: FreeBSD-gnats-submit at FreeBSD.org,
	Peter Pentchev <roam at freebsd.org>
Subject: Re: ports/57531: Fix port: net/nicotine Makefile missing/broken RUN_DEPENDS
Date: Fri, 03 Oct 2003 14:20:15 +0000

 Stefan Walter wrote:
 > Jens Rehsack, 03.10.03, 15:54h CEST:
 > 
 > 
 >>>--- 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 ---
 >>
 >>Could LIB_DEPENDS used here?
 > 
 > 
 > Yes - thinking about it, it would probably be the more correct
 > way...should we change that again?
 
 I think you should do it. Because I don't use the port and have some
 other things to do at the moment, this would be faster.
 
 Jens
 



More information about the freebsd-ports-bugs mailing list