7 Commits

Author SHA1 Message Date
Tobias C. Berner
707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +00:00
Gerald Pfeifer
a9f015d155 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
2018-12-12 01:35:33 +00:00
Gleb Popov
65273721b8 Set MAINTAINER of mine ports to @FreeBSD.org email.
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D16640
2018-08-09 14:24:37 +00:00
Gerald Pfeifer
09f9633cb6 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
2018-07-29 22:18:44 +00:00
Gleb Popov
60d413d502 Upgrade science/dlib-cpp and science/py-dlib to 19.13.
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D15588
2018-05-28 11:34:44 +00:00
Mathieu Arnold
8dcaabcd6e Add PY_FLAVOR to Python module dependencies.
Sponsored by:	Absolight
2018-05-22 13:15:13 +00:00
Adriaan de Groot
35fbbebe34 New ports science/dlib-cpp and science/py-dlib (Python bindings for the former)
Changed from the reviewed form:
 - fixed typo's
 - added support for suffixed Boost::Python
 - removed commented-out lines from patch

Submitted by:	arrowsvc (6yearold@gmail.com, new maintainer)
Reviewed by:	tcberner, adridg
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14798
2018-04-26 20:39:16 +00:00