git: 83d9ff0e64c1 - 2021Q3 - net/asterisk*: Add aarch64 support
Guido Falsi
madpilot at FreeBSD.org
Wed Jul 14 10:33:52 UTC 2021
The branch 2021Q3 has been updated by madpilot:
URL: https://cgit.FreeBSD.org/ports/commit/?id=83d9ff0e64c19bf033ad23af7f58186583125e3b
commit 83d9ff0e64c19bf033ad23af7f58186583125e3b
Author: José Pérez <pr at aoek.com>
AuthorDate: 2021-07-14 10:29:59 +0000
Commit: Guido Falsi <madpilot at 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 at 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(-)
diff --git a/net/asterisk13/Makefile b/net/asterisk13/Makefile
index 875bb8571336..99f0702c0162 100644
--- a/net/asterisk13/Makefile
+++ b/net/asterisk13/Makefile
@@ -19,7 +19,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
DEPRECATED= Asterisk 13.x will reach EOL on 2021-10-24. Please migrate to net/asterisk18
EXPIRATION_DATE=2021-10-24
-ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le sparc64
+ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le sparc64
LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid \
libjansson.so:devel/jansson
diff --git a/net/asterisk16/Makefile b/net/asterisk16/Makefile
index c292b8e9925b..597c4b23173a 100644
--- a/net/asterisk16/Makefile
+++ b/net/asterisk16/Makefile
@@ -15,7 +15,7 @@ COMMENT= Open Source PBX and telephony toolkit
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
-ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le sparc64
+ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le sparc64
LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid \
libjansson.so:devel/jansson
diff --git a/net/asterisk18/Makefile b/net/asterisk18/Makefile
index 3ee086b1d44f..7d910aec4607 100644
--- a/net/asterisk18/Makefile
+++ b/net/asterisk18/Makefile
@@ -15,7 +15,7 @@ COMMENT= Open Source PBX and telephony toolkit
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
-ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le sparc64
+ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le sparc64
LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid \
libjansson.so:devel/jansson
More information about the dev-commits-ports-all
mailing list