Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Sep 2018 22:26:36 +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: r480930 - in head/lang: gcc48 gcc49
Message-ID:  <201809292226.w8TMQahu074789@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sat Sep 29 22:26:36 2018
New Revision: 480930
URL: https://svnweb.freebsd.org/changeset/ports/480930

Log:
  Recommend the use of GCC 7 or later over this port, since that is now
  the default version of GCC for the Ports Collection.

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

Modified: head/lang/gcc48/Makefile
==============================================================================
--- head/lang/gcc48/Makefile	Sat Sep 29 22:12:54 2018	(r480929)
+++ head/lang/gcc48/Makefile	Sat Sep 29 22:26:36 2018	(r480930)
@@ -14,7 +14,7 @@ COMMENT=	GNU Compiler Collection 4.8
 LICENSE=	GPLv3 GPLv3RLE
 LICENSE_COMB=	multi
 
-DEPRECATED=	Unsupported by upstream. Use GCC 6 or newer instead.
+DEPRECATED=	Unsupported by upstream. Use GCC 7 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	Sat Sep 29 22:12:54 2018	(r480929)
+++ head/lang/gcc49/Makefile	Sat Sep 29 22:26:36 2018	(r480930)
@@ -14,7 +14,7 @@ COMMENT=	GNU Compiler Collection 4.9
 LICENSE=	GPLv3 GPLv3RLE
 LICENSE_COMB=	multi
 
-DEPRECATED=	Unsupported by upstream. Use GCC 6 or newer instead.
+DEPRECATED=	Unsupported by upstream. Use GCC 7 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?201809292226.w8TMQahu074789>