Created attachment 249297 [details] experiment patch for net/yate I have no knowledge of what it is used for on this, though :) Let it use opencore AMR NB codec.
Created attachment 250843 [details] experiment patch for net/yate The patch was rebuilt to match the current version. Also, correction of missing plist corrections.
Did you test this patch? Is the audio ok with it applied?
I don't know :) In the first place, I don't even know where and how this is being used. I hope it will be tested by someone who knows about it.
Yeah... good luck. Maybe you can contact upstream about this.
CC'ed kbowling@ who touched this port last. Maybe he can test your patch.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=92fc8d2fcd5f4314a6f73faa9afa95b29f972301 commit 92fc8d2fcd5f4314a6f73faa9afa95b29f972301 Author: Tatsuki Makino <tatsuki_makino@hotmail.com> AuthorDate: 2025-02-13 19:18:45 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2025-02-18 14:16:17 +0000 net/yate: convert AMR codec to opencore one This would allow us to sunset audio/libamrnb. PR: 277803, 277802 net/yate/Makefile | 8 ++++---- net/yate/files/patch-configure.ac | 24 ++++++++++++++++++++++- net/yate/files/patch-modules_amrnbcodec.cpp (new) | 23 ++++++++++++++++++++++ net/yate/files/patch-modules_efrcodec.cpp (new) | 23 ++++++++++++++++++++++ net/yate/pkg-plist | 4 ++-- 5 files changed, 75 insertions(+), 7 deletions(-)
Committed your patch. It's probably fine.