summaryrefslogtreecommitdiff
path: root/lang
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
parentFix staging (diff)
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')
-rw-r--r--lang/gcc46/Makefile2
-rw-r--r--lang/gcc47/Makefile2
-rw-r--r--lang/gcc48/Makefile2
-rw-r--r--lang/gcc49/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/lang/gcc46/Makefile b/lang/gcc46/Makefile
index 9b0c8e4c50a2..e146d3d3134a 100644
--- a/lang/gcc46/Makefile
+++ b/lang/gcc46/Makefile
@@ -15,7 +15,7 @@ COMMENT= GNU Compiler Collection 4.6
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.
EXPIRATION_DATE=2017-11-30
ONLY_FOR_ARCHS= amd64 i386 powerpc sparc64
diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile
index d9133dd4b180..4eab8941fe42 100644
--- a/lang/gcc47/Makefile
+++ b/lang/gcc47/Makefile
@@ -15,7 +15,7 @@ COMMENT= GNU Compiler Collection 4.7
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 i386 powerpc sparc64
LIB_DEPENDS= libgmp.so:math/gmp \
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 \
diff --git a/lang/gcc49/Makefile b/lang/gcc49/Makefile
index 27ccc40ea11f..9faa3997832f 100644
--- a/lang/gcc49/Makefile
+++ b/lang/gcc49/Makefile
@@ -14,7 +14,7 @@ COMMENT= GNU Compiler Collection 4.9
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 \