the ffmpeg, flac, ladspa, samplerate, and vorbis options were not hooked up to *_DEPENDS, so they would only function if they happened to be already installed on the system. (and add unrecorded dependencies). explicit *_DEPENDS have been added to resolve this. the libsamplerate option was actually controlling the libresample option, which now correctly switches between audacity internal libresample and system libsamplerate depending on the build option. audacity also linked to libsamplerate and jack if installed, even if explicitly disabled. they are now optionally patched out to stop this, which enables jack to be a conditional dependency now. Fix: Patch attached with submission follows:
Maintainer of audio/audacity-devel, Please note that PR ports/165006 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/165006 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
eadler 2012-02-25 22:12:25 UTC FreeBSD ports repository Modified files: audio/audacity-devel Makefile Log: - Add various depends to the appropriate OPTIONS - Fix up wording of options - misc. options improvements PR: ports/165006 Submitted by: 4721@hushmail.com Approved by: maintainer timeout (2 weeks) Revision Changes Path 1.58 +37 -9 ports/audio/audacity-devel/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: feedback->closed committed, thanks!
Responsible Changed From-To: freebsd-ports-bugs->eadler committed, thanks!