[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: Wed, 09 Jul 2025 00:43:32 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282815

Vladimir Druzenko <vvd@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vvd@FreeBSD.org

--- Comment #7 from Vladimir Druzenko <vvd@FreeBSD.org> ---
Is it just library? What ports require it? Do you want to add new ports (games)
required it? 
Or this is stand-alone software for develop games?

1. This is incorrect:
BUILD_DEPENDS=  sdl2>0:devel/sdl20 \
USES=           cmake desktop-file-utils localbase jpeg openal
USE_SDL=        sdl2

Correct way is:
USES=           cmake desktop-file-utils jpeg localbase openal sdl
USE_SDL=        sdl2

2. If you have LIB_DEPENDS=liblzo2.so:archivers/lzo2
then you don't need: BUILD_DEPENDS=lzo2>0:archivers/lzo2
Same for several other libraries.

3. Where is "=" in this line?
LIB_DEPENDS     libogg.so:audio/libogg \

4. Don't need "+" here: "GH_TUPLE+=".

5. Move USE_SDL after GH_TUPLE.

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