svn commit: r451246 - in head/lang: gcc47 gcc48 gcc49
Gerald Pfeifer
gerald at FreeBSD.org
Wed Oct 4 20:36:15 UTC 2017
Author: gerald
Date: Wed Oct 4 20:36:13 2017
New Revision: 451246
URL: https://svnweb.freebsd.org/changeset/ports/451246
Log:
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 at utahime.org>
Modified:
head/lang/gcc47/Makefile
head/lang/gcc48/Makefile
head/lang/gcc49/Makefile
Modified: head/lang/gcc47/Makefile
==============================================================================
--- head/lang/gcc47/Makefile Wed Oct 4 20:24:00 2017 (r451245)
+++ head/lang/gcc47/Makefile Wed Oct 4 20:36:13 2017 (r451246)
@@ -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 \
Modified: head/lang/gcc48/Makefile
==============================================================================
--- head/lang/gcc48/Makefile Wed Oct 4 20:24:00 2017 (r451245)
+++ head/lang/gcc48/Makefile Wed Oct 4 20:36:13 2017 (r451246)
@@ -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 \
Modified: head/lang/gcc49/Makefile
==============================================================================
--- head/lang/gcc49/Makefile Wed Oct 4 20:24:00 2017 (r451245)
+++ head/lang/gcc49/Makefile Wed Oct 4 20:36:13 2017 (r451246)
@@ -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 \
More information about the svn-ports-head
mailing list