diff options
| author | Gerald Pfeifer <gerald@FreeBSD.org> | 2016-12-07 13:24:56 +0000 | 
|---|---|---|
| committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2016-12-07 13:24:56 +0000 | 
| commit | e4b7b9118a07c1abfba624cb75f204c62030aa79 (patch) | |
| tree | 6d5d55da551a842aeccb81af2fbec5d4427e876a /net | |
| parent | net-im/openfire: update to 4.0.4, kill Linux-based nativeAuth plugin (diff) | |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms), part II.
The first part covered  ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.
PR:		214965
Reported by:	thierry
Diffstat (limited to 'net')
| -rw-r--r-- | net/mpich/Makefile | 2 | ||||
| -rw-r--r-- | net/mpich2/Makefile | 2 | ||||
| -rw-r--r-- | net/openmpi/Makefile | 1 | ||||
| -rw-r--r-- | net/openmpi2/Makefile | 2 | 
4 files changed, 4 insertions, 3 deletions
diff --git a/net/mpich/Makefile b/net/mpich/Makefile index 5b9ce510468f..e4703bacc41c 100644 --- a/net/mpich/Makefile +++ b/net/mpich/Makefile @@ -2,7 +2,7 @@  PORTNAME=	mpich  PORTVERSION=	3.2 -PORTREVISION=	2 +PORTREVISION=	3  CATEGORIES=	net parallel  MASTER_SITES=	http://www.mpich.org/static/downloads/${DISTVERSION}/ diff --git a/net/mpich2/Makefile b/net/mpich2/Makefile index f8be41c89c4e..26872e1581b0 100644 --- a/net/mpich2/Makefile +++ b/net/mpich2/Makefile @@ -3,7 +3,7 @@  PORTNAME=	mpich2  DISTVERSION=	1.5 -PORTREVISION=	4 +PORTREVISION=	5  PORTEPOCH=	5  CATEGORIES=	net java parallel  MASTER_SITES=	http://www.mcs.anl.gov/research/projects/mpich2/downloads/tarballs/${DISTVERSION}/ diff --git a/net/openmpi/Makefile b/net/openmpi/Makefile index 8308de64e55e..55ed5ccb3268 100644 --- a/net/openmpi/Makefile +++ b/net/openmpi/Makefile @@ -5,6 +5,7 @@  PORTNAME=	openmpi  PORTVERSION=	1.10.4 +PORTREVISION=	1  CATEGORIES=	net parallel  MASTER_SITES=	http://www.open-mpi.org/software/ompi/v${PORTVERSION:R}/downloads/ diff --git a/net/openmpi2/Makefile b/net/openmpi2/Makefile index db860bbb83d2..979bbac3d4c7 100644 --- a/net/openmpi2/Makefile +++ b/net/openmpi2/Makefile @@ -2,7 +2,7 @@  PORTNAME=	openmpi  PORTVERSION=	2.0.1 -PORTREVISION=	1 +PORTREVISION=	2  CATEGORIES=	net parallel  MASTER_SITES=	http://www.open-mpi.org/software/ompi/v${PORTVERSION:R}/downloads/  PKGNAMESUFFIX=	2  | 
