Date: Wed, 10 Jul 2019 19:02:33 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r506382 - head/Mk Message-ID: <201907101902.x6AJ2Xa5058882@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org) in advance before # bumping the LLVM version.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907101902.x6AJ2Xa5058882>