aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-06-25 00:29:09 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-06-25 00:29:09 +0000
commit45cb752a04894d48090981be1a7d2f549f2b684f (patch)
treeec081b06d4ac1171d90c17f7c227c9b2007dc591 /net-p2p
parent5b72408838c185b3a8f6d14cd522ed27f7fd4ed2 (diff)
downloadports-45cb752a04894d48090981be1a7d2f549f2b684f.tar.gz
ports-45cb752a04894d48090981be1a7d2f549f2b684f.zip
Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years. While here, alphabetize ARCHs, pet portlint, and modernize usages. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=444251
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/bitcoin-daemon/Makefile2
-rw-r--r--net-p2p/bitcoin-utils/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/bitcoin-daemon/Makefile b/net-p2p/bitcoin-daemon/Makefile
index 8c83afc8ca83..95e32bf0a629 100644
--- a/net-p2p/bitcoin-daemon/Makefile
+++ b/net-p2p/bitcoin-daemon/Makefile
@@ -8,7 +8,7 @@ COMMENT= Virtual Peer-to-Peer Currency (Daemon)
SLAVE_PORT= yes
-ONLY_FOR_ARCHS= amd64 i386 ia64
+ONLY_FOR_ARCHS= amd64 i386
ONLY_FOR_ARCHS_REASON= does not support big-endian architectures
OPTIONS_DEFINE= DEBUG HARDENING TESTS UPNP WALLET ZMQ
diff --git a/net-p2p/bitcoin-utils/Makefile b/net-p2p/bitcoin-utils/Makefile
index 7e99d41aa7c9..30db8bdd4aa6 100644
--- a/net-p2p/bitcoin-utils/Makefile
+++ b/net-p2p/bitcoin-utils/Makefile
@@ -10,7 +10,7 @@ SLAVE_PORT= yes
OPTIONS_DEFINE= DEBUG HARDENING TESTS
OPTIONS_DEFAULT= HARDENING TESTS
-ONLY_FOR_ARCHS= amd64 i386 ia64
+ONLY_FOR_ARCHS= amd64 i386
ONLY_FOR_ARCHS_REASON= does not support big-endian architectures
CONFIGURE_ARGS= --without-daemon \