Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Nov 2017 22:44:45 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r454508 - in head/lang: gcc46 gcc47 gcc48 gcc49
Message-ID:  <201711192244.vAJMijg4001126@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711192244.vAJMijg4001126>