git: 44e4316cdbc9 - main - net-p2p/bitcoin: Only USE BDB 5

From: Kevin Bowling <kbowling_at_FreeBSD.org>
Date: Mon, 12 May 2025 19:30:37 UTC
The branch main has been updated by kbowling:

URL: https://cgit.FreeBSD.org/ports/commit/?id=44e4316cdbc985045f69c6f46682edcc0ba63d6c

commit 44e4316cdbc985045f69c6f46682edcc0ba63d6c
Author:     Kevin Bowling <kbowling@FreeBSD.org>
AuthorDate: 2025-05-12 19:28:21 +0000
Commit:     Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2025-05-12 19:28:21 +0000

    net-p2p/bitcoin: Only USE BDB 5
    
    A user reports that portmaster is trying to pull in BDB 18, lock this to
    BDB 5 to fix the build.
    
    PR:             286738
    Reported by:    Ivan Rozhuk <rozhuk.im@gmail.com>
---
 net-p2p/bitcoin/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile
index 76c1f2562dda..bcc7ed8077f8 100644
--- a/net-p2p/bitcoin/Makefile
+++ b/net-p2p/bitcoin/Makefile
@@ -73,7 +73,7 @@ TESTS_PLIST_FILES=	bin/bench_bitcoin \
 TESTS_PLIST_FILES+=	bin/test_bitcoin-qt
 .endif
 
-WALLET_USES=		bdb:5+ sqlite:3
+WALLET_USES=		bdb:5 sqlite:3
 WALLET_CMAKE_ON=	-DENABLE_WALLET=ON \
 			-DWARN_INCOMPATIBLE_BDB=OFF \
 			-DWITH_BDB=ON