Date: Fri, 25 Sep 2015 21:27:54 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397881 - in head/net-p2p: bitcoin-daemon bitcoin-utils Message-ID: <201509252127.t8PLRspr054055@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Fri Sep 25 21:27:53 2015 New Revision: 397881 URL: https://svnweb.freebsd.org/changeset/ports/397881 Log: Mark as x86-specific: does not support big-endian architectures. Approved by: portmgr (sparc64 blanket) Modified: head/net-p2p/bitcoin-daemon/Makefile head/net-p2p/bitcoin-utils/Makefile Modified: head/net-p2p/bitcoin-daemon/Makefile ============================================================================== --- head/net-p2p/bitcoin-daemon/Makefile Fri Sep 25 21:26:02 2015 (r397880) +++ head/net-p2p/bitcoin-daemon/Makefile Fri Sep 25 21:27:53 2015 (r397881) @@ -7,6 +7,9 @@ COMMENT= Virtual Peer-to-Peer Currency ( SLAVE_PORT= yes +ONLY_FOR_ARCHS= amd64 i386 ia64 +ONLY_FOR_ARCHS_REASON= does not support big-endian architectures + OPTIONS_DEFINE= DEBUG HARDENING TESTS UPNP WALLET OPTIONS_DEFAULT= HARDENING WALLET Modified: head/net-p2p/bitcoin-utils/Makefile ============================================================================== --- head/net-p2p/bitcoin-utils/Makefile Fri Sep 25 21:26:02 2015 (r397880) +++ head/net-p2p/bitcoin-utils/Makefile Fri Sep 25 21:27:53 2015 (r397881) @@ -9,6 +9,9 @@ SLAVE_PORT= yes OPTIONS_DEFINE= DEBUG HARDENING TESTS OPTIONS_DEFAULT= HARDENING TESTS +ONLY_FOR_ARCHS= amd64 i386 ia64 +ONLY_FOR_ARCHS_REASON= does not support big-endian architectures + CONFIGURE_ARGS= --without-daemon \ --without-gui \ --without-libs \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509252127.t8PLRspr054055>