aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/bitcoin-utils
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2018-03-29 17:52:54 +0000
committerVasil Dimov <vd@FreeBSD.org>2018-03-29 17:52:54 +0000
commit7dc6eb02445cfeaf833487ecb13ce51029c50357 (patch)
treee213787bfe03f03f92c06faa67e83c1ed85cbf8c /net-p2p/bitcoin-utils
parentfcac8278a83714da9c5bdb1c61d969e81ecca439 (diff)
downloadports-7dc6eb02445cfeaf833487ecb13ce51029c50357.tar.gz
ports-7dc6eb02445cfeaf833487ecb13ce51029c50357.zip
net-p2p/bitcoin: Add an option to use newer BDB
Make the new option the default, so that when the port is recompiled it will link against BDB 5.x or 6.x (whichever is the default in the system). This will keep old wallet files readable and will not automatically convert them in an incompatible with BDB 4.8 way. Newly created wallet files will not be readable by Bitcoin Core versions linked with BDB 4.8. Next thing to consider is to remove the option to link against BDB 4.8 as this will remove the net-p2p/bitcoin -> databases/db48 dependency and will make it possible to ditch the latter, which is scheduled for removal from the ports collection on Apr 30 2018. PR: 226527 Approved by: kbowling (maintainer), antoine
Notes
Notes: svn path=/head/; revision=465909
Diffstat (limited to 'net-p2p/bitcoin-utils')
-rw-r--r--net-p2p/bitcoin-utils/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net-p2p/bitcoin-utils/Makefile b/net-p2p/bitcoin-utils/Makefile
index 3830afccd4fe..801248cf1659 100644
--- a/net-p2p/bitcoin-utils/Makefile
+++ b/net-p2p/bitcoin-utils/Makefile
@@ -10,8 +10,11 @@ NOT_FOR_ARCHS= powerpc powerpc64 sparc64
NOT_FOR_ARCHS_REASON= does not support big-endian architectures
OPTIONS_DEFINE= DEBUG HARDENING TESTS
+OPTIONS_RADIO=
OPTIONS_DEFAULT= HARDENING TESTS
+PKGHELP= ${NONEXISTENT}
+
CONFIGURE_ARGS= --without-daemon \
--without-gui \
--without-libs \