pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/games/warzone2100



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Sep  4 20:21:01 UTC 2026

Modified Files:
        pkgsrc/games/warzone2100: Makefile

Log Message:
warzone2100: mark as not-for-bulk-build on NetBSD

../3rdparty/basis_universal_host_tool/basis_install/bin/basisu -ktx2 -uastc -uastc_level 3 -uastc_rdo_m -mipmap -resample 256 256
tends to hang a lot


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 pkgsrc/games/warzone2100/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/warzone2100/Makefile
diff -u pkgsrc/games/warzone2100/Makefile:1.109 pkgsrc/games/warzone2100/Makefile:1.110
--- pkgsrc/games/warzone2100/Makefile:1.109     Wed Sep  2 19:02:24 2026
+++ pkgsrc/games/warzone2100/Makefile   Fri Sep  4 20:21:01 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.109 2026/09/02 19:02:24 wiz Exp $
+# $NetBSD: Makefile,v 1.110 2026/09/04 20:21:01 wiz Exp $
 
 DISTNAME=      warzone2100_src
 PKGNAME=       warzone2100-4.6.3
@@ -26,6 +26,10 @@ FORCE_CXX_STD=       gnu++17
 USE_CXX_FEATURES+=     c++17
 USE_CXX_FEATURES+=     unique_ptr
 
+# hanging process
+# ../3rdparty/basis_universal_host_tool/basis_install/bin/basisu -ktx2 -uastc -uastc_level 3 -uastc_rdo_m -mipmap -resample 256 256
+NOT_FOR_BULK_PLATFORM+=        NetBSD-*-*
+
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "NetBSD"



Home | Main Index | Thread Index | Old Index