svn commit: r560237 - head/Mk

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 3 20:29:37 UTC 2021


Author: sunpoet
Date: Sun Jan  3 20:29:36 2021
New Revision: 560237
URL: https://svnweb.freebsd.org/changeset/ports/560237

Log:
  Update comment: add llvm 10 and 11

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

Modified: head/Mk/bsd.default-versions.mk
==============================================================================
--- head/Mk/bsd.default-versions.mk	Sun Jan  3 20:29:32 2021	(r560236)
+++ head/Mk/bsd.default-versions.mk	Sun Jan  3 20:29:36 2021	(r560237)
@@ -71,7 +71,7 @@ LIBRSVG2_DEFAULT?=	legacy
 .endif
 # Possible values: c7
 LINUX_DEFAULT?=		c7
-# Possible values: 60, 70, 80, 90, -devel (to be used when non-base compiler is required)
+# Possible values: 60, 70, 80, 90, 10, 11, -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.
 LLVM_DEFAULT?=		90


More information about the svn-ports-head mailing list