git: 41781257b4c3 - main - lang/gcc9: deprecate
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 27 May 2022 14:32:42 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=41781257b4c391aea3265990204277143a8eb2b8 commit 41781257b4c391aea3265990204277143a8eb2b8 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-05-27 14:29:00 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-05-27 14:29:00 +0000 lang/gcc9: deprecate 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. --- lang/gcc9/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lang/gcc9/Makefile b/lang/gcc9/Makefile index 72e7a6eb9953..49fe5b7eb950 100644 --- a/lang/gcc9/Makefile +++ b/lang/gcc9/Makefile @@ -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 \