git: 1e30f4b4e036 - main - graphics/mesa-devel: switch to llvm12

Jan Beich jbeich at FreeBSD.org
Tue Jun 22 18:14:50 UTC 2021


The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1e30f4b4e036b8274f2984ce010065927a8f2d31

commit 1e30f4b4e036b8274f2984ce010065927a8f2d31
Author:     Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-06-22 17:59:01 +0000
Commit:     Jan Beich <jbeich at FreeBSD.org>
CommitDate: 2021-06-22 18:13:52 +0000

    graphics/mesa-devel: switch to llvm12
    
    intel-graphics-compiler is currently stuck at an old pre-llvm12
    version due to build issues.
---
 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 1c4afab5d440..8cbec9f74194 100644
--- a/graphics/mesa-devel/Makefile
+++ b/graphics/mesa-devel/Makefile
@@ -149,7 +149,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=	11 # chase intel-compute-runtime
+LLVM_DEFAULT=	12 # bump if not latest release
 .endif
 
 post-extract:


More information about the dev-commits-ports-main mailing list