git: b2147cc06ff1 - main - lang/gcc10: Deprecate port

From: Gerald Pfeifer <gerald_at_FreeBSD.org>
Date: Sat, 20 Jul 2024 21:30:27 UTC
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 \