Explicitly disable alsa support to avoid linking with libasound, when audio/alsa-lib is installed. multimedia/ffmpeg-devel may require the fix too. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->mm Over to maintainer (via the GNATS Auto Assign Tool)
mm 2010-10-16 22:36:03 UTC FreeBSD ports repository Modified files: multimedia/ffmpeg Makefile Log: - fix conflicts with ffmpeg-devel [1] - properly handle alsa-lib as a possible dependency [2] PR: ports/150634 [1], ports/151508 [2] Submitted by: avilla@FreeBSD.org [1], makc@FreeBSD.org [2] Revision Changes Path 1.116 +12 -3 ports/multimedia/ffmpeg/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"
mm 2010-10-16 22:45:22 UTC FreeBSD ports repository Modified files: multimedia/ffmpeg-devel Makefile Log: - properly handle alsa-lib dependency PR: ports/151508 Submitted by: Max Brazhnikov <makc@FreeBSD.org> Revision Changes Path 1.128 +11 -2 ports/multimedia/ffmpeg-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: open->closed Committed. Thanks!