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.
This commit is contained in:
Gerald Pfeifer 2017-11-19 22:44:45 +00:00
parent 898f1c71af
commit 785266d1fa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=454508
4 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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 \

View file

@ -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 \

View file

@ -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 \