git: 3716b292a8ea - main - Mk/bsd.gcc.mk: User newer versions in examples

Gerald Pfeifer gerald at FreeBSD.org
Fri Jul 16 12:39:55 UTC 2021


The branch main has been updated by gerald:

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

commit 3716b292a8eaf88066f84b6758455fdf970b6d8a
Author:     Gerald Pfeifer <gerald at FreeBSD.org>
AuthorDate: 2021-07-16 12:39:41 +0000
Commit:     Gerald Pfeifer <gerald at FreeBSD.org>
CommitDate: 2021-07-16 12:39:41 +0000

    Mk/bsd.gcc.mk: User newer versions in examples
---
 Mk/bsd.gcc.mk | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk
index 50dac43583fd..63c060f6322d 100644
--- a/Mk/bsd.gcc.mk
+++ b/Mk/bsd.gcc.mk
@@ -28,11 +28,11 @@
 # Examples:
 #   USE_GCC=	yes			# port requires a current version of GCC
 #							# as defined in bsd.default-versions.mk.
-#   USE_GCC=	9+			# port requires GCC 9 or later.
-#   USE_GCC=	8			# port requires GCC 8.
+#   USE_GCC=	11+			# port requires GCC 11 or later.
+#   USE_GCC=	9			# port requires GCC 9.
 #   USE_GCC=	yes:build	# port requires a current version of GCC at
 #							# build time only.
-#   USE_GCC=	9:build		# port requires GCC 9 at build time only.
+#   USE_GCC=	10:build	# port requires GCC 10 at build time only.
 #   USE_GCC=	11+:build	# port requires GCC 11 or later at build
 #							# time only.
 #


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