Bug 284056 - [NEW PORT] net/asterisk22: LTS version of Asterisk PBX software
Summary: [NEW PORT] net/asterisk22: LTS version of Asterisk PBX software
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-14 04:53 UTC by Oleksandr Kryvulia
Modified: 2025-01-18 18:10 UTC (History)
2 users (show)

See Also:


Attachments
Patch to add new asterisk port (53.26 KB, patch)
2025-01-14 04:53 UTC, Oleksandr Kryvulia
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oleksandr Kryvulia 2025-01-14 04:53:24 UTC
Created attachment 256685 [details]
Patch to add new asterisk port

Proposed port for new asterisk LTS version. Please review and commit.
Comment 1 commit-hook freebsd_committer freebsd_triage 2025-01-18 18:07:54 UTC
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(+)