git: 10119c01193c - main - framework: expose devel/llvm17 in USES=llvm after 6e04d1ad5871
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Sep 2023 00:52:34 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=10119c01193c22c251acc00305f816f631dd4ace
commit 10119c01193c22c251acc00305f816f631dd4ace
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-09-19 17:15:55 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-09-21 00:52:26 +0000
framework: expose devel/llvm17 in USES=llvm after 6e04d1ad5871
$ sed -i '' 's/min=16/min=17/' x11-wm/hyprland/Makefile
$ make clean all -C x11-wm/hyprland
[...]
CMake Error at /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:49 (message):
Could not find compiler set in environment variable CC:
/usr/local/llvm/bin/clang.
Call Stack (most recent call first):
CMakeLists.txt
---
Mk/Uses/llvm.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Mk/Uses/llvm.mk b/Mk/Uses/llvm.mk
index 54cd2364255b..fc5ff48822b1 100644
--- a/Mk/Uses/llvm.mk
+++ b/Mk/Uses/llvm.mk
@@ -36,7 +36,7 @@
.if !defined(_INCLUDE_USES_LLVM_MK)
_INCLUDE_USES_LLVM_MK= YES
-_LLVM_MK_VALID_VERSIONS= 10 11 12 13 14 15 16
+_LLVM_MK_VALID_VERSIONS= 10 11 12 13 14 15 16 17
_LLVM_MK_VALID_CONSTRAINTS= min max
_LLVM_MK_VALID_MODES= build run lib
_LLVM_MK_VALID_EXPORTS= export noexport