Date: Mon, 20 Feb 2023 13:07:49 GMT From: Lorenzo Salvadore <salvadore@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 91548b3f6c1a - main - lang/gcc-ecj45: Deprecate port Message-ID: <202302201307.31KD7nYc077564@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by salvadore: URL: https://cgit.FreeBSD.org/ports/commit/?id=91548b3f6c1acf09ede246caa42ddb0758e81606 commit 91548b3f6c1acf09ede246caa42ddb0758e81606 Author: Lorenzo Salvadore <salvadore@FreeBSD.org> AuthorDate: 2023-02-20 12:55:52 +0000 Commit: Lorenzo Salvadore <salvadore@FreeBSD.org> CommitDate: 2023-02-20 13:06:54 +0000 lang/gcc-ecj45: Deprecate port Long time unsupported upstream. Latest version of gcc-ecj is 4.9 (instead of 4.5, tracked by this port) and is from 2013 according to https://mirrors.kernel.org/sourceware/java/ . Set expiration date within two weeks: the port has no more reverse dependencies according to FreshPorts and is very old, there should be no need to wait much longer before removing it. PR: 269711 Discussed with: gerald (maintainer) --- lang/gcc-ecj45/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lang/gcc-ecj45/Makefile b/lang/gcc-ecj45/Makefile index b6a30e7d2398..0b84ff78289a 100644 --- a/lang/gcc-ecj45/Makefile +++ b/lang/gcc-ecj45/Makefile @@ -11,6 +11,9 @@ COMMENT= Eclipse Java Compiler used to build GCC Java LICENSE= EPL +DEPRECATED= Long time unsupported upstream, use java/eclipse-ecj instead +EXPIRATION_DATE= 2023-03-06 + NO_BUILD= yes NO_ARCH= yes PLIST_FILES= share/java/${DISTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302201307.31KD7nYc077564>