svn commit: r348390 - head/Mk
Gerald Pfeifer
gerald at FreeBSD.org
Sun Mar 16 00:45:56 UTC 2014
Author: gerald
Date: Sun Mar 16 00:45:55 2014
New Revision: 348390
URL: http://svnweb.freebsd.org/changeset/ports/348390
QAT: https://qat.redports.org/buildarchive/r348390/
Log:
Refer to bsd.default-versions.mk for the canonical version of GCC; no
longer duplicate version information related to that.
Modified:
head/Mk/bsd.gcc.mk
Modified: head/Mk/bsd.gcc.mk
==============================================================================
--- head/Mk/bsd.gcc.mk Sun Mar 16 00:15:57 2014 (r348389)
+++ head/Mk/bsd.gcc.mk Sun Mar 16 00:45:55 2014 (r348390)
@@ -7,7 +7,7 @@
#
# To request the use of a current version of GCC, specify USE_GCC=yes in
# your port/system configuration. This is the preferred use of USE_GCC.
-# It defines a canonical, default version of GCC.
+# It uses the canonical version of GCC defined in bsd.default-versions.mk.
#
# USE_GCC=any is similar, except that it also accepts the old GCC 4.2-
# based system compiler in older versions of FreeBSD.
@@ -19,7 +19,7 @@
#
# Examples:
# USE_GCC= yes # port requires a current version of GCC
-# # (4.7 as of today, subject to change).
+# # as defined in bsd.default-versions.mk.
# USE_GCC= any # port requires GCC 4.2 or later.
# USE_GCC= 4.8+ # port requires GCC 4.8 or later.
# USE_GCC= 4.8 # port requires GCC 4.8.
@@ -28,7 +28,6 @@
# to see some debugging.
#
# $FreeBSD$
-#
GCC_Include_MAINTAINER= gerald at FreeBSD.org
More information about the svn-ports-all
mailing list