summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-06-30 00:07:09 +0000
committerjoerg <joerg@pkgsrc.org>2009-06-30 00:07:09 +0000
commit76f5c1b551cbcd541f91513d7a6a47d8886bb5d7 (patch)
treedc8b846be5ce41fc91fa6fa283850ad5bd6918c8 /games
parent5dc417f76ada55decbc0adce66fb18090d84d28e (diff)
downloadpkgsrc-76f5c1b551cbcd541f91513d7a6a47d8886bb5d7.tar.gz
Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with
MAKE_JOBS=2 and worked without.
Diffstat (limited to 'games')
-rw-r--r--games/cgoban/Makefile4
-rw-r--r--games/exult/Makefile4
-rw-r--r--games/falcons-eye/Makefile4
-rw-r--r--games/gnuchess4/Makefile4
-rw-r--r--games/nethack-tty/Makefile4
-rw-r--r--games/omega/Makefile4
-rw-r--r--games/sarien/Makefile4
-rw-r--r--games/simgear/Makefile4
-rw-r--r--games/stratagus/Makefile4
-rw-r--r--games/tanked/Makefile4
-rw-r--r--games/xevil/Makefile4
-rw-r--r--games/xgospel/Makefile4
12 files changed, 36 insertions, 12 deletions
diff --git a/games/cgoban/Makefile b/games/cgoban/Makefile
index 19530328fed..8eab326162e 100644
--- a/games/cgoban/Makefile
+++ b/games/cgoban/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2007/02/02 18:09:23 joerg Exp $
+# $NetBSD: Makefile,v 1.14 2009/06/30 00:07:15 joerg Exp $
DISTNAME= cgoban-1.9.12
PKGREVISION= 1
@@ -9,6 +9,8 @@ MAINTAINER= bad@NetBSD.org
HOMEPAGE= http://www.igoweb.org/~wms/comp/cgoban/index.html
COMMENT= The complete goban. A Go server client and sgf viewer/editor
+MAKE_JOBS_SAFE= no
+
GNU_CONFIGURE= yes
INSTALLATION_DIRS= ${PKGMANDIR}/man6 share/misc
diff --git a/games/exult/Makefile b/games/exult/Makefile
index d58b4b43dc0..0719262f51c 100644
--- a/games/exult/Makefile
+++ b/games/exult/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2008/07/27 20:14:14 dholland Exp $
+# $NetBSD: Makefile,v 1.11 2009/06/30 00:07:15 joerg Exp $
#
DISTNAME= exult-1.2
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://exult.sourceforge.net/
COMMENT= Open-source Ultima 7 engine
+MAKE_JOBS_SAFE= no
+
USE_DIRS+= xdg-1.2
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
diff --git a/games/falcons-eye/Makefile b/games/falcons-eye/Makefile
index 1200c5e5e18..abd206f903f 100644
--- a/games/falcons-eye/Makefile
+++ b/games/falcons-eye/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2008/09/25 14:02:09 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2009/06/30 00:07:15 joerg Exp $
#
DISTNAME= nethack_source_331_jtp_193
@@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://falconseye.sourceforge.net/
COMMENT= Falcon's Eye NetHack
+MAKE_JOBS_SAFE= no
+
EXTRACT_OPTS_ZIP= -aq
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= ./sys/unix/setup.sh
diff --git a/games/gnuchess4/Makefile b/games/gnuchess4/Makefile
index d6734e5e7ca..b5383c9ec60 100644
--- a/games/gnuchess4/Makefile
+++ b/games/gnuchess4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2008/06/20 01:09:20 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2009/06/30 00:07:15 joerg Exp $
DISTNAME= gnuchess-4.0.pl80
PKGNAME= gnuchess4-4.0.80
@@ -11,6 +11,8 @@ COMMENT= The "classic" GNU chess
PKG_DESTDIR_SUPPORT= user-destdir
+MAKE_JOBS_SAFE= no
+
CONFLICTS= gnuchess-4.*
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
diff --git a/games/nethack-tty/Makefile b/games/nethack-tty/Makefile
index 4b14718a000..d3b900606a9 100644
--- a/games/nethack-tty/Makefile
+++ b/games/nethack-tty/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2008/09/26 15:10:08 joerg Exp $
+# $NetBSD: Makefile,v 1.19 2009/06/30 00:07:16 joerg Exp $
#
.include "../../games/nethack-lib/Makefile.common"
@@ -8,6 +8,8 @@ PKGREVISION= 1
COMMENT= The tty/console based version of NetHack
+MAKE_JOBS_SAFE= no
+
DEPENDS+= nethack-lib-${NETHACK_VERSION}{,nb*}:../../games/nethack-lib
BUILD_TARGET= nethack
diff --git a/games/omega/Makefile b/games/omega/Makefile
index ba5fb97cd18..71b8fe3e8e2 100644
--- a/games/omega/Makefile
+++ b/games/omega/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2008/08/12 15:11:18 joerg Exp $
+# $NetBSD: Makefile,v 1.33 2009/06/30 00:07:16 joerg Exp $
DISTNAME= omega-0.90.4-src
PKGNAME= omega-0.90.4
@@ -13,6 +13,8 @@ COMMENT= Complex rogue-like game of exploration with a sense of humor
PKG_DESTDIR_SUPPORT= user-destdir
SETGIDGAME= yes
+MAKE_JOBS_SAFE= no
+
WRKSRC= ${WRKDIR}/omega
BUILD_TARGET= # empty
diff --git a/games/sarien/Makefile b/games/sarien/Makefile
index fad1c600a7d..03003c79bba 100644
--- a/games/sarien/Makefile
+++ b/games/sarien/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2008/03/04 06:59:05 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2009/06/30 00:07:16 joerg Exp $
#
DISTNAME= sarien-0.7.0
@@ -12,6 +12,8 @@ COMMENT= Adventure Game Interpreter (AGI) for Sierra On-Line Titles
PKG_DESTDIR_SUPPORT= user-destdir
+MAKE_JOBS_SAFE= no
+
GNU_CONFIGURE= YES
USE_TOOLS+= gmake
diff --git a/games/simgear/Makefile b/games/simgear/Makefile
index 38ed636cda0..4404d0c895d 100644
--- a/games/simgear/Makefile
+++ b/games/simgear/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2008/06/20 01:09:20 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2009/06/30 00:07:16 joerg Exp $
#
DISTNAME= SimGear-1.0.0
@@ -12,6 +12,8 @@ COMMENT= Simulator Construction Tools
PKG_DESTDIR_SUPPORT= user-destdir
+MAKE_JOBS_SAFE= no
+
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
diff --git a/games/stratagus/Makefile b/games/stratagus/Makefile
index dc8582c2871..e1fb0c3f6df 100644
--- a/games/stratagus/Makefile
+++ b/games/stratagus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2009/05/20 00:58:17 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2009/06/30 00:07:16 joerg Exp $
#
DISTNAME= stratagus-2.1-src
@@ -13,6 +13,8 @@ COMMENT= Real-time strategy engine
PKG_DESTDIR_SUPPORT= user-destdir
+MAKE_JOBS_SAFE= no
+
WRKSRC= ${WRKDIR}/stratagus-040702
USE_TOOLS+= gmake
USE_PKGLOCALEDIR= yes
diff --git a/games/tanked/Makefile b/games/tanked/Makefile
index 9eb2df36d42..a1158361a80 100644
--- a/games/tanked/Makefile
+++ b/games/tanked/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2008/01/19 09:16:22 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2009/06/30 00:07:16 joerg Exp $
#
DISTNAME= tanked-0.90
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
#HOMEPAGE= http://ogresoft.dyn.ml.org/tanked.html
COMMENT= Multiplayer internet tank game for X11
+MAKE_JOBS_SAFE= no
+
USE_TOOLS= imake
SETGIDGAME= yes
diff --git a/games/xevil/Makefile b/games/xevil/Makefile
index a1fd325c35f..17cdfb75edf 100644
--- a/games/xevil/Makefile
+++ b/games/xevil/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2008/08/17 23:50:06 dholland Exp $
+# $NetBSD: Makefile,v 1.21 2009/06/30 00:07:16 joerg Exp $
DISTNAME= xevilsrc2.02r2
PKGNAME= xevil-2.02
@@ -13,6 +13,8 @@ COMMENT= Side scrolling, bloody action game
PKG_DESTDIR_SUPPORT= user-destdir
+MAKE_JOBS_SAFE= no
+
MAKE_FILE= makefile
BUILD_TARGET= pkgsrc
diff --git a/games/xgospel/Makefile b/games/xgospel/Makefile
index aa8754a49e3..5d9f867903f 100644
--- a/games/xgospel/Makefile
+++ b/games/xgospel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2008/11/10 17:21:35 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2009/06/30 00:07:16 joerg Exp $
#
DISTNAME= xgospel-1.12d
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gailly.net/go.html
COMMENT= X11 based IGS client for online "go" playing
+MAKE_JOBS_SAFE= no
+
GNU_CONFIGURE= yes
XAW_TYPE= 3d