summaryrefslogtreecommitdiff
path: root/games/tscp
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2001-01-31 10:07:02 +0000
committerabs <abs@pkgsrc.org>2001-01-31 10:07:02 +0000
commitba7c74a0e85ad87375bec1ab667a5b6211f6e6e0 (patch)
tree7f1b3dd2f2e01984c161bb8ce4d9ab4582c4d652 /games/tscp
parent9aba2490c6e7a948a573fab65787e9770da3bc33 (diff)
downloadpkgsrc-ba7c74a0e85ad87375bec1ab667a5b6211f6e6e0.tar.gz
Increase benchmark timeout by factor of ten (to allow it to be run on slower
machines such as vax and hp300). Update version to tscp-1.71nb1
Diffstat (limited to 'games/tscp')
-rw-r--r--games/tscp/Makefile4
-rw-r--r--games/tscp/files/patch-sum3
-rw-r--r--games/tscp/patches/patch-aa13
3 files changed, 18 insertions, 2 deletions
diff --git a/games/tscp/Makefile b/games/tscp/Makefile
index ed02abf0d81..133dccb83e4 100644
--- a/games/tscp/Makefile
+++ b/games/tscp/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/01/26 18:24:53 abs Exp $
+# $NetBSD: Makefile,v 1.2 2001/01/31 10:07:02 abs Exp $
#
DISTNAME= tscp171
-PKGNAME= tscp-1.71
+PKGNAME= tscp-1.71nb1
CATEGORIES= games benchmarks
MASTER_SITES= http://ucsu.colorado.edu/~kerrigat/
EXTRACT_SUFX= .zip
diff --git a/games/tscp/files/patch-sum b/games/tscp/files/patch-sum
new file mode 100644
index 00000000000..8df258b3212
--- /dev/null
+++ b/games/tscp/files/patch-sum
@@ -0,0 +1,3 @@
+$NetBSD: patch-sum,v 1.1 2001/01/31 10:07:03 abs Exp $
+
+MD5 (patch-aa) = 89a42d42292614132472b41fd10f626c
diff --git a/games/tscp/patches/patch-aa b/games/tscp/patches/patch-aa
new file mode 100644
index 00000000000..7c621a8d88b
--- /dev/null
+++ b/games/tscp/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2001/01/31 10:07:03 abs Exp $
+
+--- main.c.orig Tue Jan 30 18:06:21 2001
++++ main.c
+@@ -51,7 +51,7 @@
+ init();
+ gen();
+ computer_side = EMPTY;
+- max_time = 1000000;
++ max_time = 10000000;
+ max_depth = 4;
+ for (;;) {
+ if (side == computer_side) { /* computer's turn */