svn commit: r520601 - head/Mk

Gerald Pfeifer gerald at FreeBSD.org
Sun Dec 22 02:09:48 UTC 2019


Author: gerald
Date: Sun Dec 22 02:09:47 2019
New Revision: 520601
URL: https://svnweb.freebsd.org/changeset/ports/520601

Log:
  With GCC 7 end-of-life, remove it as an option for GCC_DEFAULT.
  
  (Technically it'll still work, and I plan on keeping lang/gcc7 for the
  foreseeable future, just do not advertise nor support it at this point.)

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

Modified: head/Mk/bsd.default-versions.mk
==============================================================================
--- head/Mk/bsd.default-versions.mk	Sun Dec 22 00:55:53 2019	(r520600)
+++ head/Mk/bsd.default-versions.mk	Sun Dec 22 02:09:47 2019	(r520601)
@@ -43,7 +43,7 @@ FIREBIRD_DEFAULT?=	2.5
 FORTRAN_DEFAULT?=	gfortran
 # Possible values: 3.0.4
 FPC_DEFAULT?=		3.0.4
-# Possible values: 7, 8, 9 (powerpcspe was dropped with GCC 9)
+# Possible values: 8, 9 (powerpcspe was dropped with GCC 9)
 .if ${ARCH} == "powerpcspe"
 GCC_DEFAULT?=		8
 .else


More information about the svn-ports-all mailing list