diff options
author | gerald <gerald@FreeBSD.org> | 2017-04-01 15:23:30 +0000 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2017-04-01 15:23:30 +0000 |
commit | 8047a240e1cbbe6481930d3ec780c9c92fccd00c (patch) | |
tree | 77bf1316728e6dc2f4e5dfd92901d961b2df765d /math/cmlib | |
parent | 920b723a87c30ba9bae3e0bd19ff336e2866b06c (diff) | |
download | FreeBSD-ports-8047a240e1cbbe6481930d3ec780c9c92fccd00c.zip FreeBSD-ports-8047a240e1cbbe6481930d3ec780c9c92fccd00c.tar.gz |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
Diffstat (limited to 'math/cmlib')
-rw-r--r-- | math/cmlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/cmlib/Makefile b/math/cmlib/Makefile index ad0cbdf..84a6e50 100644 --- a/math/cmlib/Makefile +++ b/math/cmlib/Makefile @@ -3,7 +3,7 @@ PORTNAME= cmlib PORTVERSION= 3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= NL/blas:blas ftp://ftp.nist.gov/pub/cmlib/ # Get d1mach.f, i1mach.f, r1mach.f from BLAS, rather than from CMLIB. |