svn commit: r454508 - in head/lang: gcc46 gcc47 gcc48 gcc49

Gerald Pfeifer gerald at FreeBSD.org
Sun Nov 19 22:44:47 UTC 2017


Author: gerald
Date: Sun Nov 19 22:44:45 2017
New Revision: 454508
URL: https://svnweb.freebsd.org/changeset/ports/454508

Log:
  Given that GCC 5 has gone end-of-life now, recommend GCC 6 or later
  instead of GCC 5 or later in the deprecation messages for lang/gcc46
  to lang/gcc49.

Modified:
  head/lang/gcc46/Makefile
  head/lang/gcc47/Makefile
  head/lang/gcc48/Makefile
  head/lang/gcc49/Makefile

Modified: head/lang/gcc46/Makefile
==============================================================================
--- head/lang/gcc46/Makefile	Sun Nov 19 22:30:45 2017	(r454507)
+++ head/lang/gcc46/Makefile	Sun Nov 19 22:44:45 2017	(r454508)
@@ -15,7 +15,7 @@ COMMENT=	GNU Compiler Collection 4.6
 LICENSE=	GPLv3 GPLv3RLE
 LICENSE_COMB=	multi
 
-DEPRECATED=	Unsupported by upstream. Use GCC 5 or newer instead.
+DEPRECATED=	Unsupported by upstream. Use GCC 6 or newer instead.
 EXPIRATION_DATE=2017-11-30
 ONLY_FOR_ARCHS=	amd64 i386 powerpc sparc64
 

Modified: head/lang/gcc47/Makefile
==============================================================================
--- head/lang/gcc47/Makefile	Sun Nov 19 22:30:45 2017	(r454507)
+++ head/lang/gcc47/Makefile	Sun Nov 19 22:44:45 2017	(r454508)
@@ -15,7 +15,7 @@ COMMENT=	GNU Compiler Collection 4.7
 LICENSE=	GPLv3 GPLv3RLE
 LICENSE_COMB=	multi
 
-DEPRECATED=	Unsupported by upstream. Use GCC 5 or newer instead.
+DEPRECATED=	Unsupported by upstream. Use GCC 6 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	Sun Nov 19 22:30:45 2017	(r454507)
+++ head/lang/gcc48/Makefile	Sun Nov 19 22:44:45 2017	(r454508)
@@ -14,7 +14,7 @@ COMMENT=	GNU Compiler Collection 4.8
 LICENSE=	GPLv3 GPLv3RLE
 LICENSE_COMB=	multi
 
-DEPRECATED=	Unsupported by upstream. Use GCC 5 or newer instead.
+DEPRECATED=	Unsupported by upstream. Use GCC 6 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	Sun Nov 19 22:30:45 2017	(r454507)
+++ head/lang/gcc49/Makefile	Sun Nov 19 22:44:45 2017	(r454508)
@@ -14,7 +14,7 @@ COMMENT=	GNU Compiler Collection 4.9
 LICENSE=	GPLv3 GPLv3RLE
 LICENSE_COMB=	multi
 
-DEPRECATED=	Unsupported by upstream. Use GCC 5 or newer instead.
+DEPRECATED=	Unsupported by upstream. Use GCC 6 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