Bug 286744 - net-p2p/bitcoin 28.1_1 using deprecated bdb:5+
Summary: net-p2p/bitcoin 28.1_1 using deprecated bdb:5+
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Some People
Assignee: Kevin Bowling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-05-12 15:18 UTC by Joel Rodriguez
Modified: 2025-05-12 20:26 UTC (History)
1 user (show)

See Also:
linimon: maintainer-feedback? (kbowling)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joel Rodriguez 2025-05-12 15:18:29 UTC
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
Comment 1 Kevin Bowling freebsd_committer freebsd_triage 2025-05-12 20:26:18 UTC
This is part of the file format.  It should be BDB:5.  A change was committed as https://cgit.freebsd.org/ports/commit/?id=44e4316cdbc985045f69c6f46682edcc0ba63d6c