diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-03-11 04:55:20 +0800 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-03-11 04:55:20 +0800 |
commit | 1cd277bdcecf80f1b3c00ed15ff1c9e707024607 (patch) | |
tree | 8b56d1724c64bf5dd76ae2dcec17c58fb797e8e1 /benchmarks | |
parent | 04bfaa8ecd94236f2723c0ece94529bf8a6f36d7 (diff) | |
download | freebsd-ports-gnome-1cd277bdcecf80f1b3c00ed15ff1c9e707024607.tar.gz freebsd-ports-gnome-1cd277bdcecf80f1b3c00ed15ff1c9e707024607.tar.zst freebsd-ports-gnome-1cd277bdcecf80f1b3c00ed15ff1c9e707024607.zip |
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs)
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/himenobench/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/hpl/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/hs-criterion/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/imb/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/mdtest/Makefile | 1 | ||||
-rw-r--r-- | benchmarks/octave-forge-benchmark/Makefile | 2 |
6 files changed, 6 insertions, 5 deletions
diff --git a/benchmarks/himenobench/Makefile b/benchmarks/himenobench/Makefile index 8d02156243db..e4e0bc2d379e 100644 --- a/benchmarks/himenobench/Makefile +++ b/benchmarks/himenobench/Makefile @@ -3,7 +3,7 @@ PORTNAME= himenobench PORTVERSION= 2004.08.16 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= benchmarks MASTER_SITES= http://accc.riken.jp/secure/4502/:C http://accc.riken.jp/secure/4503/:C \ http://accc.riken.jp/secure/4504/:F90 http://accc.riken.jp/secure/4505/:F77 diff --git a/benchmarks/hpl/Makefile b/benchmarks/hpl/Makefile index 3a302e8b5073..8a2635959aa2 100644 --- a/benchmarks/hpl/Makefile +++ b/benchmarks/hpl/Makefile @@ -3,7 +3,7 @@ PORTNAME= hpl PORTVERSION= 2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= benchmarks MASTER_SITES= ${MASTER_SITE_NETLIB} MASTER_SITE_SUBDIR= benchmark/hpl diff --git a/benchmarks/hs-criterion/Makefile b/benchmarks/hs-criterion/Makefile index 4c0a2ca415c7..48e2e44eb746 100644 --- a/benchmarks/hs-criterion/Makefile +++ b/benchmarks/hs-criterion/Makefile @@ -3,7 +3,7 @@ PORTNAME= criterion PORTVERSION= 0.6.2.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= benchmarks haskell MAINTAINER= haskell@FreeBSD.org diff --git a/benchmarks/imb/Makefile b/benchmarks/imb/Makefile index 87f10f1c71ed..1ea89efa75cd 100644 --- a/benchmarks/imb/Makefile +++ b/benchmarks/imb/Makefile @@ -3,7 +3,7 @@ PORTNAME= imb PORTVERSION= 3.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= benchmarks parallel MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://cache-www.intel.com/cd/00/00/32/71/ diff --git a/benchmarks/mdtest/Makefile b/benchmarks/mdtest/Makefile index fc4ef2c8ecff..327657421ac4 100644 --- a/benchmarks/mdtest/Makefile +++ b/benchmarks/mdtest/Makefile @@ -3,6 +3,7 @@ PORTNAME= mdtest PORTVERSION= 1.9.3 +PORTREVISION= 1 CATEGORIES= benchmarks MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20latest/${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tgz diff --git a/benchmarks/octave-forge-benchmark/Makefile b/benchmarks/octave-forge-benchmark/Makefile index 5d0475d78fb4..da4db0d6c7db 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= 9 +PORTREVISION= 10 CATEGORIES= benchmarks math MAINTAINER= stephen@FreeBSD.org |