aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2021-07-17 08:18:25 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2021-07-17 08:25:53 +0000
commitf56a69f986add3abee29cb4bb1135252671291c1 (patch)
treecb6a5526d44f812538828bc1520a2aadb73e300e
parent1e942ba15ce787466d4c8fd21a08cebe809f58c3 (diff)
downloadports-f56a69f986add3abee29cb4bb1135252671291c1.tar.gz
ports-f56a69f986add3abee29cb4bb1135252671291c1.zip
net/asterisk*: Remove ONLY_FOR_ARCHS restriction
There is no architecture specific code in asterisk. It used to have problems building on certain architectures due to the software leveraging some then advanced compiler features. At present asterisk is expected to compile and work fine on all supported architectures. This is also shown by the restriction being removed including almost all of them. Noticed by: danfe MFH: 2021Q3 (cherry picked from commit fe2f79ed4e9a3ac5fa06945bddf0fdb6bbf5e03e)
-rw-r--r--net/asterisk13/Makefile2
-rw-r--r--net/asterisk16/Makefile2
-rw-r--r--net/asterisk18/Makefile2
3 files changed, 0 insertions, 6 deletions
diff --git a/net/asterisk13/Makefile b/net/asterisk13/Makefile
index 99f0702c0162..51da7a2ad004 100644
--- a/net/asterisk13/Makefile
+++ b/net/asterisk13/Makefile
@@ -19,8 +19,6 @@ 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= 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 597c4b23173a..ca76246cec43 100644
--- a/net/asterisk16/Makefile
+++ b/net/asterisk16/Makefile
@@ -15,8 +15,6 @@ COMMENT= Open Source PBX and telephony toolkit
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
-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 7d910aec4607..a070ab01a2b8 100644
--- a/net/asterisk18/Makefile
+++ b/net/asterisk18/Makefile
@@ -15,8 +15,6 @@ COMMENT= Open Source PBX and telephony toolkit
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
-ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le sparc64
-
LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid \
libjansson.so:devel/jansson