Date: Sat, 20 Jul 2024 21:30:27 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: b2147cc06ff1 - main - lang/gcc10: Deprecate port Message-ID: <202407202130.46KLURqM014220@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=b2147cc06ff179687402df76720dc5c0cd889baf commit b2147cc06ff179687402df76720dc5c0cd889baf Author: Gerald Pfeifer <gerald@FreeBSD.org> AuthorDate: 2024-07-20 21:27:08 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2024-07-20 21:30:09 +0000 lang/gcc10: Deprecate port Upstream has end-of-lifed GCC 10 more than a year ago, so it is time to do the same here. (Only a single port still has USE_GCC=10.) Approved by: salvadore (maintainer) --- lang/gcc10/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/gcc10/Makefile b/lang/gcc10/Makefile index e78363dea074..c80722610ad1 100644 --- a/lang/gcc10/Makefile +++ b/lang/gcc10/Makefile @@ -12,6 +12,8 @@ WWW= https://gcc.gnu.org LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi +DEPRECATED= Unsupported by upstream. Use GCC 12 or newer instead. +EXPIRATION_DATE=2024-10-20 ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le LIB_DEPENDS= libgmp.so:math/gmp \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407202130.46KLURqM014220>