diff --git a/games/NBlood/Makefile b/games/NBlood/Makefile index 1ac236a7b704..e5ca0d18d205 100644 --- a/games/NBlood/Makefile +++ b/games/NBlood/Makefile @@ -1,47 +1,47 @@ PORTNAME= NBlood -DISTVERSION= r14062 +DISTVERSION= r14080 CATEGORIES= games MAINTAINER= pkubaj@FreeBSD.org COMMENT= Reverse-engineered ports of Build games using EDuke32 engine WWW= https://github.com/nukeykt/NBlood LICENSE= GPLv2 BUILDLIC LICENSE_COMB= multi LICENSE_NAME_BUILDLIC= BUILD SOURCE CODE LICENSE LICENSE_FILE_BUILDLIC= ${WRKSRC}/source/build/buildlic.txt LICENSE_FILE_GPLv2= ${WRKSRC}/source/duke3d/gpl-2.0.txt LICENSE_PERMS_BUILDLIC= dist-mirror pkg-mirror auto-accept BUILD_DEPENDS= nasm:devel/nasm LIB_DEPENDS= libvpx.so:multimedia/libvpx \ libFLAC.so:audio/flac \ libvorbis.so:audio/libvorbis USES= compiler:c++14-lang gl gmake pkgconfig sdl USE_GITHUB= yes GH_ACCOUNT= nukeykt USE_GL= glu USE_SDL= sdl2 MAKEFILE= GNUmakefile MAKE_ARGS= CC=${CC} CXX=${CXX} CLANG=1 PRETTY_OUTPUT=0 USE_MIMALLOC=0 PLIST_FILES= bin/pcexhumed \ bin/nblood \ bin/rednukem .include .if ${ARCH} == riscv64 MAKE_ARGS+= LTO=0 .endif post-patch: ${MV} ${WRKSRC}/source/build/include/lz4.h ${WRKSRC}/source/build/include/my_lz4.h do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pcexhumed ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/nblood ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/rednukem ${STAGEDIR}${PREFIX}/bin .include diff --git a/games/NBlood/distinfo b/games/NBlood/distinfo index 30cae00e742f..de3c73af8931 100644 --- a/games/NBlood/distinfo +++ b/games/NBlood/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1718550937 -SHA256 (nukeykt-NBlood-r14062_GH0.tar.gz) = b51dd8c99bf0ca5f5ab3868b767cbee60ed8a5cba681e8a70028b96b172da740 -SIZE (nukeykt-NBlood-r14062_GH0.tar.gz) = 36391039 +TIMESTAMP = 1722857516 +SHA256 (nukeykt-NBlood-r14080_GH0.tar.gz) = afdea882a51ffe9e40d23f22220cb328221ae9e21d2ff3949fef99ebe7d5b2dc +SIZE (nukeykt-NBlood-r14080_GH0.tar.gz) = 36796425 diff --git a/games/NBlood/files/patch-source_build_src_lz4.c b/games/NBlood/files/patch-source_build_src_lz4.c deleted file mode 100644 index b209a53b5433..000000000000 --- a/games/NBlood/files/patch-source_build_src_lz4.c +++ /dev/null @@ -1,11 +0,0 @@ ---- source/build/src/lz4.c.orig 2022-08-31 13:24:58 UTC -+++ source/build/src/lz4.c -@@ -114,7 +114,7 @@ - #endif - - #define LZ4_STATIC_LINKING_ONLY /* LZ4_DISTANCE_MAX */ --#include "lz4.h" -+#include "my_lz4.h" - /* see also "memory routines" below */ - -