svn commit: r503289 - head/Mk

Gerald Pfeifer gerald at FreeBSD.org
Sun Jun 2 07:55:49 UTC 2019


Author: gerald
Date: Sun Jun  2 07:55:48 2019
New Revision: 503289
URL: https://svnweb.freebsd.org/changeset/ports/503289

Log:
  Add support for GCC 9 via the new lang/gcc9 port.  USE_GCC=9+ and
  USE_GCC=9 (the latter of which should only be used if unavoidable)
  are now supported.

Modified:
  head/Mk/bsd.gcc.mk

Modified: head/Mk/bsd.gcc.mk
==============================================================================
--- head/Mk/bsd.gcc.mk	Sun Jun  2 07:45:09 2019	(r503288)
+++ head/Mk/bsd.gcc.mk	Sun Jun  2 07:55:48 2019	(r503289)
@@ -35,7 +35,7 @@ GCC_Include_MAINTAINER=		gerald at FreeBSD.org
 # ascending order and in sync with the table below. 
 # When adding a version, please keep the comment in
 # Mk/bsd.default-versions.mk in sync.
-GCCVERSIONS=	040200 040800 060000 070000 080000
+GCCVERSIONS=	040200 040800 060000 070000 080000 090000
 
 # The first field is the OSVERSION in which it disappeared from the base.
 # The second field is the version as USE_GCC would use.
@@ -44,6 +44,7 @@ GCCVERSION_040800=	      0 4.8
 GCCVERSION_060000=	      0 6
 GCCVERSION_070000=	      0 7
 GCCVERSION_080000=	      0 8
+GCCVERSION_090000=	      0 9
 
 # No configurable parts below this. ####################################
 #


More information about the svn-ports-head mailing list