Date: Sun, 2 Jun 2019 07:55:48 +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: r503289 - head/Mk Message-ID: <201906020755.x527tmtn072731@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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. #################################### #
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906020755.x527tmtn072731>