Commit graph

5 commits

Author SHA1 Message Date
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

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, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +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
Mark Linimon
1410a55375 Fix build on gcc-based archs such as powerpc64. I had already
independently tested this patch before the PR came in.

PR:		231426
Submitted by:	pkubaj@anongoth.pl
Approved by:	portmgr (tier-2 blanket)
2018-09-18 07:56:07 +00:00
Jason W. Bacon
dce4f8f9c7 math/intervaltree: Remove invalid category 2018-04-16 19:18:04 +00:00
Jason W. Bacon
8b88ccd559 math/intervaltree: Minimal C++ interval tree implementation
Approved by:    jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D15105
2018-04-16 18:55:55 +00:00