Skip to content

Commit

Permalink
lang/gcc9: deprecate
Browse files Browse the repository at this point in the history
gcc9 is now EOL'd and shouldn't be used anymore.
Since this is the last release that builds on powerpc64 elfv1 (with GCC 4.2),
set the expiration date to FreeBSD 12.x EOL date.
  • Loading branch information
pkubaj committed May 27, 2022
1 parent fe63ea0 commit 4178125
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lang/gcc9/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ COMMENT= GNU Compiler Collection 9
LICENSE= GPLv3 GPLv3RLE
LICENSE_COMB= multi

DEPRECATED= Unsupported by upstream. Use GCC 10 or newer instead.
EXPIRATION_DATE=2024-06-30

ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 armv7 i386 powerpc powerpc64 powerpc64le sparc64

LIB_DEPENDS= libgmp.so:math/gmp \
Expand Down

0 comments on commit 4178125

Please sign in to comment.