Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jan 2023 12:46:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 269122] games/jaggedalliance2: update to 0.20.0
Message-ID:  <bug-269122-7788-UedU7XLZSN@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-269122-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-269122-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269122

--- Comment #2 from Dmitry Marakasov <amdmi3@FreeBSD.org> ---
The patch is outdated (3 PORTREVISION bumps missed), but builds fine.

There are Q/A problems:

=3D=3D=3D=3D> Running Q/A tests (stage-qa)
Error: /usr/local/bin/ja2 is linked to /usr/local/lib/liblua-5.4.so from
lang/lua54 but it is not declared as a dependency
Warning: you need USES+=3Dlua

Should be fixed like this:

--- dependencies/lib-lua/CMakeLists.txt.orig    2022-11-11 20:19:16 UTC
+++ dependencies/lib-lua/CMakeLists.txt
@@ -3,7 +3,7 @@
 option(LOCAL_LUA_LIB "Download and build Lua instead of searching the syst=
em"
ON)
 if (NOT LOCAL_LUA_LIB)
     message(STATUS "Using system Lua")
-    find_package(Lua "5.3" REQUIRED)
+    find_package(Lua "5.3" REQUIRED EXACT)
     if (NOT LUA_FOUND)
         message(FATAL_ERROR "Lua 5.3 not found")
     endif()

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-269122-7788-UedU7XLZSN>