aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-05-22 04:27:24 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-05-22 05:11:37 +0000
commitcb726227b8f960a46a3d83e2624ab9cf53822013 (patch)
treeab62de432fc66c6889a07c2d68a6f11ca64d74ea
parent688039ad88a1073795abe9c6e2c0d8868d5c5525 (diff)
Mk/bsd.default-versions.mk: Update comment: Add llvm 14 and pgsql 15
-rw-r--r--Mk/bsd.default-versions.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk
index 362af08693e0..6a211e762f53 100644
--- a/Mk/bsd.default-versions.mk
+++ b/Mk/bsd.default-versions.mk
@@ -74,7 +74,7 @@ LIBRSVG2_DEFAULT?= legacy
. endif
# Possible values: c7
LINUX_DEFAULT?= c7
-# Possible values: 70, 80, 90, 10, 11, 12, 13, -devel (to be used when non-base compiler is required)
+# Possible values: 70, 80, 90, 10, 11, 12, 13, 14, -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.
. if ${ARCH} == powerpc
@@ -105,7 +105,7 @@ _PERL5_FROM_BIN!= ${LOCALBASE}/bin/perl -e 'printf "%vd\n", $$^V;'
_EXPORTED_VARS+= _PERL5_FROM_BIN
PERL5_DEFAULT:= ${_PERL5_FROM_BIN:R}
. endif
-# Possible values: 10, 11, 12, 13, 14
+# Possible values: 10, 11, 12, 13, 14, 15
PGSQL_DEFAULT?= 13
# Possible values: 7.4, 8.0, 8.1
PHP_DEFAULT?= 8.0