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
use GCC in base. Also requires switching from freebsd-clang++ to
freebsd-g++ where GCC needs to be used.
PR: 232012
Submitted by: Piotr Kubaj
Approved by: maintainer
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906
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
Changelog:
https://github.com/evpo/EncryptPad/blob/v0.4.0.2/CHANGES.md
Additional port changes:
* Added a committed upstream patch that isn't yet released
* Changed dependency to security/botan2
* Moved USESxx statements to one section
* Added 256 512 icon sizes
* Installing DOCS with ${COPYTREE_SHARE} instead of ${CP}
PR: 225806
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
Approved by: tcberner (mentor, implicit)
binary encryptor.
WWW: http://evpo.net/encryptpad/
Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1484432907 which corresponds to commit c9e6636 tagged
as this release.
PR: 215639
Submitted by: Dmitri Goutnik