pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/xchat-systray-integration Convert some C99-isms t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d23041c0796
branches:  trunk
changeset: 478904:0d23041c0796
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sun Aug 01 17:27:26 2004 +0000

description:
Convert some C99-isms to C89 to make this build with gcc 2.95.

diffstat:

 chat/xchat-systray-integration/distinfo         |   3 ++-
 chat/xchat-systray-integration/patches/patch-ab |  17 +++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 628aeb0e8e37 -r 0d23041c0796 chat/xchat-systray-integration/distinfo
--- a/chat/xchat-systray-integration/distinfo   Sun Aug 01 17:19:04 2004 +0000
+++ b/chat/xchat-systray-integration/distinfo   Sun Aug 01 17:27:26 2004 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2004/06/07 06:12:16 minskim Exp $
+$NetBSD: distinfo,v 1.3 2004/08/01 17:27:26 kristerw Exp $
 
 SHA1 (xchat-systray-integration-2.4.5-src.tar.gz) = d7bad0f60c1944ce385e5799eb08a45a081365ab
 Size (xchat-systray-integration-2.4.5-src.tar.gz) = 57953 bytes
 SHA1 (patch-aa) = bbe8568fa41a7a4b3f6929a3a58251ab3e133d72
+SHA1 (patch-ab) = c10c4125ea9d4f2555ec5b695746742577531487
diff -r 628aeb0e8e37 -r 0d23041c0796 chat/xchat-systray-integration/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/xchat-systray-integration/patches/patch-ab   Sun Aug 01 17:27:26 2004 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-ab,v 1.1 2004/08/01 17:27:26 kristerw Exp $
+
+--- src/systray.c.orig Sun Aug  1 19:22:35 2004
++++ src/systray.c      Sun Aug  1 19:23:05 2004
+@@ -123,10 +123,10 @@
+ // events handling
+  void tray_init_xchat(void)
+ {
+-      initialize_shared_vars();
+-      //show warning if version is too old
+       const char *str;
+       int i;
++      initialize_shared_vars();
++      //show warning if version is too old
+       if (xchat_get_prefs (ph, "away_size_max", &str, &i) == 0)
+       version_warning();
+ 



Home | Main Index | Thread Index | Old Index