Created attachment 209274 [details] attempted fix Maybe I'm missing something, but it seems like the third-party Opus codec doesn't get installed even if selected. The attached patch fixes it for me. Thanks!
Thanks for reporting and the patch. I need to test things a little before committing this. I'm not using OPUS myself so this could have slipped by. And it is also possible the port has changed it's build system so that your patch has become necessary. This will also need merging to 2019Q4 once accepted in the tree.
Most probably asterisk13 is also affected.
A commit references this bug: Author: madpilot Date: Wed Nov 20 21:51:11 UTC 2019 New revision: 518056 URL: https://svnweb.freebsd.org/changeset/ports/518056 Log: Really build the opus module when the OPUS option is enabled. PR: 242103 Submitted by: ben@desync.com MFH: 2019Q4 Changes: head/net/asterisk13/Makefile head/net/asterisk16/Makefile
A commit references this bug: Author: madpilot Date: Fri Nov 22 09:13:36 UTC 2019 New revision: 518131 URL: https://svnweb.freebsd.org/changeset/ports/518131 Log: MFH: r518056 Really build the opus module when the OPUS option is enabled. PR: 242103 Submitted by: ben@desync.com Approved by: ports-secteam (joneum) Changes: _U branches/2019Q4/ branches/2019Q4/net/asterisk13/Makefile branches/2019Q4/net/asterisk16/Makefile
Patch committed and merged to quarterly. Thanks!