Date: Wed, 14 Jul 2021 10:33:51 GMT From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 83d9ff0e64c1 - 2021Q3 - net/asterisk*: Add aarch64 support Message-ID: <202107141033.16EAXpT7045195@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q3 has been updated by madpilot: 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(-) 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107141033.16EAXpT7045195>