diff options
author | gerald <gerald@FreeBSD.org> | 2017-09-11 04:55:38 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2017-09-11 04:55:38 +0800 |
commit | a8659f2c3a739594f865ddb2381c38d14c4d611e (patch) | |
tree | b2fdb90b31860ce377c34f790e4d2f4ed3dad14f /benchmarks | |
parent | 7b70c817a4e56a6ba513c3a87fb89b520f7ea8e1 (diff) | |
download | freebsd-ports-gnome-a8659f2c3a739594f865ddb2381c38d14c4d611e.tar.gz freebsd-ports-gnome-a8659f2c3a739594f865ddb2381c38d14c4d611e.tar.zst freebsd-ports-gnome-a8659f2c3a739594f865ddb2381c38d14c4d611e.zip |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/himenobench/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/hpl/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/octave-forge-benchmark/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/phoronix-test-suite/Makefile | 1 | ||||
-rw-r--r-- | benchmarks/polygraph/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/stress-ng/Makefile | 1 |
6 files changed, 6 insertions, 4 deletions
diff --git a/benchmarks/himenobench/Makefile b/benchmarks/himenobench/Makefile index 72cdfe67d694..2599d6c63d03 100644 --- a/benchmarks/himenobench/Makefile +++ b/benchmarks/himenobench/Makefile @@ -3,7 +3,7 @@ PORTNAME= himenobench PORTVERSION= 2015.07.09 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= benchmarks MASTER_SITES= http://accc.riken.jp/wp-content/uploads/2015/07/ DISTFILES= himenobmtxp_xl.zip himenobmtxp_l.zip \ diff --git a/benchmarks/hpl/Makefile b/benchmarks/hpl/Makefile index a4545338f7d4..eafdd2bb67db 100644 --- a/benchmarks/hpl/Makefile +++ b/benchmarks/hpl/Makefile @@ -3,7 +3,7 @@ PORTNAME= hpl PORTVERSION= 2.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= benchmarks MASTER_SITES= NETLIB/benchmark/hpl diff --git a/benchmarks/octave-forge-benchmark/Makefile b/benchmarks/octave-forge-benchmark/Makefile index 3d757a51824d..d2f0425fb1b0 100644 --- a/benchmarks/octave-forge-benchmark/Makefile +++ b/benchmarks/octave-forge-benchmark/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-benchmark PORTVERSION= 1.1.1 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= benchmarks math MAINTAINER= stephen@FreeBSD.org diff --git a/benchmarks/phoronix-test-suite/Makefile b/benchmarks/phoronix-test-suite/Makefile index b975d3066605..3499bf9c9da1 100644 --- a/benchmarks/phoronix-test-suite/Makefile +++ b/benchmarks/phoronix-test-suite/Makefile @@ -3,6 +3,7 @@ PORTNAME= phoronix-test-suite PORTVERSION= 7.2.1 +PORTREVISION= 1 CATEGORIES= benchmarks MASTER_SITES= http://www.phoronix-test-suite.com/releases/ diff --git a/benchmarks/polygraph/Makefile b/benchmarks/polygraph/Makefile index ae06d8de25ac..f37f8f0f0aeb 100644 --- a/benchmarks/polygraph/Makefile +++ b/benchmarks/polygraph/Makefile @@ -3,7 +3,7 @@ PORTNAME= polygraph PORTVERSION= 4.9.0 -PORTREVISION= 3 +PORTREVISION= 4 DISTVERSIONSUFFIX= -src CATEGORIES= benchmarks www MASTER_SITES= http://www.web-polygraph.org/downloads/srcs/ diff --git a/benchmarks/stress-ng/Makefile b/benchmarks/stress-ng/Makefile index b0f85e787e5b..d3a0ad880894 100644 --- a/benchmarks/stress-ng/Makefile +++ b/benchmarks/stress-ng/Makefile @@ -2,6 +2,7 @@ PORTNAME= stress-ng PORTVERSION= 0.08.13 +PORTREVISION= 1 CATEGORIES= benchmarks MASTER_SITES= http://kernel.ubuntu.com/~cking/tarballs/stress-ng/ |