diff options
author | gerald <gerald@FreeBSD.org> | 2017-10-05 04:36:13 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2017-10-05 04:36:13 +0800 |
commit | 4a64f7fa15f90b04d3e0cee9f464ebb7f103ad49 (patch) | |
tree | 8e51ab9404519d4d10e84f40ef557fd741e6a686 /lang/gcc47 | |
parent | e3c7ef8bb7a1c7a28b01ad8ebbd8803d7f64e43f (diff) | |
download | freebsd-ports-gnome-4a64f7fa15f90b04d3e0cee9f464ebb7f103ad49.tar.gz freebsd-ports-gnome-4a64f7fa15f90b04d3e0cee9f464ebb7f103ad49.tar.zst freebsd-ports-gnome-4a64f7fa15f90b04d3e0cee9f464ebb7f103ad49.zip |
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>
Diffstat (limited to 'lang/gcc47')
-rw-r--r-- | lang/gcc47/Makefile | 3 |
1 files changed, 2 insertions, 1 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 \ |