[Bug 282815] [NEW PORT] games/xray-16: Improved version of the X-Ray Engine, the game engine used in the world-famous S.T.A.L.K.E.R.

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 22 Jul 2025 14:51:50 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282815

Vladimir Druzenko <vvd@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|ports-bugs@FreeBSD.org      |vvd@FreeBSD.org
             Status|New                         |In Progress

--- Comment #13 from Vladimir Druzenko <vvd@FreeBSD.org> ---
7. Commit 55a888c252cd815a0ea07439fc97cd954f2e34f0 is not the tag
2921-january-2025-rc1.
Use this instead:
DISTVERSION=    2921-january-2025-rc1.20250720

8. Too long COMMENT.
Maybe this:
COMMENT=        Improved version of the X-Ray Engine (used for run
S.T.A.L.K.E.R.)

9. Don't need: USES=desktop-file-utils. *.desktop files don't have MimeType
lines.

10. To prevent 100-lines warning-error during configure LuaJit add this:
post-patch:
        ${REINPLACE_CMD} -e 's|^    COMMAND make clean$$|    COMMAND /bin/echo
make clean|' \
                ${WRKSRC}/Externals/LuaJIT-proj/CMakeLists.txt

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