summaryrefslogtreecommitdiff
path: root/games/cbzone
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2005-12-19 16:22:25 +0000
committerjoerg <joerg@pkgsrc.org>2005-12-19 16:22:25 +0000
commit49a5d6de51e8101d8bfc3b302f77ce38709803e1 (patch)
tree6be217db8794d6d4885e08d4193a237bdb891c5a /games/cbzone
parentb7e0b9fdbc3573da7fcd6a6c6ab3c95ec5b4512e (diff)
downloadpkgsrc-49a5d6de51e8101d8bfc3b302f77ce38709803e1.tar.gz
Fix errno.
Diffstat (limited to 'games/cbzone')
-rw-r--r--games/cbzone/distinfo4
-rw-r--r--games/cbzone/patches/patch-ad17
2 files changed, 15 insertions, 6 deletions
diff --git a/games/cbzone/distinfo b/games/cbzone/distinfo
index 501d6399cbe..a4b423a1755 100644
--- a/games/cbzone/distinfo
+++ b/games/cbzone/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2005/02/23 23:11:55 agc Exp $
+$NetBSD: distinfo,v 1.4 2005/12/19 16:22:25 joerg Exp $
SHA1 (cbzone-sound.tar.gz) = 166308d740be0d551197287fab57ef25e25eae8a
RMD160 (cbzone-sound.tar.gz) = 2770e817b79b305910f0d0cba02c9fc22f5cdff7
@@ -6,5 +6,5 @@ Size (cbzone-sound.tar.gz) = 85490 bytes
SHA1 (patch-aa) = 2b25adfaf7746521c1481a53e2530840d94a7706
SHA1 (patch-ab) = f97de120c657bf7292e1bf20ccc62e3bc99114b4
SHA1 (patch-ac) = 5a2819491a75a4c70f15fa1d13e41af1dd4b7732
-SHA1 (patch-ad) = 69d7c8322c97f9219111c5013bda150ccf25c989
+SHA1 (patch-ad) = d8cb92443146ee4ef2273b9445bd54769eb9db42
SHA1 (patch-ae) = 39a28e8d351b46a523ac6ebf88426ced8b39d71b
diff --git a/games/cbzone/patches/patch-ad b/games/cbzone/patches/patch-ad
index 85d289a8bf0..b1b8d50ff64 100644
--- a/games/cbzone/patches/patch-ad
+++ b/games/cbzone/patches/patch-ad
@@ -1,7 +1,16 @@
-$NetBSD: patch-ad,v 1.1 1998/09/13 20:39:44 garbled Exp $
---- c_scores.c.orig Sun Sep 13 13:18:36 1998
-+++ c_scores.c Sun Sep 13 13:19:04 1998
-@@ -124,7 +124,7 @@
+$NetBSD: patch-ad,v 1.2 2005/12/19 16:22:25 joerg Exp $
+
+--- c_scores.c.orig 1992-08-02 13:10:12.000000000 +0000
++++ c_scores.c
+@@ -41,7 +41,6 @@
+ * else print to X screen.
+ */
+
+-extern int errno;
+ int x, y, ydelta;
+
+
+@@ -124,7 +123,7 @@ int scores(score)
y = 100;
ydelta = 15;