Date: Wed, 26 Jan 2022 20:11:16 GMT From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 467ba5c6abc1 - main - lang/gcc6-aux: Mark for deprecation Message-ID: <202201262011.20QKBGjd079145@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=467ba5c6abc15a5eca75797cc9ea0e37097fef55 commit 467ba5c6abc15a5eca75797cc9ea0e37097fef55 Author: Gerald Pfeifer <gerald@FreeBSD.org> AuthorDate: 2022-01-26 12:10:16 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2022-01-26 20:11:01 +0000 lang/gcc6-aux: Mark for deprecation This port is based on a version of GCC five, soon six, generations behind and years end-of-life, has been unmaintained for a while, and is broken[1]. PR: 248674 [1] --- lang/gcc6-aux/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lang/gcc6-aux/Makefile b/lang/gcc6-aux/Makefile index 52d74a2be521..31bc52cd4c46 100644 --- a/lang/gcc6-aux/Makefile +++ b/lang/gcc6-aux/Makefile @@ -15,6 +15,10 @@ COMMENT= Version of GCC ${GCC_BRANCH} with full Ada support LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi +# PR 248674 +DEPRECATED= Based on way end-of-life version of GCC, has issues, and is unmaintained +EXPIRATION_DATE=2022-02-28 + .include "${.CURDIR}/Makefile.common" LANGS= c c++ ada
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201262011.20QKBGjd079145>