Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Apr 2024 21:48:28 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: f4e08fe18b96 - main - games/NBlood: update to r14013 and fix build on with LLVM 17
Message-ID:  <202404162148.43GLmSC1095997@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=f4e08fe18b968e6628cf788429f7f628d2f9e55f

commit f4e08fe18b968e6628cf788429f7f628d2f9e55f
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2024-04-16 13:33:17 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2024-04-16 21:48:16 +0000

    games/NBlood: update to r14013 and fix build on with LLVM 17
    
    PR:     277209
    Submitted by:   discipline@tiscali.it
---
 games/NBlood/Makefile | 4 ++--
 games/NBlood/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/games/NBlood/Makefile b/games/NBlood/Makefile
index 67f05f7bbf52..75b71f01b550 100644
--- a/games/NBlood/Makefile
+++ b/games/NBlood/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	NBlood
-DISTVERSION=	r14011
+DISTVERSION=	r14013
 CATEGORIES=	games
 
 MAINTAINER=	pkubaj@FreeBSD.org
@@ -25,7 +25,7 @@ USE_GL=		glu
 USE_SDL=	sdl2
 
 MAKEFILE=	GNUmakefile
-MAKE_ARGS=	CC=${CC} CXX=${CXX} CLANG=1
+MAKE_ARGS=	CC=${CC} CXX=${CXX} CLANG=1 PRETTY_OUTPUT=0 USE_MIMALLOC=0
 PLIST_FILES=	bin/pcexhumed \
 		bin/nblood \
 		bin/rednukem
diff --git a/games/NBlood/distinfo b/games/NBlood/distinfo
index 1d46a2dee54d..d4cfa1fc0f56 100644
--- a/games/NBlood/distinfo
+++ b/games/NBlood/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1711536668
-SHA256 (nukeykt-NBlood-r14011_GH0.tar.gz) = 2bbada4c4c4a6c3a1d9dd878d99cec09c2cc4ad89cf9eeb0c7bc8c739ba1e485
-SIZE (nukeykt-NBlood-r14011_GH0.tar.gz) = 37501538
+TIMESTAMP = 1713273813
+SHA256 (nukeykt-NBlood-r14013_GH0.tar.gz) = 8a1531fc73d71698910de7f0f1bb0aa5b7aadbef1167d1364fae1b86e2032b64
+SIZE (nukeykt-NBlood-r14013_GH0.tar.gz) = 37499617



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404162148.43GLmSC1095997>