lang/gcc10-devel: Deprecate port

The purpose of lang/gcc10-devel and other lang/gcc*-devel ports
was to track GCC's weekly snapshots, serve as a canary for the
next update of the corresponding lang/gcc* port that tracks minor
releases, and provide bleeding edge for users who desire so.

Since I relinquished maintainership more than five months ago
(commit 29510fc89b) there has not
been an update and the port is stuck at the 20211008 snapshot.

It thus has not been serving its purpose any longer for a while
and GCC 10 is in a rather stable state, so deprecate the port for
removal more than half a year after the latest version update.
This commit is contained in:
Gerald Pfeifer 2022-03-21 09:22:14 +00:00
parent cdcc7cbc65
commit d9c8ef600e

View File

@ -2,6 +2,7 @@
PORTNAME= gcc
PORTVERSION= 10.3.1.s20211008
PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
PKGNAMESUFFIX= ${SUFFIX}-devel
@ -13,6 +14,8 @@ COMMENT= GNU Compiler Collection 10
LICENSE= GPLv3 GPLv3RLE
LICENSE_COMB= multi
DEPRECATED= Not serving its purpose any longer due to lack of maintenance
EXPIRATION_DATE=2022-04-17
ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 armv7 i386 powerpc powerpc64 powerpc64le
LIB_DEPENDS= libgmp.so:math/gmp \