* clang architectures use base-clang
* non-clang architectures use ports-gcc for the mm port, base-gcc otherwise
* powerpc uses ports-gcc for all ports
ok jca@
Upstream switched form Qt4 to Qt5 and from autotools to CMake.
Added Nam Nguyen as maintainer. Thank you for taking care of this!
Initial diff from me, tweaked and newer diff from jca@. OK jca@
Also fix fallout.
I've been working with upstream to have the NetBSD driver work on both
NetBSD *and* OpenBSD, and here it is.
Thanks to upstream for helping, particularly Rocky Bernstein and Thomas
Schmitt!
Tested and OK cwen@, thanks!
This is part of the effort to update our very old libcdio port.
In newer versions of libcdio, the cdparanoia bits were split off into
a separate package. This new port is exactly that.
Tested and OK cwen@, thanks!
modify the PortBuilder -> Job::Port interface so that differences
are obvious.
tweak wipe to avoid wiping what we're currently actually running,
and also clean the "right" flavor in case we gave a wrong pkgpath name.
Notable Changes:
- Move from GNU autotools to cmake.
- Take the same cmake configure args from Net and FreeBSD (more or less)
- Add patch to avoid links with shared libs
- bump SHARED_LIBS
Tested by Tracey Emery. Thanks!
Upstream changlog:
https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.18.0.md
Notable port changes:
- Disable BIP70, form changlog:
"A new --disable-bip70 option may be passed to ./configure to prevent
Bitcoin-Qt from being built with support for the BIP70 payment protocol
or from linking libssl. As the payment protocol has exposed Bitcoin Core
to libssl vulnerabilities in the past, builders who don't need BIP70
support are encouraged to use this option to reduce their exposure to
future vulnerabilities."
- Major lib bump: libbitcoinconsensus
- WANTLIB png clean up
- devel/protobuf is not more needed with disabled BIP70
See https://github.com/OSGeo/proj.4/releases/tag/6.0.0 for the details.
This contains an API break, and some next port updates will deal with it.
Went into some bulk builds, all tests pass. Now is the right time to put
it in to chase potential runtime regressions.
This requires that you allow env variables
TRUSTED_PKG_PATH and TERM in your doas.conf,
or ports install will stop working
also full path to touch
prompted by cwen@ initial touch patch
Update tested by folks in different scenarios.
Initial version by Olivier. Modified by me to re-add new HOMEPAGE
and replace eliaborate do-test dance with MODPY_PYTEST.
OK Daniel Winters (maintainer) Martin Reindl bket@ phessler@