Created attachment 192900 [details] regoth.patch https://github.com/REGoth-project/REGoth
Thanks, this port builds fine on {11.2,12.0}x{amd64,i386}, just one question: In do-install: We already have: ${INSTALL_PROGRAM} ${WRKSRC}/bin/REGoth ${STAGEDIR}${DATADIR} (${INSTALL_PROGRAM}=install -s -m 555) Do we really need: ${CHMOD} 755 ${STAGEDIR}${PREFIX}/bin/REGoth ?
(In reply to Li-Wen Hsu from comment #1) ${DATADIR} != ${PREFIX}/bin/REGoth, I think there's a wrapper script or something? I haven't touched this in a while. I'll post an updated version here
A commit references this bug: Author: swills Date: Mon Jan 6 01:24:36 UTC 2020 New revision: 522179 URL: https://svnweb.freebsd.org/changeset/ports/522179 Log: games/regoth: create port An open source reimplementation of the zEngine, a game engine used by "Gothic" and "Gothic II". WWW: https://github.com/REGoth-project/REGoth PR: 227844 Submitted by: Greg V <greg@unrelenting.technology> Changes: head/games/Makefile head/games/regoth/ head/games/regoth/Makefile head/games/regoth/distinfo head/games/regoth/files/ head/games/regoth/files/launcher.sh head/games/regoth/files/patch-CMakeLists.txt head/games/regoth/files/patch-lib_bgfx-cmake_CMakeLists.txt head/games/regoth/files/patch-lib_bgfx-cmake_bx_src_mutex.cpp head/games/regoth/files/patch-lib_bgfx-cmake_bx_src_thread.cpp head/games/regoth/files/patch-src_audio_AudioEngine.h head/games/regoth/files/patch-src_audio_AudioWorld.h head/games/regoth/pkg-descr head/games/regoth/pkg-plist
Committed, thanks!