Date: Mon, 5 Jul 2021 04:39: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: c360e11054c9 - main - lang/gcc7: Recommend GCC 10 instead Message-ID: <202107050439.1654dGed056014@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=c360e11054c9570791011c4f4f595c4cefb82e2f commit c360e11054c9570791011c4f4f595c4cefb82e2f Author: Gerald Pfeifer <gerald@FreeBSD.org> AuthorDate: 2021-07-05 04:38:17 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2021-07-05 04:38:17 +0000 lang/gcc7: Recommend GCC 10 instead Now that GCC 10 is the default in nearly all situations, recommend that in lieu of this port instead of the older GCC 9. --- lang/gcc7/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/gcc7/Makefile b/lang/gcc7/Makefile index 12928915ded4..13cd41d7747e 100644 --- a/lang/gcc7/Makefile +++ b/lang/gcc7/Makefile @@ -2,7 +2,7 @@ PORTNAME= gcc PORTVERSION= 7.5.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang MASTER_SITES= GCC PKGNAMESUFFIX= ${SUFFIX} @@ -13,7 +13,7 @@ COMMENT= GNU Compiler Collection 7 LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi -DEPRECATED= Unsupported by upstream. Use GCC 9 or newer instead. +DEPRECATED= Unsupported by upstream. Use GCC 10 or newer instead. ONLY_FOR_ARCHS= amd64 LIB_DEPENDS= libgmp.so:math/gmp \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107050439.1654dGed056014>