pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/xkobo signal handlers are still void(*)(int), no...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f6e8d7becb58
branches:  trunk
changeset: 475838:f6e8d7becb58
user:      hubertf <hubertf%pkgsrc.org@localhost>
date:      Thu May 27 21:59:56 2004 +0000

description:
signal handlers are still void(*)(int), not void(*)(...)

diffstat:

 games/xkobo/Makefile         |   4 ++--
 games/xkobo/distinfo         |   3 ++-
 games/xkobo/patches/patch-ad |  16 ++++++++++++++++
 3 files changed, 20 insertions(+), 3 deletions(-)

diffs (48 lines):

diff -r cf0e2bbccd82 -r f6e8d7becb58 games/xkobo/Makefile
--- a/games/xkobo/Makefile      Thu May 27 21:55:50 2004 +0000
+++ b/games/xkobo/Makefile      Thu May 27 21:59:56 2004 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2003/07/17 21:39:38 grant Exp $
+# $NetBSD: Makefile,v 1.11 2004/05/27 21:59:56 hubertf Exp $
 # FreeBSD Id: Makefile,v 1.10 1997/11/12 09:57:17 tg Exp
 #
 
 DISTNAME=       xkobo-1.11
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_XCONTRIB:=games/}  \
                ftp://ftp.uoknor.edu/mirrors/X/contrib/games/
diff -r cf0e2bbccd82 -r f6e8d7becb58 games/xkobo/distinfo
--- a/games/xkobo/distinfo      Thu May 27 21:55:50 2004 +0000
+++ b/games/xkobo/distinfo      Thu May 27 21:59:56 2004 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.3 2001/10/18 19:12:39 abs Exp $
+$NetBSD: distinfo,v 1.4 2004/05/27 21:59:56 hubertf Exp $
 
 SHA1 (xkobo-1.11.tar.gz) = 6ac1c0fe86b7fa524eb86f40b89e86ee6cbe3c5d
 Size (xkobo-1.11.tar.gz) = 71804 bytes
 SHA1 (patch-aa) = cef11d9aed457e7f378a995026be5a3c13e2cfce
 SHA1 (patch-ab) = 917df924b7bba819ff90859b3cac302aec055289
 SHA1 (patch-ac) = 59794fcdf0b6af8076e0309fdfb0449b35441ea6
+SHA1 (patch-ad) = ecdc81822d485762cbfac070df7af3952d0af9ed
diff -r cf0e2bbccd82 -r f6e8d7becb58 games/xkobo/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/xkobo/patches/patch-ad      Thu May 27 21:59:56 2004 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-ad,v 1.1 2004/05/27 21:59:56 hubertf Exp $
+
+--- xkobo.C.orig       1996-06-14 19:27:27.000000000 +0200
++++ xkobo.C
+@@ -51,7 +51,11 @@ int             cheat_mode;
+ 
+ static int      signal_delivered = 1;
+ 
++#ifdef __NetBSD__
++static void sig_handle(int sig)
++#else
+ static void sig_handle(...)
++#endif
+ {
+     signal_delivered = 1;
+ }



Home | Main Index | Thread Index | Old Index