From owner-svn-ports-all@freebsd.org Thu Dec 21 09:31:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99E65E89CBC; Thu, 21 Dec 2017 09:31:27 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 70F647F2DA; Thu, 21 Dec 2017 09:31:27 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBL9VQjo047263; Thu, 21 Dec 2017 09:31:26 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBL9VQTG047259; Thu, 21 Dec 2017 09:31:26 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201712210931.vBL9VQTG047259@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Thu, 21 Dec 2017 09:31:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456900 - in head: devel/pire net-p2p/bitcoin-daemon net-p2p/bitcoin-utils security/p5-Net-SinFP X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: in head: devel/pire net-p2p/bitcoin-daemon net-p2p/bitcoin-utils security/p5-Net-SinFP X-SVN-Commit-Revision: 456900 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2017 09:31:27 -0000 Author: linimon Date: Thu Dec 21 09:31:25 2017 New Revision: 456900 URL: https://svnweb.freebsd.org/changeset/ports/456900 Log: Use a more modern way of distinguishing "big-endian platforms". This will attempt builds on arm platforms on the cluster. Approved by: portmgr (tier-2 blanket) Modified: head/devel/pire/Makefile head/net-p2p/bitcoin-daemon/Makefile head/net-p2p/bitcoin-utils/Makefile head/security/p5-Net-SinFP/Makefile Modified: head/devel/pire/Makefile ============================================================================== --- head/devel/pire/Makefile Thu Dec 21 09:14:45 2017 (r456899) +++ head/devel/pire/Makefile Thu Dec 21 09:31:25 2017 (r456900) @@ -13,6 +13,9 @@ COMMENT= Perl Incompatible Regular Expressions library LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING +NOT_FOR_ARCHS= powerpc powerpc64 sparc64 +NOT_FOR_ARCHS_REASON= does not support big-endian architectures + USE_GITHUB= yes GH_ACCOUNT= dprokoptsev @@ -21,8 +24,5 @@ INSTALL_TARGET= install-strip USES= autoreconf bison libtool USE_LDCONFIG= yes TEST_TARGET= check - -ONLY_FOR_ARCHS= amd64 i386 -ONLY_FOR_ARCHS_REASON= not yet ported to big-endian platforms .include Modified: head/net-p2p/bitcoin-daemon/Makefile ============================================================================== --- head/net-p2p/bitcoin-daemon/Makefile Thu Dec 21 09:14:45 2017 (r456899) +++ head/net-p2p/bitcoin-daemon/Makefile Thu Dec 21 09:31:25 2017 (r456900) @@ -8,8 +8,8 @@ COMMENT= Virtual Peer-to-Peer Currency (Daemon) SLAVE_PORT= yes -ONLY_FOR_ARCHS= amd64 i386 -ONLY_FOR_ARCHS_REASON= does not support big-endian architectures +NOT_FOR_ARCHS= powerpc powerpc64 sparc64 +NOT_FOR_ARCHS_REASON= does not support big-endian architectures OPTIONS_DEFINE= DEBUG HARDENING TESTS UPNP WALLET ZMQ OPTIONS_DEFAULT= HARDENING UPNP WALLET Modified: head/net-p2p/bitcoin-utils/Makefile ============================================================================== --- head/net-p2p/bitcoin-utils/Makefile Thu Dec 21 09:14:45 2017 (r456899) +++ head/net-p2p/bitcoin-utils/Makefile Thu Dec 21 09:31:25 2017 (r456900) @@ -6,11 +6,11 @@ PKGNAMESUFFIX= -utils COMMENT= Virtual Peer-to-Peer Currency (CLI and Utilities) SLAVE_PORT= yes +NOT_FOR_ARCHS= powerpc powerpc64 sparc64 +NOT_FOR_ARCHS_REASON= does not support big-endian architectures + OPTIONS_DEFINE= DEBUG HARDENING TESTS OPTIONS_DEFAULT= HARDENING TESTS - -ONLY_FOR_ARCHS= amd64 i386 -ONLY_FOR_ARCHS_REASON= does not support big-endian architectures CONFIGURE_ARGS= --without-daemon \ --without-gui \ Modified: head/security/p5-Net-SinFP/Makefile ============================================================================== --- head/security/p5-Net-SinFP/Makefile Thu Dec 21 09:14:45 2017 (r456899) +++ head/security/p5-Net-SinFP/Makefile Thu Dec 21 09:31:25 2017 (r456900) @@ -27,6 +27,9 @@ COMMENT= Full operating system stack fingerprinting su LICENSE= ART10 LICENSE_FILE= ${WRKSRC}/LICENSE +NOT_FOR_ARCHS= powerpc powerpc64 sparc64 +NOT_FOR_ARCHS_REASON= does not support big-endian architectures + .if ${PORTNAME} == "Net-SinFP" PKGNAMEPREFIX= p5- @@ -43,8 +46,5 @@ INSTALL_TARGET= pure_install post-patch: @${REINPLACE_CMD} -e 's/.*EXE_FILES.*//' ${WRKSRC}/${CONFIGURE_SCRIPT} .endif - -ONLY_FOR_ARCHS= i386 amd64 -ONLY_FOR_ARCHS_REASON= Big endian architectures not supported yet .include