Bug 257176 - net/asterisk18: Add aarch64 support
Summary: net/asterisk18: Add aarch64 support
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: arm64 Any
: --- Affects Some People
Assignee: Guido Falsi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-14 08:13 UTC by pr
Modified: 2021-07-18 07:47 UTC (History)
2 users (show)

See Also:
madpilot: maintainer-feedback+
madpilot: merge-quarterly+


Attachments
Enable aarch64 in net/asterisk*/Makefile (1.38 KB, patch)
2021-07-14 08:13 UTC, pr
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!