svn commit: r506382 - head/Mk

Tijl Coosemans tijl at FreeBSD.org
Wed Jul 10 19:02:34 UTC 2019


Author: tijl
Date: Wed Jul 10 19:02:33 2019
New Revision: 506382
URL: https://svnweb.freebsd.org/changeset/ports/506382

Log:
  Switch the default for Linux ports to CentOS 7.

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

Modified: head/Mk/bsd.default-versions.mk
==============================================================================
--- head/Mk/bsd.default-versions.mk	Wed Jul 10 19:01:03 2019	(r506381)
+++ head/Mk/bsd.default-versions.mk	Wed Jul 10 19:02:33 2019	(r506382)
@@ -52,7 +52,7 @@ JULIA_DEFAULT?=		1.0
 # Possible values: 2.0.0
 LAZARUS_DEFAULT?=	2.0.0
 # Possible values: c6, c7
-LINUX_DEFAULT?=		c6
+LINUX_DEFAULT?=		c7
 # Possible values: 60, 70, 80, -devel (to be used when non-base compiler is required)
 # Please give notice to the Graphics Team (x11 at FreeBSD.org) in advance before 
 # bumping the LLVM version.


More information about the svn-ports-head mailing list