Add deprecation notes for lang/gcc47, lang/gcc48, and lang/gcc49,

but no expiration date at this point (since at least the latter two
still have users in the ports tree and sparc64 relies on the latter).

PR:		222373
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
This commit is contained in:
Gerald Pfeifer 2017-10-04 20:36:13 +00:00
parent 0e0ac3dfda
commit d792ff0690
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=451246
3 changed files with 6 additions and 3 deletions

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \