Created attachment 203332 [details] Patch to fix the issue. Upgrade to the 1.0.4 switched to cmake for no particular reason and as a result lost libdata/pkgconfig/libbcg729.pc, which may be used by other packages (e.g. net/rtpproxy) to detect if bcg729 library is present. This patch restores that functionality, PORTREVISION is bumped to reflect that change.
Thanks for the patch! I'm testing it.
A commit references this bug: Author: madpilot Date: Wed Apr 3 09:41:17 UTC 2019 New revision: 497702 URL: https://svnweb.freebsd.org/changeset/ports/497702 Log: Add back libdata/pkgconfig/libbcg729.pc file after it was removed by the 1.0.4 update in r482343. PR: 236975 Submitted by: sobomax MFH: 2019Q2 Changes: head/audio/bcg729/Makefile head/audio/bcg729/pkg-plist
Committed. Thanks! I also intend to merge this to quarterly.
A commit references this bug: Author: madpilot Date: Fri Apr 5 15:17:00 UTC 2019 New revision: 497964 URL: https://svnweb.freebsd.org/changeset/ports/497964 Log: MFH: r497702 Add back libdata/pkgconfig/libbcg729.pc file after it was removed by the 1.0.4 update in r482343. PR: 236975 Submitted by: sobomax Approved by: ports-secteam (joneum) Changes: _U branches/2019Q2/ branches/2019Q2/audio/bcg729/Makefile branches/2019Q2/audio/bcg729/pkg-plist
Merged to quarterly.