Date: Thu, 17 Feb 2022 00:53:09 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8cd8ee4a7035 - main - games/NBlood: update to 20220210 Message-ID: <202202170053.21H0r9jd014389@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=8cd8ee4a70353c3dc07e61774e8a6398ff197f57 commit 8cd8ee4a70353c3dc07e61774e8a6398ff197f57 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-02-17 00:50:39 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-02-17 00:50:39 +0000 games/NBlood: update to 20220210 Also switch to Clang and disable LTO on powerpc64 and riscv64. --- games/NBlood/Makefile | 15 +++++++++------ games/NBlood/distinfo | 6 +++--- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/games/NBlood/Makefile b/games/NBlood/Makefile index 349acf99221a..a93bce55b20f 100644 --- a/games/NBlood/Makefile +++ b/games/NBlood/Makefile @@ -1,6 +1,5 @@ PORTNAME= NBlood -DISTVERSION= g20210618 -PORTREVISION= 1 +DISTVERSION= g20220210 CATEGORIES= games MAINTAINER= pkubaj@FreeBSD.org @@ -18,21 +17,25 @@ LIB_DEPENDS= libvpx.so:multimedia/libvpx \ libFLAC.so:audio/flac \ libvorbis.so:audio/libvorbis -USES= compiler:gcc-c++11-lib gl gmake pkgconfig sdl +USES= compiler:c++14-lang gl gmake pkgconfig sdl USE_GITHUB= yes GH_ACCOUNT= nukeykt -GH_TAGNAME= a1689a4 +GH_TAGNAME= d2c0ef3 USE_GL= glu USE_SDL= sdl2 -LDFLAGS_powerpc=-latomic - MAKEFILE= GNUmakefile MAKE_ARGS= CC=${CC} CXX=${CXX} PLIST_FILES= bin/pcexhumed \ bin/nblood \ bin/rednukem +.include <bsd.port.options.mk> + +.if ${ARCH} == powerpc64 || ${ARCH} == riscv64 +MAKE_ARGS+= LTO=0 +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pcexhumed ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/nblood ${STAGEDIR}${PREFIX}/bin diff --git a/games/NBlood/distinfo b/games/NBlood/distinfo index 6adacf5feda2..09aea702630a 100644 --- a/games/NBlood/distinfo +++ b/games/NBlood/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1625582440 -SHA256 (nukeykt-NBlood-g20210618-a1689a4_GH0.tar.gz) = 84a7bdf269698bfeeea24fda9817ca004c9b684f953517e79fe2a044b361e81c -SIZE (nukeykt-NBlood-g20210618-a1689a4_GH0.tar.gz) = 42489954 +TIMESTAMP = 1645058538 +SHA256 (nukeykt-NBlood-g20220210-d2c0ef3_GH0.tar.gz) = 1139d052ad10c1afa4ae961c1ccbb9a3a15948f7b00b89e27e65927ebb653541 +SIZE (nukeykt-NBlood-g20220210-d2c0ef3_GH0.tar.gz) = 42659875
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202170053.21H0r9jd014389>