Created attachment 256685 [details] Patch to add new asterisk port Proposed port for new asterisk LTS version. Please review and commit.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=d2de2e1ecfc00e3d271ef8a966654e7cf8f72e07 commit d2de2e1ecfc00e3d271ef8a966654e7cf8f72e07 Author: Oleksandr Kryvulia <o.kryvulia@flex-it.com.ua> AuthorDate: 2025-01-14 04:44:12 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2025-01-18 17:42:50 +0000 Add net/asterisk22: LTS version of Asterisk PBX software PR: 284056 Sponsored by: FLEX-IT LLC net/Makefile | 1 + net/asterisk22/Makefile (new) | 327 ++++++++++++++++ net/asterisk22/distinfo (new) | 11 + net/asterisk22/files/asterisk.in (new) | 86 +++++ net/asterisk22/files/patch-Makefile (new) | 135 +++++++ net/asterisk22/files/patch-Makefile.rules (new) | 27 ++ net/asterisk22/files/patch-agi_Makefile (new) | 13 + ...tch-build__tools_make__xml__documentation (new) | 11 + .../files/patch-channels_chan__dahdi.c (new) | 33 ++ net/asterisk22/files/patch-configure (new) | 88 +++++ net/asterisk22/files/patch-contrib_Makefile (new) | 23 ++ net/asterisk22/files/patch-main_Makefile (new) | 14 + net/asterisk22/files/patch-main_lock.c (new) | 12 + net/asterisk22/files/patch-main_term.c (new) | 10 + .../files/patch-menuselect_configure (new) | 11 + .../patch-third-party_pjproject_Makefile (new) | 30 ++ ...atch-third-party_pjproject_Makefile.rules (new) | 20 + net/asterisk22/pkg-descr (new) | 3 + net/asterisk22/pkg-message (new) | 42 +++ net/asterisk22/pkg-plist (new) | 419 +++++++++++++++++++++ 20 files changed, 1316 insertions(+)