mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
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
|
@ -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
|
||||
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue