git: c360e11054c9 - main - lang/gcc7: Recommend GCC 10 instead
Gerald Pfeifer
gerald at FreeBSD.org
Mon Jul 5 04:39:17 UTC 2021
The branch main has been updated by gerald:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c360e11054c9570791011c4f4f595c4cefb82e2f
commit c360e11054c9570791011c4f4f595c4cefb82e2f
Author: Gerald Pfeifer <gerald at FreeBSD.org>
AuthorDate: 2021-07-05 04:38:17 +0000
Commit: Gerald Pfeifer <gerald at 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 \
More information about the dev-commits-ports-all
mailing list