Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Dec 2017 16:19:45 +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: r455410 - head/Mk
Message-ID:  <201712031619.vB3GJjag043849@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sun Dec  3 16:19:45 2017
New Revision: 455410
URL: https://svnweb.freebsd.org/changeset/ports/455410

Log:
  Remove 4.8 as a documented option for GCC_DEFAULT.  Technically nothing
  has changed, so it still should work as well (or not) as before, but it's
  essentially untested and if anyone needs an older version from the GCC 4.x
  era, 4.9 is still available.

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

Modified: head/Mk/bsd.default-versions.mk
==============================================================================
--- head/Mk/bsd.default-versions.mk	Sun Dec  3 16:12:42 2017	(r455409)
+++ head/Mk/bsd.default-versions.mk	Sun Dec  3 16:19:45 2017	(r455410)
@@ -39,7 +39,7 @@ FIREBIRD_DEFAULT?=	2.5
 FORTRAN_DEFAULT?=	gfortran
 # Possible values: 3.0.0
 FPC_DEFAULT?=		3.0.2
-# Possible values: 4.8, 4.9, 5, 6, 7
+# Possible values: 4.9, 5, 6, 7
 GCC_DEFAULT?=		6
 # 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?201712031619.vB3GJjag043849>