Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jun 2019 16:10:39 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r504198 - head/Mk
Message-ID:  <201906141610.x5EGAdnN049103@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906141610.x5EGAdnN049103>