On 2023-05-01 5:36 a.m., Stuart Henderson wrote:
On 2023/04/30 02:19, Brad Smith wrote:
+@@ -1664,12 +1647,12 @@ AC_ARG_ENABLE(lua,
+     [disable LUA scripting support (default enabled)])])
+ if test "${enable_lua}" != "no"
+ then
+-  PKG_CHECK_MODULES(LUA, lua5.2,
++  PKG_CHECK_MODULES(LUA, lua51,
Any particular reason to use 5.1 instead of 5.2? (They're all EoL except
5.4, but 5.1 is much longer since EoL).
Just that is what the default is, MODLUA_DEFAULT_VERSION.
Perhaps our lua ports should install pkg-config files under the lua5X
names which most other people seem to use, or maybe both lua5X and
lua5.X, to reduce the need for patching other ports.

That's another issue that affects any project that hasn't been modified to understand
OpenBSD's naming scheme.

I'm thinking probably both.

Reply via email to