svn commit: r504065 - in head/lang: gcc48 gcc5 gcc6
Gerald Pfeifer
gerald at FreeBSD.org
Thu Jun 13 06:20:06 UTC 2019
Author: gerald
Date: Thu Jun 13 06:20:04 2019
New Revision: 504065
URL: https://svnweb.freebsd.org/changeset/ports/504065
Log:
Recommend the use of GCC 8 (instead of GCC 7 until now) to replace
these older versions of GCC - GCC 4.8, GCC 5, and GCC 6 - which have
been end-of-lifed upstream many moons ago. GCC 8 has been the default
version of GCC in the Ports Collection for a while and as such proven
itself, plus of all versions it is most likely to be present/used.
No functional change, just updated advice to our users.
Modified:
head/lang/gcc48/Makefile
head/lang/gcc5/Makefile
head/lang/gcc6/Makefile
Modified: head/lang/gcc48/Makefile
==============================================================================
--- head/lang/gcc48/Makefile Thu Jun 13 06:00:50 2019 (r504064)
+++ head/lang/gcc48/Makefile Thu Jun 13 06:20:04 2019 (r504065)
@@ -14,7 +14,7 @@ COMMENT= GNU Compiler Collection 4.8
LICENSE= GPLv3 GPLv3RLE
LICENSE_COMB= multi
-DEPRECATED= Unsupported by upstream. Use GCC 7 or newer instead.
+DEPRECATED= Unsupported by upstream. Use GCC 8 or newer instead.
ONLY_FOR_ARCHS= amd64 armv6 i386 powerpc powerpc64 sparc64
LIB_DEPENDS= libgmp.so:math/gmp \
Modified: head/lang/gcc5/Makefile
==============================================================================
--- head/lang/gcc5/Makefile Thu Jun 13 06:00:50 2019 (r504064)
+++ head/lang/gcc5/Makefile Thu Jun 13 06:20:04 2019 (r504065)
@@ -14,7 +14,7 @@ COMMENT= GNU Compiler Collection 5
LICENSE= GPLv3 GPLv3RLE
LICENSE_COMB= multi
-DEPRECATED= Unsupported by upstream. Use GCC 7 or newer instead.
+DEPRECATED= Unsupported by upstream. Use GCC 8 or newer instead.
ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 i386 powerpc powerpc64 powerpcspe sparc64
BROKEN_sparc64= Does not build: bootstrap comparison failure
Modified: head/lang/gcc6/Makefile
==============================================================================
--- head/lang/gcc6/Makefile Thu Jun 13 06:00:50 2019 (r504064)
+++ head/lang/gcc6/Makefile Thu Jun 13 06:20:04 2019 (r504065)
@@ -14,7 +14,7 @@ COMMENT= GNU Compiler Collection 6
LICENSE= GPLv3 GPLv3RLE
LICENSE_COMB= multi
-DEPRECATED= Unsupported by upstream. Use GCC 7 or newer instead.
+DEPRECATED= Unsupported by upstream. Use GCC 8 or newer instead.
ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 armv7 i386 powerpc powerpc64 powerpcspe sparc64
BROKEN_sparc64= fails to configure: cannot compute suffix of object files: cannot compile
More information about the svn-ports-head
mailing list