aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/bitcoin-utils
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* net-p2p/bitcoin*: remove db48 dependencyVasil Dimov2020-05-011-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | In r465909 [1], 2 years ago, we added the option to link net-p2p/bitcoin* against db 5 or 6, still allowing to link against db 4.8 which is long time EOL and has been deprecated and marked for deletion in 2014 [2]. Now remove the option to link net-p2p/bitcoin* against db48, so the former does not depend on the latter anymore and db48 can be eventually removed from the ports tree. [1] https://svnweb.freebsd.org/ports?view=revision&revision=465909 https://github.com/freebsd/freebsd-ports/commit/68892c74876772806eaca3a9ecc1308e9459acea [2] https://github.com/freebsd/freebsd-ports/commit/b0113421712e3e2543fa9e1e0726502ef475e372#diff-9385162ec22da88a3a66c47891cbde67R19 PR: 245220 Submitted by: vd Approved by: kbowling (maintainer timeout) Notes: svn path=/head/; revision=533562
* net-p2p/bitcoin-utils: unbreak on BEPiotr Kubaj2019-10-091-3/+0
| | | | | | | | | | | net-mgmt/ndouditls: fix build on GCC architectures ndoutils needs C11 compiler because it links to mysql libraries. Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=514148
* net-p2p/bitcoin: Add an option to use newer BDBVasil Dimov2018-03-291-0/+3
| | | | | | | | | | | | | | | | | | | Make the new option the default, so that when the port is recompiled it will link against BDB 5.x or 6.x (whichever is the default in the system). This will keep old wallet files readable and will not automatically convert them in an incompatible with BDB 4.8 way. Newly created wallet files will not be readable by Bitcoin Core versions linked with BDB 4.8. Next thing to consider is to remove the option to link against BDB 4.8 as this will remove the net-p2p/bitcoin -> databases/db48 dependency and will make it possible to ditch the latter, which is scheduled for removal from the ports collection on Apr 30 2018. PR: 226527 Approved by: kbowling (maintainer), antoine Notes: svn path=/head/; revision=465909
* Revert r465619 and r465623, the use of PORT_OPTIONS and option helpers isAntoine Brodin2018-03-261-3/+1
| | | | | | | | | incorrect With hat: portmgr Notes: svn path=/head/; revision=465636
* Set default BDB version in bitcoin slave portsVasil Dimov2018-03-261-1/+3
| | | | | | | | | | | | | | | | In c465619 a new single-choice option was introduced in net-p2p/bitcoin where exactly one variant must be chosen (BDB version). But the bitcoin slave ports net-p2p/bitcoin-daemon and net-p2p/bitcoin-utils set OPTIONS_DEFAULT=... (with missing BDB version) and the master port uses OPTIONS_DEFAULT?=...somebdbversion... so the choice of the master port is not inherited by the slaves. Fix this by explicitly setting the BDB version in both slave ports. Reported by: Dan Langille Notes: svn path=/head/; revision=465623
* Use a more modern way of distinguishing "big-endian platforms".Mark Linimon2017-12-211-3/+3
| | | | | | | | | This will attempt builds on arm platforms on the cluster. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=456900
* net-p2p/bitcoin: Update to 0.14.2Steve Wills2017-08-121-2/+3
| | | | | | | | | | PR: 220897 Submitted by: kbowling Approved by: robbak@robbak.com (maintainer) Differential Revision: https://reviews.freebsd.org/D11684 Notes: svn path=/head/; revision=447813
* Begin deorbit burn of ia64. We have not attempted to build packages forMark Linimon2017-06-251-1/+1
| | | | | | | | | | | it for many years. While here, alphabetize ARCHs, pet portlint, and modernize usages. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=444251
* devel/boost-*: update to 1.64.0Jan Beich2017-05-021-1/+1
| | | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_64_0.html PR: 218835 Approved by: office (bapt) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D10472 Notes: svn path=/head/; revision=439934
* devel/libevent2: drop historical suffix after r362796Jan Beich2017-02-201-1/+1
| | | | | | | | PR: 216777 Approved by: mm (maintainer) Notes: svn path=/head/; revision=434427
* devel/libevent2: update to 2.1.8 and cleanupJan Beich2017-02-041-1/+1
| | | | | | | | | | | | | | - DEFAULT_VERSIONS += ssl=openssl-devel is now supported - devel/py-event and devel/p5-Event-Lib are marked BROKEN Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog PR: 216527 Exp-run by: antoine Approved by: mm (maintainer) Notes: svn path=/head/; revision=433286
* devel/boost-*: update to 1.63.0Jan Beich2017-01-061-1/+1
| | | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_63_0.html PR: 215598 Exp-run by: antoine Approved by: office (bapt) MFH: 2017Q1 Notes: svn path=/head/; revision=430692
* - update miniupnpc to 2.0.20161216Dirk Meyer2016-12-251-1/+1
| | | | | | | - bump API change Notes: svn path=/head/; revision=429468
* devel/boost-*: update to 1.62.0Jan Beich2016-11-231-1/+1
| | | | | | | | | | | | | | | - Enable `long double` C99 math usage - Switch 9.x back to building with GCC Changes: http://www.boost.org/users/history/ PR: 199601 Submitted by: Chen Xu, bapt, amdmi3, truckman (based on) Reviewed by: rakuco (kde) (earlier version) Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions) Approved by: bapt (office) Notes: svn path=/head/; revision=426908
* - Update net-p2p/bitcoin to 0.12.1.Tijl Coosemans2016-05-011-2/+1
| | | | | | | | | | | | | | | | - Enable DBUS option by default. Desktop systems almost always have DBus installed. - Enable UPNP option by default. Many ISP supplied modems contain a NAT these days. - Remove --disable-reduce-exports. It's disabled by default. - Add bitcoind rc.d script. [1] PR: 208937, 209136 Submitted by: xenophon+fbsdports@irtnog.org [1] Approved by: robbak@gmail.com (maintainer) Notes: svn path=/head/; revision=414405
* net-p2p/bitcoin: chase r399209Jan Beich2015-10-141-0/+1
| | | | | | | | | | | | | https://github.com/miniupnp/miniupnp/commit/1da63faa4fff5cb30e5d4b848ceef80a292382b9 PR: 203761 Submitted by: robbak@gmail.com (based on) Obtained from: upstream MFH: 2015Q4 X-MFH-With: r399209 Notes: svn path=/head/; revision=399270
* Mark as x86-specific: does not support big-endian architectures.Mark Linimon2015-09-251-0/+3
| | | | | | | Approved by: portmgr (sparc64 blanket) Notes: svn path=/head/; revision=397881
* net-p2p/bitcoin: Update to 0.10.0, split bitcoin-utils, LOTS MOREKubilay Kocak2015-02-241-0/+22
- Update to 0.10.0 - Split out bitcoin-cli and bitcoin-tx into net-p2p/bitcoin-utils - Slave out bitcoin-utils and bitcoin-daemon properly - Canonicalize MASTER_SITES to what USE_GITHUB uses - Update COMMENT so each port is unique - protobuf/protoc is GUI-only dependency, remove it from unconditional {BUILD,LIB}_DEPENDS. - Group and sort USES/USE_* - Deprecate USE_AUTOTOOLS in favour of USES=autoreconf - Remove {AUTOMAKE,ACLOCAL}_ARGS accordingly - Remove unconditional *FLAGS and replace then with OPTIONS-conditional ones. - Remove unnecessary CXXFLAGS - Add HARDENING and TESTS options, add them to OPTIONS_DEFAULT - Add DBUS and DEBUG options - Define OPTIONS only where they're relevant for each port - Rejig OPTIONS descriptions for greater clarity - Replace hard-coded SSL inc/lib flags with USE_OPENSSL variables to allow for switching between Base and Ports OpenSSL's. - Use OPTIONS helpers - Remove post-patch target - Canonicalize CONFIGURE_ARGS, with slave port specific overrides. - Verbosify builds (V=1) - Remove upstreamed patches - Add regression-test targets (requires TESTS option) - Add --disable-reduce-exports to CONFIGURE_ARGS until upstream PR #5819 lands, which caused sanity test failure at run-time [1] P.S We now pass the test suite (not including python test, which has an error) Based on patch Submitted by: - Andriy Voskoboinyk <s3erios gmail.com> - Robert Backhaus <robbak gmail.com> [1] https://github.com/bitcoin/bitcoin/pull/5819 PR: 193424 Reviewed by: maintainer Approved by: maintainer Notes: svn path=/head/; revision=379779