head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.4 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.2 pkgsrc-2025Q4-base:1.1; locks; strict; comment @# @; 1.1 date 2025.09.27.09.16.12; author triaxx; state Exp; branches; next ; commitid 0k0pmCVdvFXlHkcG; desc @@ 1.1 log @corsix-th: Update to 0.69.1 pkgsrc changes: --------------- * Use macOS bundle instead of maintaining patch that bypass it. upstream changes: ----------------- CorsixTH 0.69.1 Notice 16/08/2025 - Replaced Windows installer as it incorrectly reported 0.69.0 (Windows SmartScreen will currently trigger - Fixed) Bug Fixes * Fixed a crash when placing staff in a room while a patient is being treated. @ text @$NetBSD$ Explicitly add search path for .dylib library because only .lua and .so files are searched. --- CorsixTH/CorsixTH.lua.orig 2025-08-08 19:15:08.000000000 +0000 +++ CorsixTH/CorsixTH.lua @@@@ -20,7 +20,7 @@@@ end local pathsep = package.config:sub(1, 1) local base_dir = debug.getinfo(1, "S").source:sub(2, -13) local code_dir = base_dir .. "Lua" .. pathsep -package.cpath = base_dir .. '?.so;' .. package.cpath +package.cpath = base_dir .. '?.so;' .. '@@PKGSRC_LUA_CPATH@@/?.dylib;' .. package.cpath for _, arg in ipairs{...} do local dir = arg:match"^%-%-lua%-dir=(.*)$" if dir then @