Page MenuHomeFreeBSD

net-p2p/bitcoin*: Update to 29.0
ClosedPublic

Authored by kbowling on May 9 2025, 10:16 AM.
Tags
None
Referenced Files
F147677978: D50265.id155238.diff
Thu, Mar 12, 8:35 PM
F147660834: D50265.id155216.diff
Thu, Mar 12, 4:41 PM
F147645458: D50265.id155226.diff
Thu, Mar 12, 1:51 PM
F147620967: D50265.id155216.diff
Thu, Mar 12, 9:51 AM
F147599734: D50265.id155226.diff
Thu, Mar 12, 6:07 AM
Unknown Object (File)
Wed, Mar 11, 1:09 PM
Unknown Object (File)
Jan 30 2026, 11:10 PM
Unknown Object (File)
Jan 29 2026, 6:10 PM
Subscribers
None

Details

Summary

The build has moved to cmake so looking for some extra feedback before pushing this

https://raw.githubusercontent.com/bitcoin/bitcoin/refs/heads/29.x/CMakeLists.txt

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kbowling created this revision.
net-p2p/bitcoin-utils/Makefile
19

This and the man page need to move to WALLET_PLIST_FILES+=

net-p2p/bitcoin/Makefile
97–98

this should be deleted

net-p2p/bitcoin-daemon/Makefile
10

A good style is to first list enabled options and then disabled.

net-p2p/bitcoin/Makefile
63

You can use TESTS_CMAKE_BOOL here as well.

kbowling marked 2 inline comments as done.
This revision was not accepted when it landed; it landed in state Needs Review.May 10 2025, 8:01 AM
This revision was automatically updated to reflect the committed changes.