rezound defines the soundtouch libraries as a build dependency, but they are actually a run dependency too. Fix: I think the right fix is to change soundtouch from being in BUILD_DEPENDS to being in LIB_DEPENDS. How-To-Repeat: build rezound with soundtouch enabled (which is the default), then remove the soundtouch port. rezound will not run.
Responsible Changed From-To: freebsd-ports-bugs->danfe Over to maintainer (via the GNATS Auto Assign Tool)
danfe 2009-08-26 08:38:41 UTC FreeBSD ports repository Modified files: audio/rezound Makefile Log: - Fix SoundTouch dependency [*] - Similarly, fix FFTW dependency - Reindent OPTIONS for better readability - Respect C[XX]FLAGS and other minor nits PR: ports/127154 [*] Submitted by: Lowell Gilbert Revision Changes Path 1.20 +22 -22 ports/audio/rezound/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Port is fixed, thanks!