[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.
Date: Mon, 21 Jul 2025 17:37:40 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282815
--- Comment #9 from Vladimir Druzenko <vvd@FreeBSD.org> ---
1. Why not use zlib from base?
madler:zlib:545f1949635949159fa6282e81712aec32b5d4f1:zlib/Externals/zlib \
2. Why add this:
xiph:ogg:db5c7a49ce7ebda47b15b78471e78fb7f2483e22:ogg/Externals/ogg \
xiph:theora:7180717276af1ebc7da15c83162d6c5d6203aabf:theora/Externals/theora \
xiph:vorbis:84c023699cdf023a32fa4ded32019f194afcdad0:vorbis/Externals/vorbis \
if we have:
LIB_DEPENDS= libogg.so:audio/libogg \
libtheora.so:multimedia/libtheora \
libvorbis.so:audio/libvorbis \
libvorbisfile.so:audio/libvorbis \
???
3. Maybe use lang/luajit instead this:
OpenXRay:LuaJIT:5a5cd82:LuaJIT/Externals/LuaJIT \
?
4. Build fine without USES=localbase.
5. Build fine without:
BUILD_DEPENDS= glew>0:graphics/glew \
openal-soft>0:audio/openal-soft \
jpeg-turbo>0:graphics/jpeg-turbo \
libtheora>0:multimedia/libtheora
--
You are receiving this mail because:
You are the assignee for the bug.