aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2022-03-21 09:22:14 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2022-03-21 09:22:57 +0000
commitd9c8ef600ea190e535421425cf7602b40403443e (patch)
tree16932644c28e1c49fd16e3c023411a021bdce260
parentcdcc7cbc65e36c75082788ec0fb3a6566dcddff5 (diff)
downloadports-d9c8ef600ea190e535421425cf7602b40403443e.tar.gz
ports-d9c8ef600ea190e535421425cf7602b40403443e.zip
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 29510fc89b7e40ee7c918564ad2173b70e98c4ee) 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.
-rw-r--r--lang/gcc10-devel/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/gcc10-devel/Makefile b/lang/gcc10-devel/Makefile
index ca9726566614..dcf7c5c7421c 100644
--- a/lang/gcc10-devel/Makefile
+++ b/lang/gcc10-devel/Makefile
@@ -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 \