mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
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
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= gcc
|
PORTNAME= gcc
|
||||||
PORTVERSION= 4.7.4
|
PORTVERSION= 4.7.4
|
||||||
PORTREVISION= 6
|
PORTREVISION= 7
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= lang
|
CATEGORIES= lang
|
||||||
MASTER_SITES= GCC/releases/gcc-${PORTVERSION}
|
MASTER_SITES= GCC/releases/gcc-${PORTVERSION}
|
||||||
|
@ -15,6 +15,7 @@ COMMENT= GNU Compiler Collection 4.7
|
||||||
LICENSE= GPLv3 GPLv3RLE
|
LICENSE= GPLv3 GPLv3RLE
|
||||||
LICENSE_COMB= multi
|
LICENSE_COMB= multi
|
||||||
|
|
||||||
|
DEPRECATED= Unsupported by upstream. Use GCC 5 or newer instead.
|
||||||
ONLY_FOR_ARCHS= amd64 i386 powerpc sparc64
|
ONLY_FOR_ARCHS= amd64 i386 powerpc sparc64
|
||||||
|
|
||||||
LIB_DEPENDS= libgmp.so:math/gmp \
|
LIB_DEPENDS= libgmp.so:math/gmp \
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= gcc
|
PORTNAME= gcc
|
||||||
PORTVERSION= 4.8.5
|
PORTVERSION= 4.8.5
|
||||||
PORTREVISION= 5
|
PORTREVISION= 6
|
||||||
CATEGORIES= lang
|
CATEGORIES= lang
|
||||||
MASTER_SITES= GCC/releases/gcc-${PORTVERSION}
|
MASTER_SITES= GCC/releases/gcc-${PORTVERSION}
|
||||||
PKGNAMESUFFIX= ${SUFFIX}
|
PKGNAMESUFFIX= ${SUFFIX}
|
||||||
|
@ -14,6 +14,7 @@ COMMENT= GNU Compiler Collection 4.8
|
||||||
LICENSE= GPLv3 GPLv3RLE
|
LICENSE= GPLv3 GPLv3RLE
|
||||||
LICENSE_COMB= multi
|
LICENSE_COMB= multi
|
||||||
|
|
||||||
|
DEPRECATED= Unsupported by upstream. Use GCC 5 or newer instead.
|
||||||
ONLY_FOR_ARCHS= amd64 armv6 i386 powerpc powerpc64 sparc64
|
ONLY_FOR_ARCHS= amd64 armv6 i386 powerpc powerpc64 sparc64
|
||||||
|
|
||||||
LIB_DEPENDS= libgmp.so:math/gmp \
|
LIB_DEPENDS= libgmp.so:math/gmp \
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= gcc
|
PORTNAME= gcc
|
||||||
PORTVERSION= 4.9.4
|
PORTVERSION= 4.9.4
|
||||||
PORTREVISION= 4
|
PORTREVISION= 5
|
||||||
CATEGORIES= lang
|
CATEGORIES= lang
|
||||||
MASTER_SITES= GCC/releases/gcc-${DISTVERSION}
|
MASTER_SITES= GCC/releases/gcc-${DISTVERSION}
|
||||||
PKGNAMESUFFIX= ${SUFFIX}
|
PKGNAMESUFFIX= ${SUFFIX}
|
||||||
|
@ -14,6 +14,7 @@ COMMENT= GNU Compiler Collection 4.9
|
||||||
LICENSE= GPLv3 GPLv3RLE
|
LICENSE= GPLv3 GPLv3RLE
|
||||||
LICENSE_COMB= multi
|
LICENSE_COMB= multi
|
||||||
|
|
||||||
|
DEPRECATED= Unsupported by upstream. Use GCC 5 or newer instead.
|
||||||
ONLY_FOR_ARCHS= amd64 armv6 i386 powerpc powerpc64 sparc64
|
ONLY_FOR_ARCHS= amd64 armv6 i386 powerpc powerpc64 sparc64
|
||||||
|
|
||||||
LIB_DEPENDS= libgmp.so:math/gmp \
|
LIB_DEPENDS= libgmp.so:math/gmp \
|
||||||
|
|
Loading…
Add table
Reference in a new issue