aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/bitcoin-utils
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2018-03-26 18:28:12 +0000
committerVasil Dimov <vd@FreeBSD.org>2018-03-26 18:28:12 +0000
commit0b17f813db4b72fd655bcaf01706e67deaa2bcad (patch)
treece9ce0d29a20fce6952f87cda478dc1eeb5a52ba /net-p2p/bitcoin-utils
parent501e833084c55c82cf9bb42441e0ac6c82016319 (diff)
downloadports-0b17f813db4b72fd655bcaf01706e67deaa2bcad.tar.gz
ports-0b17f813db4b72fd655bcaf01706e67deaa2bcad.zip
Set default BDB version in bitcoin slave ports
In c465619 a new single-choice option was introduced in net-p2p/bitcoin where exactly one variant must be chosen (BDB version). But the bitcoin slave ports net-p2p/bitcoin-daemon and net-p2p/bitcoin-utils set OPTIONS_DEFAULT=... (with missing BDB version) and the master port uses OPTIONS_DEFAULT?=...somebdbversion... so the choice of the master port is not inherited by the slaves. Fix this by explicitly setting the BDB version in both slave ports. Reported by: Dan Langille
Notes
Notes: svn path=/head/; revision=465623
Diffstat (limited to 'net-p2p/bitcoin-utils')
-rw-r--r--net-p2p/bitcoin-utils/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-p2p/bitcoin-utils/Makefile b/net-p2p/bitcoin-utils/Makefile
index 3830afccd4fe..0738be8a44d4 100644
--- a/net-p2p/bitcoin-utils/Makefile
+++ b/net-p2p/bitcoin-utils/Makefile
@@ -10,7 +10,9 @@ 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
+# BDBMODERN is a choice for BDBVER, introduced via OPTIONS_SINGLE=BDBVER
+# from ${MASTERDIR}/Makefile
+OPTIONS_DEFAULT= BDBMODERN HARDENING TESTS
CONFIGURE_ARGS= --without-daemon \
--without-gui \