svn commit: r504198 - head/Mk

Gerald Pfeifer gerald at FreeBSD.org
Fri Jun 14 16:10:39 UTC 2019


Author: gerald
Date: Fri Jun 14 16:10:38 2019
New Revision: 504198
URL: https://svnweb.freebsd.org/changeset/ports/504198

Log:
  Remove GCC 6 as a (documented) option for the default version of GCC 6
  in the tree aka GCC_DEFAULT.  It should still work if one simply uses
  it, but given that GCC 6 has been end-of-lifed last year and lang/gcc6
  deprecated, let's not actively promote its usage any longer.

Modified:
  head/Mk/bsd.default-versions.mk

Modified: head/Mk/bsd.default-versions.mk
==============================================================================
--- head/Mk/bsd.default-versions.mk	Fri Jun 14 15:22:13 2019	(r504197)
+++ head/Mk/bsd.default-versions.mk	Fri Jun 14 16:10:38 2019	(r504198)
@@ -43,7 +43,7 @@ FIREBIRD_DEFAULT?=	2.5
 FORTRAN_DEFAULT?=	gfortran
 # Possible values: 3.0.4
 FPC_DEFAULT?=		3.0.4
-# Possible values: 6, 7, 8, 9
+# Possible values: 7, 8, 9
 GCC_DEFAULT?=		8
 # Possible values: 7, 8, 9, agpl
 GHOSTSCRIPT_DEFAULT?=	agpl


More information about the svn-ports-all mailing list