[Bug 286744] bitcoin 28.1_1 using deprecated bdb:5+
Date: Mon, 12 May 2025 15:18:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286744
Bug ID: 286744
Summary: bitcoin 28.1_1 using deprecated bdb:5+
Product: Ports & Packages
Version: Latest
Hardware: amd64
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs@FreeBSD.org
Reporter: joel@tahoestores.com
The latest patch for bitcoin fails to build if the deprecated bdb5 is not
installed. Should be using dbd:18
The following Makefile change fixes the build problem:
Change
WALLET_USES= bdb:5+ sqlite:3
to
WALLET_USES= bdb:18+ sqlite:3
--
You are receiving this mail because:
You are the assignee for the bug.