diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/tscp/Makefile | 4 | ||||
-rw-r--r-- | games/tscp/files/patch-sum | 3 | ||||
-rw-r--r-- | games/tscp/patches/patch-aa | 13 |
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 */ |