From e66727024b2eeefde866329632e37e71694a8b45 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Thu, 13 Jun 2019 06:20:04 +0000 Subject: 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. --- lang/gcc48/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/gcc48') diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index 52b986ec1e12..cbfde8875e14 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -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 \ -- cgit v1.2.3