svn commit: r528279 - head/Mk
Gerald Pfeifer
gerald at FreeBSD.org
Thu Mar 12 09:03:05 UTC 2020
Author: gerald
Date: Thu Mar 12 09:03:04 2020
New Revision: 528279
URL: https://svnweb.freebsd.org/changeset/ports/528279
Log:
Streamline two comments and remove debugging output we hardly need any
longer (and will need even less shortly).
Modified:
head/Mk/bsd.gcc.mk
Modified: head/Mk/bsd.gcc.mk
==============================================================================
--- head/Mk/bsd.gcc.mk Thu Mar 12 09:00:20 2020 (r528278)
+++ head/Mk/bsd.gcc.mk Thu Mar 12 09:03:04 2020 (r528279)
@@ -10,7 +10,7 @@
# 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.
+# based system compiler where still present.
#
# If your port needs a specific (minimum) version of GCC, you can easily
# specify that with a USE_GCC= statement. Unless absolutely necessary
@@ -33,8 +33,7 @@ GCC_Include_MAINTAINER= gerald at FreeBSD.org
# All GCC versions supported by the ports framework. Keep them in
# ascending order and in sync with the table below.
-# When adding a version, please keep the comment in
-# Mk/bsd.default-versions.mk in sync.
+# When updating this, keep Mk/bsd.default-versions.mk in sync.
GCCVERSIONS= 040200 040800 070000 080000 090000
# The first field is the OSVERSION in which it disappeared from the base.
@@ -173,10 +172,6 @@ test-gcc:
.else
@echo Port cannot use later versions.
.endif
-.for v in ${GCCVERSIONS}
- @echo -n "GCC version: ${_GCCVERSION_${v}_V} "
- @echo "- OSVERSION up to ${_GCCVERSION_${v}_R}"
-.endfor
@echo Using GCC version ${_USE_GCC}
.endif
@echo CC=${CC} - CXX=${CXX} - CPP=${CPP}
More information about the svn-ports-all
mailing list