git: f56a69f986ad - 2021Q3 - net/asterisk*: Remove ONLY_FOR_ARCHS restriction
Guido Falsi
madpilot at FreeBSD.org
Sat Jul 17 08:26:02 UTC 2021
The branch 2021Q3 has been updated by madpilot:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f56a69f986add3abee29cb4bb1135252671291c1
commit f56a69f986add3abee29cb4bb1135252671291c1
Author: Guido Falsi <madpilot at FreeBSD.org>
AuthorDate: 2021-07-17 08:18:25 +0000
Commit: Guido Falsi <madpilot at FreeBSD.org>
CommitDate: 2021-07-17 08:25:53 +0000
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)
---
net/asterisk13/Makefile | 2 --
net/asterisk16/Makefile | 2 --
net/asterisk18/Makefile | 2 --
3 files changed, 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
More information about the dev-commits-ports-all
mailing list