Skip to content

Commit 018b225

Browse files
committed
dhewm3: partial update to 1.5.4.
1.5.1 does not compile against openal-soft 1.24.1, the current pkgsrc version. I tried updating to 1.5.4, but it has the same problem, so I filed an upstream bug report. So the update work is not lost, commit it, but mark the package as BROKEN for now.
1 parent e81bb53 commit 018b225

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

games/dhewm3/Makefile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,26 @@
1-
# $NetBSD: Makefile,v 1.30 2024/11/14 22:19:48 wiz Exp $
1+
# $NetBSD: Makefile,v 1.31 2024/11/30 21:20:47 wiz Exp $
22

3-
DISTNAME= dhewm3-1.5.1-src
4-
PKGNAME= ${DISTNAME:S/-src//1}
5-
PKGREVISION= 19
3+
DISTNAME= dhewm3-1.5.4
64
CATEGORIES= games
75
MASTER_SITES= ${MASTER_SITE_GITHUB:=dhewm/}
86
GITHUB_PROJECT= dhewm3
97
GITHUB_RELEASE= ${PKGVERSION_NOREV}
10-
EXTRACT_SUFX= .tar.xz
118

129
MAINTAINER= [email protected]
1310
HOMEPAGE= https://dhewm3.org/
1411
COMMENT= Source port of the original Doom 3
1512
LICENSE= gnu-gpl-v3
1613

14+
# https://github.com/dhewm/dhewm3/issues/633
15+
BROKEN= "Does not build against openal-soft-1.24"
16+
1717
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
18-
USE_CMAKE= yes
1918
USE_TOOLS+= pkg-config
2019
USE_LANGUAGES= c gnu++11
2120

2221
USE_CXX_FEATURES+= c++11
2322

24-
CONFIGURE_DIRS+= neo
23+
CONFIGURE_DIR= neo
2524

2625
CMAKE_CONFIGURE_ARGS+= -Wno-dev
2726
CMAKE_CONFIGURE_ARGS+= -DDEDICATED=ON
@@ -42,6 +41,7 @@ post-install:
4241
${INSTALL_DATA} ${FILESDIR}/dhewm3.desktop \
4342
${DESTDIR}${PREFIX}/share/applications
4443

44+
.include "../../devel/cmake/build.mk"
4545
.include "../../audio/libvorbis/buildlink3.mk"
4646
.include "../../audio/openal-soft/buildlink3.mk"
4747
.include "../../devel/SDL2/buildlink3.mk"

games/dhewm3/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.6 2021/10/26 10:43:53 nia Exp $
1+
$NetBSD: distinfo,v 1.7 2024/11/30 21:20:47 wiz Exp $
22

3-
BLAKE2s (dhewm3-1.5.1-src.tar.xz) = 0a652166130ff43f5a234d47a2e6150fa0e86e482f2b469b7a4c853ccb892723
4-
SHA512 (dhewm3-1.5.1-src.tar.xz) = d9a90a5bca31840df3cf68e6b998f8b102dbcb17057588a11cd437995628b0454988cf50767d3ddf1371ff67c65cb2b8f83370a200b75c6e0d977426704da0ce
5-
Size (dhewm3-1.5.1-src.tar.xz) = 3353652 bytes
3+
BLAKE2s (dhewm3-1.5.4.tar.gz) = 1fde9b0d26a790170a015450b7c03f52bc115dd23cfc9ecc30f2f97e7568e721
4+
SHA512 (dhewm3-1.5.4.tar.gz) = 1ed970ee2c61b11050694823c8526036dbf1034579d31ea4fd5b21afc095a4e54a2829f6838666da0deee82007890356a10a5b38277b10658c1f90bfb57aa0a7
5+
Size (dhewm3-1.5.4.tar.gz) = 7685654 bytes

0 commit comments

Comments
 (0)