Date: Thu, 13 Jun 2019 06:20:04 +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: r504065 - in head/lang: gcc48 gcc5 gcc6 Message-ID: <201906130620.x5D6K4gU068156@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906130620.x5D6K4gU068156>