git: adb457c703c3 - main - lang/gcc8: Deprecate due to end of life

Gerald Pfeifer gerald at FreeBSD.org
Tue Jun 29 06:04:44 UTC 2021


The branch main has been updated by gerald:

URL: https://cgit.FreeBSD.org/ports/commit/?id=adb457c703c38565ff246ea046e0bc03637de26e

commit adb457c703c38565ff246ea046e0bc03637de26e
Author:     Gerald Pfeifer <gerald at FreeBSD.org>
AuthorDate: 2021-06-29 06:04:24 +0000
Commit:     Gerald Pfeifer <gerald at FreeBSD.org>
CommitDate: 2021-06-29 06:04:24 +0000

    lang/gcc8: Deprecate due to end of life
    
    The GCC 8 release series went end of life after the release of GCC 8.5.
    Mark this port as deprecated, alas without a concrete EXPIRY_DATE for
    now, to notify users to migrate.
---
 lang/gcc8/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lang/gcc8/Makefile b/lang/gcc8/Makefile
index 2bd0568b9bd1..21f0570f5cc9 100644
--- a/lang/gcc8/Makefile
+++ b/lang/gcc8/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	gcc
 PORTVERSION=	8.5.0
+PORTREVISION=	1
 CATEGORIES=	lang
 MASTER_SITES=	GCC
 PKGNAMESUFFIX=	${SUFFIX}
@@ -12,6 +13,7 @@ COMMENT=	GNU Compiler Collection 8
 LICENSE=	GPLv3 GPLv3RLE
 LICENSE_COMB=	multi
 
+DEPRECATED=	Unsupported by upstream. Use GCC 10 or newer instead.
 ONLY_FOR_ARCHS=	aarch64 amd64 arm armv6 armv7 i386 powerpc powerpc64 powerpcspe
 
 LIB_DEPENDS=	libgmp.so:math/gmp \


More information about the dev-commits-ports-main mailing list