pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/x48 Fix return type.
details: https://anonhg.NetBSD.org/pkgsrc/rev/39d50d8037b5
branches: trunk
changeset: 621850:39d50d8037b5
user: joerg <joerg%pkgsrc.org@localhost>
date: Fri Jul 19 12:51:10 2013 +0000
description:
Fix return type.
diffstat:
emulators/x48/distinfo | 5 +++--
emulators/x48/patches/patch-src_debugger.c | 13 +++++++++++++
emulators/x48/patches/patch-src_x48_x11.c | 11 ++++++++++-
3 files changed, 26 insertions(+), 3 deletions(-)
diffs (58 lines):
diff -r d254d34f9520 -r 39d50d8037b5 emulators/x48/distinfo
--- a/emulators/x48/distinfo Fri Jul 19 12:50:44 2013 +0000
+++ b/emulators/x48/distinfo Fri Jul 19 12:51:10 2013 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2013/07/09 10:24:22 he Exp $
+$NetBSD: distinfo,v 1.10 2013/07/19 12:51:10 joerg Exp $
SHA1 (gxrom-r.bz2) = c60a83cd57681c3cb359f0cd2505ede686fdb4c8
RMD160 (gxrom-r.bz2) = 1dafce5902310161cb60f3dde401941565fd031c
@@ -11,7 +11,8 @@
Size (x48-0.6.4.tar.bz2) = 227991 bytes
SHA1 (patch-Makefile.am) = c17957624ea2a65e7bce3e65ced645993b30ee0c
SHA1 (patch-configure.ac) = 55f1033b0f49e0a296290a1af83f6772e5783f0d
+SHA1 (patch-src_debugger.c) = 639388a375290cabe9870a11759d7cd3a1fc1707
SHA1 (patch-src_emulate.c) = 75a62b9038a07baff779ed7fad46252e276e69b0
SHA1 (patch-src_global.h) = 48f076bdf72fb7a6df92e1bb961997fb3844ab30
SHA1 (patch-src_serial.c) = 9b681d0d94ad53c9d770e54d56eddbda900627b1
-SHA1 (patch-src_x48_x11.c) = 4615a57f65e23f4352ea2717306f0095ef9464b0
+SHA1 (patch-src_x48_x11.c) = a83e5c184d007b16ac80247cbc6d0bd1a5a66d96
diff -r d254d34f9520 -r 39d50d8037b5 emulators/x48/patches/patch-src_debugger.c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/x48/patches/patch-src_debugger.c Fri Jul 19 12:51:10 2013 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-src_debugger.c,v 1.1 2013/07/19 12:51:11 joerg Exp $
+
+--- src/debugger.c.orig 2013-07-19 10:21:21.000000000 +0000
++++ src/debugger.c
+@@ -1528,7 +1528,7 @@ struct se {
+ struct se *se_next;
+ };
+
+-char *
++void
+ #ifdef __FunctionProto__
+ get_stack (void)
+ #else
diff -r d254d34f9520 -r 39d50d8037b5 emulators/x48/patches/patch-src_x48_x11.c
--- a/emulators/x48/patches/patch-src_x48_x11.c Fri Jul 19 12:50:44 2013 +0000
+++ b/emulators/x48/patches/patch-src_x48_x11.c Fri Jul 19 12:51:10 2013 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-src_x48_x11.c,v 1.1 2013/07/09 10:24:22 he Exp $
+$NetBSD: patch-src_x48_x11.c,v 1.2 2013/07/19 12:51:11 joerg Exp $
Pick X11 application defaults from path specified in the package
Makefile.
@@ -16,3 +16,12 @@
/* 3. Values in $XUSERFILESEARCHPATH/X48, or $XAPPLRESDIR/X48 */
+@@ -3833,7 +3834,7 @@ int first_key = 0;
+
+ int last_button = -1;
+
+-extern char *get_stack(void);
++extern void get_stack(void);
+
+ int
+ #ifdef __FunctionProto__
Home |
Main Index |
Thread Index |
Old Index