git: cb726227b8f9 - main - Mk/bsd.default-versions.mk: Update comment: Add llvm 14 and pgsql 15
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 22 May 2022 05:17:30 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=cb726227b8f960a46a3d83e2624ab9cf53822013 commit cb726227b8f960a46a3d83e2624ab9cf53822013 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-05-22 04:27:24 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-05-22 05:11:37 +0000 Mk/bsd.default-versions.mk: Update comment: Add llvm 14 and pgsql 15 --- Mk/bsd.default-versions.mk | 4 ++-- 1 file 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