notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: net-p2p/bitcoin/Makefile

Number of commits found: 142 (showing only 100 on this page)

1 | 2  »  

Thursday, 14 Dec 2023
17:03 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 24.4

- Use USES=pathfix to fix .pc installation
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
commit hash: 69e2e87fa56b54e267429b326f7f6188a7baaa71 commit hash: 69e2e87fa56b54e267429b326f7f6188a7baaa71 commit hash: 69e2e87fa56b54e267429b326f7f6188a7baaa71 commit hash: 69e2e87fa56b54e267429b326f7f6188a7baaa71 69e2e87
Saturday, 9 Dec 2023
03:41 Kevin Bowling (kbowling) search for other commits by this committer
net-p2p/bitcoin: Update to 26.0

Changes
https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-26.0.md

Sponsored by:	BBOX.io
commit hash: d0b3d3980c294b7ad8dca8839c886448a28f132b commit hash: d0b3d3980c294b7ad8dca8839c886448a28f132b commit hash: d0b3d3980c294b7ad8dca8839c886448a28f132b commit hash: d0b3d3980c294b7ad8dca8839c886448a28f132b d0b3d39
Tuesday, 24 Oct 2023
23:09 Kevin Bowling (kbowling) search for other commits by this committer
net-p2p/bitcoin: Update to 25.1

Changes https://bitcoincore.org/en/releases/25.1/
commit hash: 7778ae81eda3c44660c44d900e4b0e0963fa40cc commit hash: 7778ae81eda3c44660c44d900e4b0e0963fa40cc commit hash: 7778ae81eda3c44660c44d900e4b0e0963fa40cc commit hash: 7778ae81eda3c44660c44d900e4b0e0963fa40cc 7778ae8
Saturday, 27 May 2023
22:59 Kevin Bowling (kbowling) search for other commits by this committer
net-p2p/bitcoin: Update to 25.0

Changes
https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-25.0.md

Sponsored by:	BBOX.io
commit hash: e3dce67c61f4e433a50a300e9ab3c5e178943e37 commit hash: e3dce67c61f4e433a50a300e9ab3c5e178943e37 commit hash: e3dce67c61f4e433a50a300e9ab3c5e178943e37 commit hash: e3dce67c61f4e433a50a300e9ab3c5e178943e37 e3dce67
Monday, 12 Dec 2022
22:08 Kevin Bowling (kbowling) search for other commits by this committer
net-p2p/bitcoin: update to 24.0.1

Changes: https://bitcoincore.org/en/releases/24.0.1/
commit hash: 2b23e014d4e568ffdacc322091fa6aeb82411ffe commit hash: 2b23e014d4e568ffdacc322091fa6aeb82411ffe commit hash: 2b23e014d4e568ffdacc322091fa6aeb82411ffe commit hash: 2b23e014d4e568ffdacc322091fa6aeb82411ffe 2b23e01
Sunday, 9 Oct 2022
15:37 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 3.21.7

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
commit hash: 05e7a8b8e17851b506a55ab8676bd62779c328c5 commit hash: 05e7a8b8e17851b506a55ab8676bd62779c328c5 commit hash: 05e7a8b8e17851b506a55ab8676bd62779c328c5 commit hash: 05e7a8b8e17851b506a55ab8676bd62779c328c5 05e7a8b
Sunday, 11 Sep 2022
10:20 Felix Palmen (zirias) search for other commits by this committer
Mk/Uses: always use colon for build/run suffix

Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee ddae4e9
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Friday, 12 Aug 2022
14:46 Dima Panov (fluffy) search for other commits by this committer
*/*: bump all consumers after recent boost upgrade
commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed 4cf39de
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
net-p2p: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Alexander Botero-Lowry <alex@foxybanana.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Attila Nagy <bra@fsn.hu>
  *  Chad J. Milios <milios@ccsys.com>
  *  Damian Gerow <dgerow@afflictions.org>
  *  Daniel Morante <daniel@morante.net>
  *  Dave Cottlehuber <dch@skunkwerks.at>
  *  Dereckson <dereckson@gmail.com>
  *  Devin Teske <dteske@FreeBSD.org>
  *  Dmitriy Limonov
  *  Doug Barton <dougb@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Florent Thoumie <flz@xbsd.org>
  *  Ganael LAPLANCHE <ganael.laplanche@martymac.org>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Holger Lamm <holger@e-gitt.net>
  *  Holger Lamm <holger@e-gitt.net> and Mario S F Ferreira <lioux@FreeBSD.org>
  *  Jeremy Faulkner <gldisater@gldis.ca>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Maxim Ignatenko <gelraen.ua@gmail.com>
  *  Michael Johnson <ahze@ahze.net>
  *  Munish Chopra <mchopra@engmail.uwaterloo.ca>
  *  Oleg Alexeenkov <proler@gmail.com>
  *  Oleg R. Muhutdinov <mor@WhiteLuna.com>
  *  Pankov Pavel <pankov_p@mail.ru>
  *  Pav Lucistnik <pav@oook.cz>
  *  Rod Taylor <rbt@zort.on.ca>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Shaun Amott <shaun@FreeBSD.org>
  *  Stas Timokhin <stast@bsdportal.ru>
  *  Sverrir Valgeirsson <e96sv@yahoo.se> and
  *  Tsung-Han Yeh <snowfly@yuntech.edu.tw>
  *  Vasil Dimov <vd@FreeBSD.org>
  *  Yashin Dmitry <yashin.dm@gmail.com>
  *  glocke@bsdstammtisch.at

With hat:	portmgr
commit hash: ef8eaee7579a2e6598077d27c62d8a7af4434276 commit hash: ef8eaee7579a2e6598077d27c62d8a7af4434276 commit hash: ef8eaee7579a2e6598077d27c62d8a7af4434276 commit hash: ef8eaee7579a2e6598077d27c62d8a7af4434276 ef8eaee
Sunday, 22 May 2022
20:17 Dima Panov (fluffy) search for other commits by this committer
devel/boost-all: bump all library consumers after boost upgrade

PR:	246106
commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd b082b3d
Tuesday, 26 Apr 2022
21:29 Kevin Bowling (kbowling) search for other commits by this committer
net-p2p/bitcoin*: update to 23.0

Sponsored by:	BBOX.io
commit hash: 613a3e07c503cccd7f5cb82759ccd49d16ba9426 commit hash: 613a3e07c503cccd7f5cb82759ccd49d16ba9426 commit hash: 613a3e07c503cccd7f5cb82759ccd49d16ba9426 commit hash: 613a3e07c503cccd7f5cb82759ccd49d16ba9426 613a3e0
Saturday, 16 Apr 2022
04:19 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 3.20.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
commit hash: 10d211b655d85e31bf9b8e27d234f526cfd1e49b commit hash: 10d211b655d85e31bf9b8e27d234f526cfd1e49b commit hash: 10d211b655d85e31bf9b8e27d234f526cfd1e49b commit hash: 10d211b655d85e31bf9b8e27d234f526cfd1e49b 10d211b
Monday, 28 Feb 2022
12:46 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 3.19.4

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
commit hash: f7e42ce5d5a3f11265d1e253b04212001992eca2 commit hash: f7e42ce5d5a3f11265d1e253b04212001992eca2 commit hash: f7e42ce5d5a3f11265d1e253b04212001992eca2 commit hash: f7e42ce5d5a3f11265d1e253b04212001992eca2 f7e42ce
Monday, 13 Sep 2021
19:02 Kevin Bowling (kbowling) search for other commits by this committer
net-p2p/bitcoin: Update to 22.0

Changes:	https://github.com/bitcoin/bitcoin/blob/v22.0/doc/release-notes.md
commit hash: 36936adf320391d76f19b747b5d0cf8769cfa405 commit hash: 36936adf320391d76f19b747b5d0cf8769cfa405 commit hash: 36936adf320391d76f19b747b5d0cf8769cfa405 commit hash: 36936adf320391d76f19b747b5d0cf8769cfa405 36936ad
Sunday, 29 Aug 2021
19:17 Bernhard Froehlich (decke) search for other commits by this committer
net-p2p/bitcoin: Add CPE information

Approved by:	portmgr (blanket)
commit hash: f8d542f1d0209297e169c2b974be755c0693a823 commit hash: f8d542f1d0209297e169c2b974be755c0693a823 commit hash: f8d542f1d0209297e169c2b974be755c0693a823 commit hash: f8d542f1d0209297e169c2b974be755c0693a823 f8d542f
Wednesday, 21 Jul 2021
18:11 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: f4acead6367a692af17431cc233565e8f1149366 commit hash: f4acead6367a692af17431cc233565e8f1149366 commit hash: f4acead6367a692af17431cc233565e8f1149366 commit hash: f4acead6367a692af17431cc233565e8f1149366 f4acead
Monday, 3 May 2021
20:23 Kevin Bowling (kbowling) search for other commits by this committer
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
commit hash: a23816f4129cafa3b62ad763186351f14114a3b7 commit hash: a23816f4129cafa3b62ad763186351f14114a3b7 commit hash: a23816f4129cafa3b62ad763186351f14114a3b7 commit hash: a23816f4129cafa3b62ad763186351f14114a3b7 a23816f
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Tuesday, 26 Jan 2021
14:01 sunpoet search for other commits by this committer
Bump PORTREVISION for devel/protobuf shlib change
Original commitRevision:562671 
Thursday, 14 Jan 2021
16:36 kbowling search for other commits by this committer
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
Original commitRevision:561569 
Sunday, 30 Aug 2020
20:19 sunpoet search for other commits by this committer
Bump PORTREVISION for devel/protobuf shlib change
Original commitRevision:547081 
Saturday, 22 Aug 2020
05:47 kbowling search for other commits by this committer
net-p2p/bitcoin: Update to 0.20.1

Changelog https://bitcoincore.org/en/2020/08/01/release-0.20.1/

Sponsored by:	BBOX.io
Original commitRevision:545738 
Friday, 7 Aug 2020
02:56 kbowling search for other commits by this committer
net-p2p/bitcoin: update to 0.20.0

Sponsored by:	BBOX.io
Original commitRevision:544306 
Wednesday, 3 Jun 2020
18:32 sunpoet search for other commits by this committer
Bump PORTREVISION for devel/protobuf shlib change
Original commitRevision:537830 
Friday, 1 May 2020
16:56 vd search for other commits by this committer
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)
Original commitRevision:533562 
Friday, 17 Apr 2020
06:58 kbowling search for other commits by this committer
net-p2p/bitcoin: Update to 0.19.1

Approved by:	krion (mentor)
Sponsored by:	BBOX.io
Differential Revision:	https://reviews.freebsd.org/D24465
Original commitRevision:531907 
Wednesday, 22 Jan 2020
05:53 sunpoet search for other commits by this committer
Bump PORTREVISION for devel/protobuf shlib change
Original commitRevision:523788 
Wednesday, 11 Dec 2019
19:00 jbeich search for other commits by this committer
net-p2p/bitcoin: switch to simplier boost 1.72 fix

Suggested by:	upstream
Original commitRevision:519828 
17:53 jbeich search for other commits by this committer
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
Original commitRevision:519824 
Monday, 2 Dec 2019
20:05 jbeich search for other commits by this committer
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)
Original commitRevision:518873 
Friday, 29 Nov 2019
09:07 ale search for other commits by this committer
Port cleanup.

PR:		242245
Submitted by:	ale
Approved by:	maintainer
Original commitRevision:518636 
Tuesday, 26 Nov 2019
07:30 vd search for other commits by this committer
net-p2p/bitcoin: Upgrade from 0.18.1 to 0.19.0.1

PR:		242232
Submitted by:	vd
Approved by:	kbowling (maintainer)
Original commitRevision:518452 
Friday, 25 Oct 2019
15:41 jbeich search for other commits by this committer
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;
    ~~~~~^
Original commitRevision:515617 
Wednesday, 21 Aug 2019
17:21 vd search for other commits by this committer
net-p2p/bitcoin: upgrade from 0.18.0 to 0.18.1

PR:		239924
Approved by:	kbowling (maintainer)
Original commitRevision:509513 
Monday, 19 Aug 2019
15:35 jbeich search for other commits by this committer
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
Original commitRevision:509290 
Friday, 2 Aug 2019
13:30 jbeich search for other commits by this committer
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
Original commitRevision:507877 
Wednesday, 31 Jul 2019
16:38 sunpoet search for other commits by this committer
Bump PORTREVISION for devel/protobuf shlib change
Original commitRevision:507719 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
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
Original commitRevision:507372 
Friday, 5 Jul 2019
19:08 sunpoet search for other commits by this committer
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
Original commitRevision:505909 
Monday, 13 May 2019
06:32 vd search for other commits by this committer
net-p2p/bitcoin: Upgrade from 0.17.1 to 0.18.0

PR:		237829
Submitted by:	vd
Approved by:	kbowling (maintainer)
Original commitRevision:501518 
Thursday, 2 May 2019
10:18 mat search for other commits by this committer
Remove :DEFAULT where not required.
Original commitRevision:500651 
Friday, 12 Apr 2019
06:36 jbeich search for other commits by this committer
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
Original commitRevision:498698 
Sunday, 31 Mar 2019
13:41 sunpoet search for other commits by this committer
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
Original commitRevision:497411 
Sunday, 17 Feb 2019
23:29 kbowling search for other commits by this committer
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
Original commitRevision:493228 
Wednesday, 16 Jan 2019
11:13 tijl search for other commits by this committer
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
in the weak wrapper resolves to the weak wrapper itself creating an infinite
call loop that overflows the stack and causes a crash.  Some of the
allocation functions are variants of C++ new and delete and it probably
depends on the compiler whether these variants are used in other parts of
Qt5Webengine.

Remove the weak wrappers (make them Linux specific).  This isn't binary
compatible but we are already breaking that with the changes to the symbol
versions.

[1]
https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4
[2]
https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5
[3]
https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5

Bump all ports that depend on Qt5.

PR:		234070
Exp-run by:	antoine
Approved by:	kde (adridg)
Original commitRevision:490472 
Thursday, 27 Dec 2018
09:53 ale search for other commits by this committer
Update to 0.17.1 release.

Approved by:	maintainer
Original commitRevision:488524 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
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
Original commitRevision:487272 
00:15 jbeich search for other commits by this committer
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
Original commitRevision:487266 
Monday, 3 Dec 2018
19:41 sunpoet search for other commits by this committer
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
Original commitRevision:486531 
Friday, 2 Nov 2018
13:32 rene search for other commits by this committer
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
Original commitRevision:483807 
Tuesday, 9 Oct 2018
07:56 ale search for other commits by this committer
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)
Original commitRevision:481609 
Saturday, 29 Sep 2018
21:40 kbowling search for other commits by this committer
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
Original commitRevision:480928 
Tuesday, 18 Sep 2018
08:30 linimon search for other commits by this committer
A previous commit fixed the build on powerpc64.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:479993 
Wednesday, 22 Aug 2018
15:33 swills search for other commits by this committer
net-p2p/bitcoin: Update to 0.16.2

PR:		230429
Submitted by:	kbowling (maintainer)
Original commitRevision:477794 
Thursday, 9 Aug 2018
06:58 jbeich search for other commits by this committer
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
Original commitRevision:476723 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
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
Original commitRevision:475857 
Thursday, 28 Jun 2018
17:39 tcberner search for other commits by this committer
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
Original commitRevision:473503 
Monday, 25 Jun 2018
12:07 vd search for other commits by this committer
net-p2p/bitcoin: Upgrade from 0.16.0 to 0.16.1

PR:		229096
Submitted by:	kbowling
Approved by:	kbowling (maintainer)
Original commitRevision:473306 
Sunday, 24 Jun 2018
21:11 sunpoet search for other commits by this committer
Revert r473259 and r473260 which are committed by accident

- Bump PORTEPOCH for protobuf and py-protobuf
- Bump PORTREVISION for dependent ports
Original commitRevision:473276 
20:19 sunpoet search for other commits by this committer
Update to 3.6.0

Changes:	https://github.com/google/protobuf/releases
Original commitRevision:473259 
Wednesday, 9 May 2018
05:37 dinoex search for other commits by this committer
- 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
Original commitRevision:469430 
Wednesday, 18 Apr 2018
13:57 jbeich search for other commits by this committer
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
Original commitRevision:467711 
Thursday, 29 Mar 2018
17:52 vd search for other commits by this committer
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
Original commitRevision:465909 
Monday, 26 Mar 2018
20:58 antoine search for other commits by this committer
Revert r465619 and r465623,  the use of PORT_OPTIONS and option helpers is
incorrect

With hat:	portmgr
Original commitRevision:465636 
17:33 vd search for other commits by this committer
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)
Original commitRevision:465619 
Wednesday, 28 Feb 2018
08:13 ale search for other commits by this committer
Update to 0.16.0 release and change maintainer.

PR:		226155
Submitted by:	kbowling
Approved by:	maintainer
Original commitRevision:463186 
Thursday, 18 Jan 2018
04:11 jbeich search for other commits by this committer
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
Original commitRevision:459315 
Monday, 25 Dec 2017
18:07 jbeich search for other commits by this committer
net-p2p/bitcoin: unbreak with boost 1.66

PR:		224129 224132
Obtained from:	upstream (Bitcoin 0.16.0)
Approved by:	portmgr blanket
Original commitRevision:457245 
Monday, 11 Dec 2017
18:26 sunpoet search for other commits by this committer
Update devel/protobuf to 3.5.0

- Bump PORTREVISION for shlib change

Changes:	https://github.com/google/protobuf/releases
Original commitRevision:456058 
Friday, 17 Nov 2017
13:59 swills search for other commits by this committer
net-p2p/bitcoin: update to 0.15.1

PR:		223697
Submitted by:	robbak@gmail.com (maintainer, via different email)
Original commitRevision:454373 
Wednesday, 8 Nov 2017
08:18 vd search for other commits by this committer
net-p2p/bitcoin: fix typos in startup script

PR:		223495
Submitted by:	vd@
Approved by:	robbak@gmail.com (maintainer)
Original commitRevision:453725 
Tuesday, 3 Oct 2017
14:25 swills search for other commits by this committer
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)
Original commitRevision:451133 
Monday, 25 Sep 2017
00:08 jbeich search for other commits by this committer
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
Original commitRevision:450560 
Saturday, 23 Sep 2017
02:59 vanilla search for other commits by this committer
1: upgrade to 4.0.0.
2: chrase shared library version.
Original commitRevision:450419 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
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
Original commitRevision:449591 
Wednesday, 16 Aug 2017
15:44 sunpoet search for other commits by this committer
Update devel/protobuf to 3.4.0

- Bump PORTREVISION for shlib change

Changes:	https://github.com/google/protobuf/releases
Original commitRevision:448041 
Saturday, 12 Aug 2017
03:43 swills search for other commits by this committer
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
Original commitRevision:447813 
Tuesday, 1 Aug 2017
16:45 lwhsu search for other commits by this committer
- 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)
Original commitRevision:447030 
Monday, 22 May 2017
16:04 linimon search for other commits by this committer
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
Original commitRevision:441468 
Tuesday, 2 May 2017
06:48 jbeich search for other commits by this committer
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
Original commitRevision:439934 
Saturday, 29 Apr 2017
15:43 sunpoet search for other commits by this committer
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]
Original commitRevision:439753 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
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
Original commitRevision:437439 
Monday, 20 Feb 2017
02:57 jbeich search for other commits by this committer
devel/libevent2: drop historical suffix after r362796

PR:		216777
Approved by:	mm (maintainer)
Original commitRevision:434427 
Saturday, 4 Feb 2017
07:56 jbeich search for other commits by this committer
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)
Original commitRevision:433286 
Sunday, 29 Jan 2017
16:04 sunpoet search for other commits by this committer
Update devel/protobuf to 3.2.0

- Bump PORTREVISION for shlib change

Changes:	https://github.com/google/protobuf/releases
Original commitRevision:432762 
Friday, 6 Jan 2017
08:45 jbeich search for other commits by this committer
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
Original commitRevision:430692 
Sunday, 25 Dec 2016
23:11 dinoex search for other commits by this committer
- update miniupnpc to 2.0.20161216
- bump API change
Original commitRevision:429468 
Wednesday, 14 Dec 2016
17:58 sunpoet search for other commits by this committer
- Update devel/protobuf to 3.1.0
- Bump PORTREVISION for shlib change

Changes:	https://github.com/google/protobuf/releases
Original commitRevision:428581 
Tuesday, 29 Nov 2016
06:20 tcberner search for other commits by this committer
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
Original commitRevision:427356 
Friday, 25 Nov 2016
06:11 araujo search for other commits by this committer
- 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)
Original commitRevision:427077 
Wednesday, 23 Nov 2016
12:45 jbeich search for other commits by this committer
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)
Original commitRevision:426908 
Monday, 8 Aug 2016
13:46 mat search for other commits by this committer
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
Original commitRevision:419843 
Monday, 2 May 2016
14:20 tijl search for other commits by this committer
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)
Original commitRevision:414450 
Sunday, 1 May 2016
09:50 tijl search for other commits by this committer
- 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)
Original commitRevision:414405 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Saturday, 23 Jan 2016
17:35 riggs search for other commits by this committer
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)
Original commitRevision:407045 
Wednesday, 14 Oct 2015
14:57 jbeich search for other commits by this committer
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
Original commitRevision:399270 
Thursday, 16 Jul 2015
18:35 pgollucci search for other commits by this committer
net-p2p/bitcoin: 0.10.2 -> 0.11.0

PR:                  201524
Submitted by:        robbak@gmail.com (maintainer)
Original commitRevision:392307 
Monday, 6 Jul 2015
03:09 feld search for other commits by this committer
Update to 0.10.2
Resolves CVE-2015-3641

https://en.bitcoin.it/wiki/Common_Vulnerabilities_and_Exposures

PR:		201224
Approved by:	maintainer
Original commitRevision:391383 

Number of commits found: 142 (showing only 100 on this page)

1 | 2  »