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.
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(-)
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(-)
Committed and merged. Thanks!