git: d9c8ef600ea1 - main - lang/gcc10-devel: Deprecate port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Mar 2022 09:23:12 UTC
The branch main has been updated by gerald:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d9c8ef600ea190e535421425cf7602b40403443e
commit d9c8ef600ea190e535421425cf7602b40403443e
Author: Gerald Pfeifer <gerald@FreeBSD.org>
AuthorDate: 2022-03-21 09:22:14 +0000
Commit: Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2022-03-21 09:22:57 +0000
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.
---
lang/gcc10-devel/Makefile | 3 +++
1 file changed, 3 insertions(+)
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 \