[Bug 268303] devel/llvm*: update lua to 5.4

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 11 Dec 2022 11:07:18 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268303

--- Comment #6 from VVD <vvd@unislabs.com> ---
Configure log diff with 5.3 and 5.4:

--- llvm15_lua53.configure
+++ llvm15_lua54.configure
@@ -15,7 +15,7 @@
 ===>   llvm15-15.0.6_2 depends on file: /usr/local/bin/python3.10 - found
 ===>   llvm15-15.0.6_2 depends on package: perl5>=5.32.r0<5.33 - found
 ===>   llvm15-15.0.6_2 depends on shared library: libzstd.so - found
(/usr/local/lib/libzstd.so)
-===>   llvm15-15.0.6_2 depends on shared library: liblua-5.3.so - found
(/usr/local/lib/liblua-5.3.so)
+===>   llvm15-15.0.6_2 depends on shared library: liblua-5.4.so - found
(/usr/local/lib/liblua-5.4.so)
 ===>   llvm15-15.0.6_2 depends on shared library: libedit.so.0 - found
(/usr/local/lib/libedit.so.0)
 ===>   llvm15-15.0.6_2 depends on shared library: libxml2.so - found
(/usr/local/lib/libxml2.so)
 ===>  Configuring for llvm15-15.0.6_2
@@ -319,9 +319,9 @@
 -- Found LibLZMA: /usr/lib/liblzma.so (found version "5.2.5")
 -- Enable LZMA compression support in LLDB: TRUE
 -- Found SWIG: /usr/local/bin/swig (found suitable version "4.0.2", minimum
required is "3.0")
--- Found Lua: /usr/local/lib/liblua-5.3.so;/usr/lib/libm.so (found suitable
exact version "5.3.6")
--- Found LuaAndSwig: /usr/local/lib/liblua-5.3.so;/usr/lib/libm.so
--- Enable Lua scripting support in LLDB: TRUE
+-- Could NOT find Lua (missing: LUA_INCLUDE_DIR) (Required is exact version
"5.3")
+-- Could NOT find LuaAndSwig (missing: LUA_INCLUDE_DIR)
+-- Enable Lua scripting support in LLDB: FALSE
 -- Found Python3: /usr/local/bin/python3.10 (found version "3.10.9") found
components: Interpreter Development Development.Module Development.Embed
 -- Found PythonAndSwig: /usr/local/lib/libpython3.10.so
 -- Enable Python scripting support in LLDB: TRUE

-- 
You are receiving this mail because:
You are the assignee for the bug.