summaryrefslogtreecommitdiff
path: root/lang/gcc47
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2017-10-04 20:36:13 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2017-10-04 20:36:13 +0000
commitd792ff0690c1278fbc77bb68d7b56bc86d0260f5 (patch)
tree8e51ab9404519d4d10e84f40ef557fd741e6a686 /lang/gcc47
parentAdd a new Makefile target check-wine-devel-vs-wine-staging that works (diff)
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>
Notes
Notes: svn path=/head/; revision=451246
Diffstat (limited to 'lang/gcc47')
-rw-r--r--lang/gcc47/Makefile3
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 \