* Remove no longer required patch "fdlimit_freebsd.go" as those changes have
been merged by upstream.
* Add a pkg-message to give users some advice when upgrading from releases
lower than 1.9.0. [1]
Changelog:
https://github.com/ethereum/go-ethereum/releases/tag/v1.9.0
PR: 239111
Submitted by: Enrique Fynn <me@enriquefynn.com> (maintainer)
Approved by: Enrique Fynn (maintainer) [1]
This allows for port testing with lang/go-devel via GO_PORT, setting
up the Go build environment in a single place, and is step one in
simplifying Go ports that often define too complicated do-build
targets themselves.
USES=go gains new arguments 'run' to add lang/go to RUN_DEPENDS and
'no_targets' for ports with composite builds that call 'go' themselves
and do not need the do-build/do-install targets of USES=go.
PR: 238849
Submitted by: dg@syrec.org (also D20745)
Reviewed by: mat, tobik
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20746
Requires go version >= 1.9.2
Reliable light client
Reliable fast sync
Custom tracing scripts
Native events using abigen
Breaking changes:
Trie pruning is enabled on all --syncmode variations (including
--syncmode=full). If running an archive node, to retain historic data,
disable pruning with `--gcmode=archive`
PR: 225916
Submitted by: Enrique Fynn (maintainer)
Details:
- Update to upstream version 1.7.1
- go puts temporary build artefacts into TMPDIR. This caused build issues
when the port is built on a system where /tmp is mounted noexec.
Now the port uses TMPDIR=WRKDIR
- Update maintainer's e-mail address to me@enriquefynn.com
PR: 221913
Submitted by: peter@icebear.net, enriquefynn@gmail.com (maintainer)
MFH: 2017Q4
Based on [*].
The patch was regenerated (original patch had been based on non-current
port version). Size and checksum of new distro are the same as at the PR.
PR: 220700 [*]
Submitted by: enriquefynn@gmail.com (maintainer)
Details:
- Update to upstream version 1.6.2
- Retire existing OPTIONs in favour of the new
DEVTOOLS, which installs all developer tools
PR: 218689
Submitted by: enriquefynn@gmail.com (maintainer)
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
Version 1.5.6 contains a known regression in the RPC interface that can lead to
wrong ether balance responses.
PR: 216333
Submitted by: Fyn <enriquefynn@gmail.com> (maintainer)
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.