pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/crimsonfields



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu May  2 13:42:24 UTC 2024

Modified Files:
        pkgsrc/games/crimsonfields: Makefile

Log Message:
crimsonfields: Disable in bulk builds on Darwin.

The build hangs during mkunitset and isn't CPU-bound, so ulimit doesn't
help, requiring external processes to kill it.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/games/crimsonfields/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/crimsonfields/Makefile
diff -u pkgsrc/games/crimsonfields/Makefile:1.48 pkgsrc/games/crimsonfields/Makefile:1.49
--- pkgsrc/games/crimsonfields/Makefile:1.48    Sun Nov 12 13:21:30 2023
+++ pkgsrc/games/crimsonfields/Makefile Thu May  2 13:42:24 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2023/11/12 13:21:30 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2024/05/02 13:42:24 jperkin Exp $
 
 DISTNAME=      crimson-0.5.3
 PKGNAME=       ${DISTNAME:S/crimson/crimsonfields/}
@@ -23,6 +23,9 @@ CONFIGURE_ARGS+=      --enable-cf2bmp
 CONFIGURE_ARGS+=       --enable-cfed
 CONFIGURE_ARGS+=       --enable-comet
 
+# Hangs in "../tools/mkunitset ../tools/default.usrc default.units ../gfx"
+NOT_FOR_BULK_PLATFORM+=        Darwin-*-*
+
 .include "../../audio/SDL_mixer/buildlink3.mk"
 .include "../../devel/SDL/buildlink3.mk"
 .include "../../devel/SDL_ttf/buildlink3.mk"



Home | Main Index | Thread Index | Old Index