Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add DOCS options to ports that should have one. | mat | 2018-09-10 | 1 | -0/+2 |
| | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine | ||||
* | Update KDE Applications to 18.08 | tcberner | 2018-08-25 | 1 | -1/+0 |
| | | | | Changelog: https://www.kde.org/announcements/announce-applications-18.08.0.php | ||||
* | Bump PORTREVISION for ports depending on the canonical version of GCC | gerald | 2018-07-30 | 1 | -0/+1 |
| | | | | | | | | | | | | | | 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 | ||||
* | Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk | tcberner | 2018-06-29 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | 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 |