Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jul 2021 08:25:15 GMT
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fe2f79ed4e9a - main - net/asterisk*: Remove ONLY_FOR_ARCHS restriction
Message-ID:  <202107170825.16H8PFcl051837@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by madpilot:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fe2f79ed4e9a3ac5fa06945bddf0fdb6bbf5e03e

commit fe2f79ed4e9a3ac5fa06945bddf0fdb6bbf5e03e
Author:     Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2021-07-17 08:18:25 +0000
Commit:     Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2021-07-17 08:25:04 +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
---
 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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107170825.16H8PFcl051837>