aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc48
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2017-11-19 22:44:45 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2017-11-19 22:44:45 +0000
commit785266d1fa43e4ea01323fd2050e5ec4b77dc722 (patch)
treebf89ee03b47fe6a8fd79546c8b8711424432e795 /lang/gcc48
parent898f1c71aff7f33b758a1f0fd889fd83d684db7b (diff)
downloadports-785266d1fa43e4ea01323fd2050e5ec4b77dc722.tar.gz
ports-785266d1fa43e4ea01323fd2050e5ec4b77dc722.zip
Given that GCC 5 has gone end-of-life now, recommend GCC 6 or later
instead of GCC 5 or later in the deprecation messages for lang/gcc46 to lang/gcc49.
Notes
Notes: svn path=/head/; revision=454508
Diffstat (limited to 'lang/gcc48')
-rw-r--r--lang/gcc48/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile
index 6bcec328f7c2..ceb4ecfe1ddb 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 5 or newer instead.
+DEPRECATED= Unsupported by upstream. Use GCC 6 or newer instead.
ONLY_FOR_ARCHS= amd64 armv6 i386 powerpc powerpc64 sparc64
LIB_DEPENDS= libgmp.so:math/gmp \