svn commit: r372268 - head/Mk
Gerald Pfeifer
gerald at FreeBSD.org
Fri Nov 7 14:25:20 UTC 2014
Author: gerald
Date: Fri Nov 7 14:25:20 2014
New Revision: 372268
URL: https://svnweb.freebsd.org/changeset/ports/372268
QAT: https://qat.redports.org/buildarchive/r372268/
Log:
Update examples to use GCC 4.9 instead of 4.8, since the latter is now
the default version anyway.
Modified:
head/Mk/bsd.gcc.mk
Modified: head/Mk/bsd.gcc.mk
==============================================================================
--- head/Mk/bsd.gcc.mk Fri Nov 7 14:24:25 2014 (r372267)
+++ head/Mk/bsd.gcc.mk Fri Nov 7 14:25:20 2014 (r372268)
@@ -21,8 +21,8 @@
# 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.8+ # port requires GCC 4.8 or later.
-# USE_GCC= 4.8 # port requires GCC 4.8.
+# USE_GCC= 4.9+ # port requires GCC 4.9 or later.
+# USE_GCC= 4.9 # port requires GCC 4.9.
#
# If you are wondering what your port exactly does, use "make test-gcc"
# to see some debugging.
More information about the svn-ports-all
mailing list