Date: Tue, 11 Dec 2018 21:28:31 +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: r487260 - head/Mk Message-ID: <201812112128.wBBLSVNM028636@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Tue Dec 11 21:28:31 2018 New Revision: 487260 URL: https://svnweb.freebsd.org/changeset/ports/487260 Log: Update the default version of GCC pulled in via USE_GCC=yes and a myriad other ways from GCC 7 (7.4 right now) to GCC 8 (8.2 right now). This is the first time for eons, if not forever, that we are on the most recent major version of GCC, a catch-up that's been taking more than two years with the great help of many fellow committers and volunteers. PR: 231590 Tested by: antoine (exp-runs) Thanks to: jbeich, tobik, jwb, mi, yuri, and others for helping fix (broken) ports Modified: head/Mk/bsd.default-versions.mk Modified: head/Mk/bsd.default-versions.mk ============================================================================== --- head/Mk/bsd.default-versions.mk Tue Dec 11 21:26:12 2018 (r487259) +++ head/Mk/bsd.default-versions.mk Tue Dec 11 21:28:31 2018 (r487260) @@ -45,7 +45,7 @@ FPC_DEFAULT?= 3.0.4 # Possible values: 50, 60, 70 (to be used when non-base compiler is required) LLVM_DEFAULT?= 70 # Possible values: 5, 6, 7, 8 -GCC_DEFAULT?= 7 +GCC_DEFAULT?= 8 # Possible values: 7, 8, 9, agpl GHOSTSCRIPT_DEFAULT?= agpl # Possible values: 1.8.4
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812112128.wBBLSVNM028636>