From owner-dev-commits-ports-all@freebsd.org Sat Jul 17 08:26:02 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7683865010E; Sat, 17 Jul 2021 08:26:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GRh5Q2sxqz4mZQ; Sat, 17 Jul 2021 08:26:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3E70B5488; Sat, 17 Jul 2021 08:26:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16H8Q2q6052038; Sat, 17 Jul 2021 08:26:02 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16H8Q25h052037; Sat, 17 Jul 2021 08:26:02 GMT (envelope-from git) Date: Sat, 17 Jul 2021 08:26:02 GMT Message-Id: <202107170826.16H8Q25h052037@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Guido Falsi Subject: git: f56a69f986ad - 2021Q3 - net/asterisk*: Remove ONLY_FOR_ARCHS restriction MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: madpilot X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: f56a69f986add3abee29cb4bb1135252671291c1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jul 2021 08:26:02 -0000 The branch 2021Q3 has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=f56a69f986add3abee29cb4bb1135252671291c1 commit f56a69f986add3abee29cb4bb1135252671291c1 Author: Guido Falsi AuthorDate: 2021-07-17 08:18:25 +0000 Commit: Guido Falsi 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