git: d8ba138c7287 - 2022Q3 - graphics/mesa-devel: restore LLVM_DEFAULT comment before e502b6db284d
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 14 Aug 2022 10:44:00 UTC
The branch 2022Q3 has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d8ba138c728787b000f7304f1923f40a3eed9476
commit d8ba138c728787b000f7304f1923f40a3eed9476
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-08-14 09:25:35 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-08-14 10:40:21 +0000
graphics/mesa-devel: restore LLVM_DEFAULT comment before e502b6db284d
- mesa-dri uses llvm13 but upstream minimum is still llvm11
- intel-graphics-compiler is flavored for multiple llvm
PR: 259563
(cherry picked from commit 054c92ece4d301a1e8e4f32779389c622ab0d56f)
---
graphics/mesa-devel/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile
index 13075c2f4915..5bd3abe88cee 100644
--- a/graphics/mesa-devel/Makefile
+++ b/graphics/mesa-devel/Makefile
@@ -135,7 +135,7 @@ ZSTD_MESON_ENABLED= zstd
# Ignore Mk/bsd.default-versions.mk but respect make.conf(5)
.if !defined(DEFAULT_VERSIONS) || ! ${DEFAULT_VERSIONS:Mllvm*}
-LLVM_DEFAULT= 13 # bump if not latest release
+LLVM_DEFAULT= 13 # chase mesa-dri
.endif
post-extract: