diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-10-04 20:36:13 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-10-04 20:36:13 +0000 |
commit | d792ff0690c1278fbc77bb68d7b56bc86d0260f5 (patch) | |
tree | 8e51ab9404519d4d10e84f40ef557fd741e6a686 | |
parent | 0e0ac3dfda38052e83acf227a42956d8510fcae0 (diff) | |
download | ports-d792ff0690c1278fbc77bb68d7b56bc86d0260f5.tar.gz ports-d792ff0690c1278fbc77bb68d7b56bc86d0260f5.zip |
Notes
-rw-r--r-- | lang/gcc47/Makefile | 3 | ||||
-rw-r--r-- | lang/gcc48/Makefile | 3 | ||||
-rw-r--r-- | lang/gcc49/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile index 0369f285498a..d9133dd4b180 100644 --- a/lang/gcc47/Makefile +++ b/lang/gcc47/Makefile @@ -3,7 +3,7 @@ PORTNAME= gcc PORTVERSION= 4.7.4 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= lang MASTER_SITES= GCC/releases/gcc-${PORTVERSION} @@ -15,6 +15,7 @@ COMMENT= GNU Compiler Collection 4.7 LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi +DEPRECATED= Unsupported by upstream. Use GCC 5 or newer instead. ONLY_FOR_ARCHS= amd64 i386 powerpc sparc64 LIB_DEPENDS= libgmp.so:math/gmp \ diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index e5005c735f76..6bcec328f7c2 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -3,7 +3,7 @@ PORTNAME= gcc PORTVERSION= 4.8.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= lang MASTER_SITES= GCC/releases/gcc-${PORTVERSION} PKGNAMESUFFIX= ${SUFFIX} @@ -14,6 +14,7 @@ COMMENT= GNU Compiler Collection 4.8 LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi +DEPRECATED= Unsupported by upstream. Use GCC 5 or newer instead. ONLY_FOR_ARCHS= amd64 armv6 i386 powerpc powerpc64 sparc64 LIB_DEPENDS= libgmp.so:math/gmp \ diff --git a/lang/gcc49/Makefile b/lang/gcc49/Makefile index ee2fa3700f64..27ccc40ea11f 100644 --- a/lang/gcc49/Makefile +++ b/lang/gcc49/Makefile @@ -3,7 +3,7 @@ PORTNAME= gcc PORTVERSION= 4.9.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang MASTER_SITES= GCC/releases/gcc-${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX} @@ -14,6 +14,7 @@ COMMENT= GNU Compiler Collection 4.9 LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi +DEPRECATED= Unsupported by upstream. Use GCC 5 or newer instead. ONLY_FOR_ARCHS= amd64 armv6 i386 powerpc powerpc64 sparc64 LIB_DEPENDS= libgmp.so:math/gmp \ |