svn commit: r455410 - head/Mk

Gerald Pfeifer gerald at FreeBSD.org
Sun Dec 3 16:19:47 UTC 2017


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


More information about the svn-ports-head mailing list