diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-12-02 20:05:25 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-12-02 20:05:25 +0000 |
commit | cf32957e8e559f2a45ec9756c0381e51196bdd7e (patch) | |
tree | 333ac42ac85f8508cef61673c1f377bb59c53fbb /net-p2p/bitcoin | |
parent | c02b3b2e99ffe6827a3bfb0bf58191ff0743c39b (diff) |
net-p2p/bitcoin: unbreak with boost 1.72
wallet/walletutil.cpp:77:23: error: no member named 'level' in 'boost::filesystem::recursive_directory_iterator'
} else if (it.level() == 0 && it->symlink_status().type() == fs::regular_file && IsBerkeleyBtree(it...
~~ ^
Reported by: antoine (via bug 241449 exp-run)
Notes
Notes:
svn path=/head/; revision=518873
Diffstat (limited to 'net-p2p/bitcoin')
-rw-r--r-- | net-p2p/bitcoin/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/bitcoin/distinfo | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile index 1260935e866d..31a88fe82ab4 100644 --- a/net-p2p/bitcoin/Makefile +++ b/net-p2p/bitcoin/Makefile @@ -11,6 +11,9 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} bitcoin128.png:icon DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${_DISTFILES:N*.png} +PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/ +PATCHFILES+= 90916ddf17dc.patch:-p1 # https://github.com/bitcoin/bitcoin/pull/17654 + MAINTAINER= kbowling@FreeBSD.org COMMENT?= Virtual Peer-to-Peer Currency Client (QT) diff --git a/net-p2p/bitcoin/distinfo b/net-p2p/bitcoin/distinfo index af62bf62c6dc..20b6e9372d33 100644 --- a/net-p2p/bitcoin/distinfo +++ b/net-p2p/bitcoin/distinfo @@ -3,3 +3,5 @@ SHA256 (bitcoin/bitcoin-0.19.0.1.tar.gz) = 7ac9f972249a0a16ed01352ca2a199a5448fe SIZE (bitcoin/bitcoin-0.19.0.1.tar.gz) = 7386333 SHA256 (bitcoin/bitcoin128.png) = ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722 SIZE (bitcoin/bitcoin128.png) = 10639 +SHA256 (bitcoin/90916ddf17dc.patch) = 6997e8ee5947ea172fa71d8c7a2f478e120ea4ca7ae1f5edbe4a5714c2e06992 +SIZE (bitcoin/90916ddf17dc.patch) = 1800 |