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:04 +0000
commitfe2f79ed4e9a3ac5fa06945bddf0fdb6bbf5e03e (patch)
tree5e0d3a812f8b2d33bf3c5ed8a007059b4e9fa6df
parent334017fa8383c4b47375fe9164a54629e368fbdf (diff)
downloadports-fe2f79ed4e9a3ac5fa06945bddf0fdb6bbf5e03e.tar.gz
ports-fe2f79ed4e9a3ac5fa06945bddf0fdb6bbf5e03e.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
-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