Bug 257176

Summary: net/asterisk18: Add aarch64 support
Product: Ports & Packages Reporter: pr
Component: Individual Port(s)Assignee: Guido Falsi <madpilot>
Status: Closed FIXED    
Severity: Affects Some People CC: pr, ygy
Priority: --- Flags: madpilot: maintainer-feedback+
madpilot: merge-quarterly+
Version: Latest   
Hardware: arm64   
OS: Any   
Attachments:
Description Flags
Enable aarch64 in net/asterisk*/Makefile none

Description pr 2021-07-14 08:13:07 UTC
Created attachment 226449 [details]
Enable aarch64 in net/asterisk*/Makefile

I built asterisk18, asterisk16 and asterisk13 on aarch64 with the proposed patch.

The resulting pkg works as tested in a minimal environment (two SIP numbers can place a call between each other, echo works, db connects).

For review/commit.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-07-14 10:33:23 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=dc9bf7d649260fd6c1d3310b2077c3c98cd19c6a

commit dc9bf7d649260fd6c1d3310b2077c3c98cd19c6a
Author:     José Pérez <pr@aoek.com>
AuthorDate: 2021-07-14 10:29:59 +0000
Commit:     Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2021-07-14 10:32:49 +0000

    net/asterisk*: Add aarch64 support

    User testing reports asterisk compiles and works fine on aarch64.

    PR:             257176
    Tested by:      José Pérez <pr@aoek.com>
    MFH:            2021Q3

 net/asterisk13/Makefile | 2 +-
 net/asterisk16/Makefile | 2 +-
 net/asterisk18/Makefile | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-07-14 10:34:23 UTC
A commit in branch 2021Q3 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=83d9ff0e64c19bf033ad23af7f58186583125e3b

commit 83d9ff0e64c19bf033ad23af7f58186583125e3b
Author:     José Pérez <pr@aoek.com>
AuthorDate: 2021-07-14 10:29:59 +0000
Commit:     Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2021-07-14 10:33:28 +0000

    net/asterisk*: Add aarch64 support

    User testing reports asterisk compiles and works fine on aarch64.

    PR:             257176
    Tested by:      José Pérez <pr@aoek.com>
    MFH:            2021Q3

    (cherry picked from commit dc9bf7d649260fd6c1d3310b2077c3c98cd19c6a)

 net/asterisk13/Makefile | 2 +-
 net/asterisk16/Makefile | 2 +-
 net/asterisk18/Makefile | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
Comment 3 Guido Falsi freebsd_committer freebsd_triage 2021-07-14 10:36:34 UTC
Committed and merged. Thanks!