svn commit: r480930 - in head/lang: gcc48 gcc49

Gerald Pfeifer gerald at FreeBSD.org
Sat Sep 29 22:26:37 UTC 2018


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 \


More information about the svn-ports-head mailing list