The patch on the pkgconfig module is no longer current, as upstream added an extra line to it. The net result is that two Cflags lines are put into the module and pkg-config returning non-zero on any request for the module. As a result, ffmpeg won't build: config.log: check_pkg_config librtmp librtmp/rtmp.h RTMP_Socket ERROR: librtmp not found Reduced to the offending case: $ pkg-config --exists librtmp||echo no no How-To-Repeat: portmaster multimedia/ffmpeg -DWITH_RTMP
Responsible Changed From-To: freebsd-ports-bugs->hrs
hrs 2012-01-26 03:49:15 UTC FreeBSD ports repository Modified files: multimedia/rtmpdump Makefile multimedia/rtmpdump/files patch-librtmp-librtmp.pc.in Log: Fix duplicated Cflags: lines in librtmp.pc. Submitted by: Mel Flynn PR: ports/164489 Revision Changes Path 1.11 +1 -0 ports/multimedia/rtmpdump/Makefile 1.2 +5 -4 ports/multimedia/rtmpdump/files/patch-librtmp-librtmp.pc.in _______________________________________________ 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!