Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
22 May 2022 20:17:16 23.0_1
|
Dima Panov (fluffy)  |
devel/boost-all: bump all library consumers after boost upgrade
PR: 246106 |
26 Apr 2022 21:29:52 23.0
|
Kevin Bowling (kbowling)  |
net-p2p/bitcoin*: update to 23.0
Sponsored by: BBOX.io |
16 Apr 2022 04:19:07 22.0_2
|
Po-Chuan Hsieh (sunpoet)  |
devel/protobuf: Update to 3.20.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
28 Feb 2022 12:46:46 22.0_1
|
Po-Chuan Hsieh (sunpoet)  |
devel/protobuf: Update to 3.19.4
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
13 Sep 2021 19:02:07 22.0
|
Kevin Bowling (kbowling)  |
net-p2p/bitcoin: Update to 22.0
Changes: https://github.com/bitcoin/bitcoin/blob/v22.0/doc/release-notes.md |
29 Aug 2021 19:17:17 0.21.1_1
|
Bernhard Froehlich (decke)  |
net-p2p/bitcoin: Add CPE information
Approved by: portmgr (blanket) |
21 Jul 2021 18:11:52 0.21.1_1
|
Po-Chuan Hsieh (sunpoet)  |
devel/protobuf: Update to 3.17.3
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 257026
Exp-run by: antoine |
03 May 2021 20:23:26 0.21.1
|
Kevin Bowling (kbowling)  |
net-p2p/bitcoin: Update to 0.21.1
Changes:
https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.21.1.md |
06 Apr 2021 14:31:13 0.21.0_1
|
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 0.21.0_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
26 Jan 2021 14:01:09
0.21.0_1
|
sunpoet  |
Bump PORTREVISION for devel/protobuf shlib change |
14 Jan 2021 16:36:31
0.21.0
|
kbowling  |
net-p2p/bitcoin: update to 0.21.0
changes
https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.21.0.md
Sponsored by: BBOX.io |
17 Nov 2020 02:36:55
0.20.1_1
|
kbowling  |
net-p2p/bitcoin-daemon: Move PID to /var/run
This deconflicts the GUI client, and fixes a permission error for the daemon
even when running stand alone.
PR: 246792
Reported by: Seth586 at protonmail.com, oobaz at frammish.org
Sponsored by: BBOX.io |
30 Aug 2020 20:19:42
0.20.1_1
|
sunpoet  |
Bump PORTREVISION for devel/protobuf shlib change |
22 Aug 2020 05:47:24
0.20.1
|
kbowling  |
net-p2p/bitcoin: Update to 0.20.1
Changelog https://bitcoincore.org/en/2020/08/01/release-0.20.1/
Sponsored by: BBOX.io |
07 Aug 2020 02:56:33
0.20.0
|
kbowling  |
net-p2p/bitcoin: update to 0.20.0
Sponsored by: BBOX.io |
03 Jun 2020 18:32:06
0.19.1_2
|
sunpoet  |
Bump PORTREVISION for devel/protobuf shlib change |
18 May 2020 18:11:48
0.19.1_1
|
tcberner  |
net-p2p/bitcoin: prepare for Qt5-5.15 |
01 May 2020 16:56:33
0.19.1_1
|
vd  |
net-p2p/bitcoin*: remove db48 dependency
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) |
17 Apr 2020 06:58:16
0.19.1
|
kbowling  |
net-p2p/bitcoin: Update to 0.19.1
Approved by: krion (mentor)
Sponsored by: BBOX.io
Differential Revision: https://reviews.freebsd.org/D24465 |
22 Jan 2020 05:53:20
0.19.0.1_2
|
sunpoet  |
Bump PORTREVISION for devel/protobuf shlib change |
11 Dec 2019 19:00:01
0.19.0.1_1
|
jbeich  |
net-p2p/bitcoin: switch to simplier boost 1.72 fix
Suggested by: upstream |
11 Dec 2019 17:53:49
0.19.0.1_1
|
jbeich  |
devel/boost-*: update to 1.72.0
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136 |
02 Dec 2019 20:05:26
0.19.0.1
|
jbeich  |
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) |
29 Nov 2019 09:07:24
0.19.0.1
|
ale  |
Port cleanup.
PR: 242245
Submitted by: ale
Approved by: maintainer |
26 Nov 2019 07:30:18
0.19.0.1
|
vd  |
net-p2p/bitcoin: Upgrade from 0.18.1 to 0.19.0.1
PR: 242232
Submitted by: vd
Approved by: kbowling (maintainer) |
25 Oct 2019 15:41:16
0.18.1
|
jbeich  |
net-p2p/bitcoin: unbreak with boost 1.72
httpserver.cpp:74:10: error: no template named 'deque' in namespace 'std'
std::deque<std::unique_ptr<WorkItem>> queue;
~~~~~^ |
21 Aug 2019 17:21:07
0.18.1
|
vd  |
net-p2p/bitcoin: upgrade from 0.18.0 to 0.18.1
PR: 239924
Approved by: kbowling (maintainer) |
19 Aug 2019 15:35:28
0.18.0_5
|
jbeich  |
devel/boost-*: update to 1.71.0
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774 |
02 Aug 2019 13:30:40
0.18.0_4
|
jbeich  |
devel/libevent2: update to 2.1.11
Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable
ABI: https://abi-laboratory.pro/tracker/timeline/libevent/
PR: 239599
Reported by: GitHub (watch releases)
Approved by: zeising (maintainer)
MFH: 2019Q3 (maybe security, partially restores 2.1.8 ABI)
Differential Revision: https://reviews.freebsd.org/D21133 |
31 Jul 2019 16:38:53
0.18.0_3
|
sunpoet  |
Bump PORTREVISION for devel/protobuf shlib change |
26 Jul 2019 20:46:57
0.18.0_2
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
05 Jul 2019 19:08:49
0.18.0_1
|
sunpoet  |
Update devel/protobuf to 3.8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 238808
Exp-run by: antoine |
13 May 2019 06:32:41
0.18.0
|
vd  |
net-p2p/bitcoin: Upgrade from 0.17.1 to 0.18.0
PR: 237829
Submitted by: vd
Approved by: kbowling (maintainer) |
02 May 2019 10:18:03
0.17.1_4
|
mat  |
Remove :DEFAULT where not required. |
12 Apr 2019 06:36:31
0.17.1_4
|
jbeich  |
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303 |
31 Mar 2019 13:41:03
0.17.1_3
|
sunpoet  |
Update devel/protobuf to 3.7.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 236157
Exp-run by: antoine |
17 Feb 2019 23:29:41
0.17.1_2
|
kbowling  |
net-p2p/bitcoin: enable ZMQ by default
Reported by: Seth Hahn <seth586 at protonmail.com>
Approved by: timur (mentor)
Sponsored by: BBOX.io
Differential Revision: https://reviews.freebsd.org/D19209 |
16 Jan 2019 11:13:45
0.17.1_1
|
tijl  |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
27 Dec 2018 09:53:38
0.17.1
|
ale  |
Update to 0.17.1 release.
Approved by: maintainer |
12 Dec 2018 01:35:36
0.17.0_3
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
12 Dec 2018 00:15:50
0.17.0_2
|
jbeich  |
devel/boost-*: update to 1.69.0
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645 |
03 Dec 2018 19:41:33
0.17.0_1
|
sunpoet  |
Update devel/protobuf to 3.6.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 231008
Exp-run by: antoine |
02 Nov 2018 13:32:35
0.17.0
|
rene  |
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724 |
17 Oct 2018 14:29:54
0.17.0
|
ale  |
Fix logging.
Approved by: maintainer |
09 Oct 2018 07:56:26
0.17.0
|
ale  |
Update to 0.17.0 release.
https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.17.0.md
PR: 232074
Submitted by: ale
Approved by: maintainer (kbowling) |
29 Sep 2018 21:40:00
0.16.3
|
kbowling  |
net-p2p/bitcoin: update to 0.16.3
High priority update, see:
* https://bitcoin.org/en/alert/2018-09-21-required-upgrade
* https://bitcoincore.org/en/2018/09/20/notice/
Approved by: timur (mentor)
Security: CVE-2018-17144
Differential Revision: https://reviews.freebsd.org/D17345 |
18 Sep 2018 08:30:37
0.16.2 
|
linimon  |
A previous commit fixed the build on powerpc64.
Approved by: portmgr (tier-2 blanket) |
23 Aug 2018 13:31:06
0.16.2 
|
swills  |
net-p2p/bitcoin-daemon: fix deterministic tarball fallout
PR: 230832
Submitted by: kbowling (maintainer) |
22 Aug 2018 15:33:57
0.16.2 
|
swills  |
net-p2p/bitcoin: Update to 0.16.2
PR: 230429
Submitted by: kbowling (maintainer) |
09 Aug 2018 06:58:31
0.16.1_2 
|
jbeich  |
devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165 |
29 Jul 2018 22:18:46
0.16.1_1 
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
28 Jun 2018 17:39:55
0.16.1 
|
tcberner  |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
25 Jun 2018 12:07:19
0.16.1 
|
vd  |
net-p2p/bitcoin: Upgrade from 0.16.0 to 0.16.1
PR: 229096
Submitted by: kbowling
Approved by: kbowling (maintainer) |
24 Jun 2018 21:11:15
0.16.0_5 
|
sunpoet  |
Revert r473259 and r473260 which are committed by accident
- Bump PORTEPOCH for protobuf and py-protobuf
- Bump PORTREVISION for dependent ports |
24 Jun 2018 20:19:46
0.16.0_4 
|
sunpoet  |
Update to 3.6.0
Changes: https://github.com/google/protobuf/releases |
09 May 2018 05:37:55
0.16.0_3 
|
dinoex  |
- update to miniupnpc 2.1
PR: 228050
Submitted by: Hung-Yi Chen
- fix python build
- add LICENSE for slave port
- make portlint happier
- bump PORTREVISION on ports using the shared lib |
18 Apr 2018 13:57:43
0.16.0_2 
|
jbeich  |
devel/boost-*: update to 1.67.0
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030 |
29 Mar 2018 17:52:54
0.16.0_1 
|
vd  |
net-p2p/bitcoin: Add an option to use newer BDB
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 |
26 Mar 2018 20:58:14
0.16.0 
|
antoine  |
Revert r465619 and r465623, the use of PORT_OPTIONS and option helpers is
incorrect
With hat: portmgr |
26 Mar 2018 17:33:29
0.16.0_1 
|
vd  |
net-p2p/bitcoin: Add an option to use newer BDB
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) |
28 Feb 2018 08:13:20
0.16.0 
|
ale  |
Update to 0.16.0 release and change maintainer.
PR: 226155
Submitted by: kbowling
Approved by: maintainer |
18 Jan 2018 04:11:03
0.15.1_3 
|
jbeich  |
devel/boost-*: update to 1.66.0
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279 |
03 Jan 2018 00:24:17
0.15.1_2 
|
jbeich  |
net-p2p/bitcoin: chase git abbrev bump
`git archive` maybe non-reproducible due to embedding abbreviated commit:
https://github.com/bitcoin/bitcoin/blob/v0.15.1/src/clientversion.cpp#L47-L48
$ diff -Npru bitcoin-0.15.1.old bitcoin-0.15.1
--- bitcoin-0.15.1.old/src/clientversion.cpp 2017-11-06 08:46:24.000000000 +0000
+++ bitcoin-0.15.1/src/clientversion.cpp 2017-11-06 08:46:24.000000000 +0000
@@ -45,7 +45,7 @@ const std::string CLIENT_NAME("Satoshi");
//! git will put "#define GIT_ARCHIVE 1" on the next line inside archives.
#define GIT_ARCHIVE 1
#ifdef GIT_ARCHIVE
-#define GIT_COMMIT_ID "7b57bc998f3"
+#define GIT_COMMIT_ID "7b57bc998f33"
#define GIT_COMMIT_DATE "Mon, 6 Nov 2017 09:46:24 +0100"
#endif
Reported by: pkg-fallout
Approved by: portmgr blanket |
25 Dec 2017 18:07:48
0.15.1_2 
|
jbeich  |
net-p2p/bitcoin: unbreak with boost 1.66
PR: 224129 224132
Obtained from: upstream (Bitcoin 0.16.0)
Approved by: portmgr blanket |
11 Dec 2017 18:26:14
0.15.1_2 
|
sunpoet  |
Update devel/protobuf to 3.5.0
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases |
17 Nov 2017 13:59:49
0.15.1_1 
|
swills  |
net-p2p/bitcoin: update to 0.15.1
PR: 223697
Submitted by: robbak@gmail.com (maintainer, via different email) |
08 Nov 2017 08:18:27
0.15.0.1_1 
|
vd  |
net-p2p/bitcoin: fix typos in startup script
PR: 223495
Submitted by: vd@
Approved by: robbak@gmail.com (maintainer) |
03 Oct 2017 14:25:09
0.15.0.1 
|
swills  |
net-p2p/bitcoin: Update to 0.15.0.1 [1]
While here, fix plist for bitcoin-daemon [2]
PR: 222384 [1]
PR: 222167 [2]
Submitted by: kbowling [1]
Submitted by: jbeich [2]
Approved by: robbak@robbak.com (maintainer) |
25 Sep 2017 00:08:17
0.14.2_4 
|
jbeich  |
devel/boost-*: update to 1.65.1
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
23 Sep 2017 02:59:07
0.14.2_3 
|
vanilla  |
1: upgrade to 4.0.0.
2: chrase shared library version. |
10 Sep 2017 20:55:39
0.14.2_2 
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
16 Aug 2017 15:44:49
0.14.2_1 
|
sunpoet  |
Update devel/protobuf to 3.4.0
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases |
12 Aug 2017 03:43:31
0.14.2 
|
swills  |
net-p2p/bitcoin: Update to 0.14.2
PR: 220897
Submitted by: kbowling
Approved by: robbak@robbak.com (maintainer)
Differential Revision: https://reviews.freebsd.org/D11684 |
01 Aug 2017 16:45:32
0.12.1_12 
|
lwhsu  |
- net-p2p/bitcoin: fix path error in startup script files/bitcoin.in also
removes reliance on unnecessary cli script.
- net-p2p/bitcoin-daemon: create the user/group for the daemon to use also
install a sample configuration file.
With these two patches a "pkg install bitcoin-daemon" followed by "service
start bitcoind" will be sufficient to run as a non-privileged user and
automatically connect to bitcoin live network; using /var/db/bitcoin to store
blockchain data.
PR: 215059
Submitted by: Christopher Hall <hsw@bitmark.com>
Approved by: <robbak@robbak.com> (maintainer) |
22 May 2017 16:04:19
0.12.1_11 
|
linimon  |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills |
02 May 2017 06:48:11
0.12.1_11 
|
jbeich  |
devel/boost-*: update to 1.64.0
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 |
29 Apr 2017 15:43:47
0.12.1_10 
|
sunpoet  |
Update devel/protobuf to 3.3.0
- Remove USE_CSTD=c99: it was added for [1], now audio/clementine-player builds
fine without it
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases
PR: 178687 [1] |
01 Apr 2017 15:23:32
0.12.1_9 
|
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
20 Feb 2017 02:57:04
0.12.1_8 
|
jbeich  |
devel/libevent2: drop historical suffix after r362796
PR: 216777
Approved by: mm (maintainer) |
04 Feb 2017 07:56:59
0.12.1_7 
|
jbeich  |
devel/libevent2: update to 2.1.8 and cleanup
- 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) |
29 Jan 2017 16:04:36
0.12.1_6 
|
sunpoet  |
Update devel/protobuf to 3.2.0
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases |
06 Jan 2017 08:45:04
0.12.1_5 
|
jbeich  |
devel/boost-*: update to 1.63.0
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1 |
25 Dec 2016 23:11:36
0.12.1_4 
|
dinoex  |
- update miniupnpc to 2.0.20161216
- bump API change |
14 Dec 2016 17:58:20
0.12.1_3 
|
sunpoet  |
- Update devel/protobuf to 3.1.0
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases |
29 Nov 2016 06:20:40
0.12.1_2 
|
tcberner  |
Stop exporting QT_BINDIR and QT_LIBDIR to PLIST_SUB.
As at the moment QT_BINDIR and QT_LIBDIR are 'bin' respectively 'lib' depending
on the Qt version these subs ended up at many wrong places in plists.
So only export it if QT_DIST is set.
PR: 210227
Reviewed by: mat, rakuco
Approved by: portmgr (mat), rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D8378 |
25 Nov 2016 06:11:01
0.12.1_2 
|
araujo  |
- Add a UID/GID for bitcoin.
- Rewrite the rc script with new options that allows users to:
- set config file.
- set datadir.
- set bitcoin limits.
PR: ports/213235
Submitted by: Christopher Hall <hsw@bitmark.com>
Approved by: maintainer timeout (1 month) |
23 Nov 2016 12:45:47
0.12.1_1 
|
jbeich  |
devel/boost-*: update to 1.62.0
- 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) |
08 Aug 2016 13:46:50
0.12.1 
|
mat  |
USE_BDB cleanup.
- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx -> USES=bdb:xx.
Other modernisations when I see them.
PR: 209183
Sponsored by: Absolight |
02 May 2016 14:20:32
0.12.1 
|
tijl  |
Add OBJCXX and OBJCXXFLAGS to CONFIGURE_ENV.
When compiled on Darwin bitcoin-qt needs two extra files that are written
in ObjC++. These aren't needed on FreeBSD but because of this the ObjC++
compiler is used as linker instead of the C++ compiler. Without defining
OBJCXX clang may be used as C++ compiler while g++ is used as ObjC++
compiler. This may cause link problems.
PR: 207110
Submitted by: olexander.v.melnyk@gmail.com
Approved by: robbak@robbak.com (maintainer, via email) |
01 May 2016 09:50:43
0.12.1 
|
tijl  |
- Update net-p2p/bitcoin to 0.12.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) |
01 Apr 2016 14:16:20
0.11.2 
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
23 Jan 2016 17:35:17
0.11.2 
|
riggs  |
Update to upstream release 0.11.2
PR: 206453
Submitted by: jochen@jochen-neumeister.de
Approved by: robbak@gmail.com (maintainer / alternative e-mail address) |
14 Oct 2015 14:57:33
0.11.0_1 
|
jbeich  |
net-p2p/bitcoin: chase r399209
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 |
16 Jul 2015 18:35:16
0.11.0 
|
pgollucci  |
net-p2p/bitcoin: 0.10.2 -> 0.11.0
PR: 201524
Submitted by: robbak@gmail.com (maintainer) |
06 Jul 2015 03:09:36
0.10.2 
|
feld  |
Update to 0.10.2
Resolves CVE-2015-3641
https://en.bitcoin.it/wiki/Common_Vulnerabilities_and_Exposures
PR: 201224
Approved by: maintainer |
03 May 2015 16:58:04
0.10.1 
|
jbeich  |
net-p2p/bitcoin*: update to 0.10.1 and fix conflicts
Work around bin/test_bitcoin installed more than once by leaving
TESTS=on by default only in net-p2p/bitcoin-utils.
Changes: https://bitcoin.org/en/release/v0.10.1
PR: 198826 [1]
PR: 199856
Reported by: peter [1]
Submitted by: robbak@gmail.com (maintainer, other mail) |
25 Feb 2015 13:16:36
0.10.0_1 
|
koobs  |
net-p2p/bitcoin: Use linguisttools, 45 less dependencies
Take advantage of the new qt4-linguisttools port [1] to eliminate 45 build
dependencies.
[1] https://svnweb.freebsd.org/changeset/ports/379843
PR: 198024
Submitted by: Robert Backhaus <robbak gmail com> (maintainer) |
24 Feb 2015 11:54:05
0.10.0_1 
|
koobs  |
net-p2p/bitcoin: Centralise regression-test target
Move the regression-test targetr from bitcoin-daemon to bitcoin port proper.
Approved by: maintainer (via IRC)
> Description of fields to fill in above: 76 columns --|
> PR: If a GNATS PR is affected by the change.
> Differential Revision: https://reviews.freebsd.org/D### (*full* phabric URL
needed).
> Submitted by: If someone else sent in the change.
> Reviewed by: If someone else reviewed your modification.
> Approved by: If you needed approval for this commit.
> Obtained from: If the change is from a third party.
> MFC after: N [day[s]|week[s]|month[s]]. Request a reminder
email.
> MFH: Ports tree branch name. Request approval for merge.
> Relnotes: Set to 'yes' for mention in release notes.
> Security: Vulnerability reference (one per line) or
description.
> Sponsored by: If the change was sponsored by an organization.
> Empty fields above will be automatically removed.
M net-p2p/bitcoin/Makefile
M net-p2p/bitcoin-daemon/Makefile |
24 Feb 2015 11:37:49
0.10.0_1 
|
koobs  |
net-p2p/bitcoin: Reinstate BDB includes for WALLET option
Re-add removed BDB includes and library paths to CXXFLAGS/LIBS for the WALLET
options. Without them ./configure bombs out. |