svn commit: r487260 - head/Mk
Gerald Pfeifer
gerald at FreeBSD.org
Tue Dec 11 21:28:32 UTC 2018
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
More information about the svn-ports-head
mailing list