svn commit: r433084 - head/Mk

Gerald Pfeifer gerald at FreeBSD.org
Wed Feb 1 19:45:33 UTC 2017


Author: gerald
Date: Wed Feb  1 19:45:32 2017
New Revision: 433084
URL: https://svnweb.freebsd.org/changeset/ports/433084

Log:
  Use USE_GCC=6+ as example for the "+" flavor of USE_GCC instead of
  USE_GCC=4.9+.  Among others, this adds an example for the new, single
  digit GCC versions.

Modified:
  head/Mk/bsd.gcc.mk

Modified: head/Mk/bsd.gcc.mk
==============================================================================
--- head/Mk/bsd.gcc.mk	Wed Feb  1 19:44:57 2017	(r433083)
+++ head/Mk/bsd.gcc.mk	Wed Feb  1 19:45:32 2017	(r433084)
@@ -21,7 +21,7 @@
 #   USE_GCC=	yes			# port requires a current version of GCC
 #							# as defined in bsd.default-versions.mk.
 #   USE_GCC=	any			# port requires GCC 4.2 or later.
-#   USE_GCC=	4.9+		# port requires GCC 4.9 or later.
+#   USE_GCC=	6+			# port requires GCC 6 or later.
 #   USE_GCC=	4.9			# port requires GCC 4.9.
 #
 # If you are wondering what your port exactly does, use "make test-gcc"


More information about the svn-ports-all mailing list