diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2021-06-29 06:04:24 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2021-06-29 06:04:24 +0000 |
commit | adb457c703c38565ff246ea046e0bc03637de26e (patch) | |
tree | 0c5718d831fa07b9d63f1e1a56de902233b2c905 /lang | |
parent | 127c7ff8184ed6f67855af71992af192efcb1528 (diff) |
lang/gcc8: Deprecate due to end of life
The GCC 8 release series went end of life after the release of GCC 8.5.
Mark this port as deprecated, alas without a concrete EXPIRY_DATE for
now, to notify users to migrate.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc8/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/gcc8/Makefile b/lang/gcc8/Makefile index 2bd0568b9bd1..21f0570f5cc9 100644 --- a/lang/gcc8/Makefile +++ b/lang/gcc8/Makefile @@ -2,6 +2,7 @@ PORTNAME= gcc PORTVERSION= 8.5.0 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= GCC PKGNAMESUFFIX= ${SUFFIX} @@ -12,6 +13,7 @@ COMMENT= GNU Compiler Collection 8 LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi +DEPRECATED= Unsupported by upstream. Use GCC 10 or newer instead. ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 armv7 i386 powerpc powerpc64 powerpcspe LIB_DEPENDS= libgmp.so:math/gmp \ |