summaryrefslogtreecommitdiff
path: root/chat/gaim
diff options
context:
space:
mode:
authormycroft <mycroft@pkgsrc.org>2002-07-19 05:13:33 +0000
committermycroft <mycroft@pkgsrc.org>2002-07-19 05:13:33 +0000
commit4cb01199ed9ef0174c4a49b003e9e1880b2c4986 (patch)
tree7182d3985414740c007eaac7fd2a8866a4bc027f /chat/gaim
parentc78670e7fb1655212960a850acf4785542b9ca7e (diff)
downloadpkgsrc-4cb01199ed9ef0174c4a49b003e9e1880b2c4986.tar.gz
Clean up the `Perl_sv_2pv' warnings on LP64.
Diffstat (limited to 'chat/gaim')
-rw-r--r--chat/gaim/distinfo3
-rw-r--r--chat/gaim/patches/patch-ab94
2 files changed, 96 insertions, 1 deletions
diff --git a/chat/gaim/distinfo b/chat/gaim/distinfo
index d73ccf8697c..2d90f391a3e 100644
--- a/chat/gaim/distinfo
+++ b/chat/gaim/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.11 2002/07/01 17:16:21 hubertf Exp $
+$NetBSD: distinfo,v 1.12 2002/07/19 05:13:33 mycroft Exp $
SHA1 (gaim-0.59.tar.gz) = 0a74bc3b48810291adf9725966efc4a6de28fa3f
Size (gaim-0.59.tar.gz) = 2047105 bytes
SHA1 (patch-aa) = f56e9e5ee36db05adc1ba34294cf088a335117fe
+SHA1 (patch-ab) = c15b6d79f8129eee9298f0aae6d0ca4e39983655
diff --git a/chat/gaim/patches/patch-ab b/chat/gaim/patches/patch-ab
new file mode 100644
index 00000000000..ed309a6e957
--- /dev/null
+++ b/chat/gaim/patches/patch-ab
@@ -0,0 +1,94 @@
+$NetBSD: patch-ab,v 1.1 2002/07/19 05:13:35 mycroft Exp $
+
+--- src/perl.c.orig Fri May 31 05:13:02 2002
++++ src/perl.c Fri Jul 19 05:07:30 2002
+@@ -289,7 +289,7 @@
+ XS (XS_GAIM_register)
+ {
+ char *name, *ver, *callback, *unused; /* exactly like X-Chat, eh? :) */
+- unsigned int junk;
++ STRLEN junk;
+ struct perlscript *scp;
+ dXSARGS;
+ items = 0;
+@@ -400,7 +400,7 @@
+ {
+ char *title;
+ char *message;
+- unsigned int junk;
++ STRLEN junk;
+ dXSARGS;
+ items = 0;
+
+@@ -468,7 +468,7 @@
+
+ XS (XS_GAIM_command)
+ {
+- unsigned int junk;
++ STRLEN junk;
+ char *command = NULL;
+ dXSARGS;
+ items = 0;
+@@ -520,7 +520,7 @@
+ XS (XS_GAIM_user_info)
+ {
+ struct gaim_connection *gc;
+- unsigned int junk;
++ STRLEN junk;
+ struct buddy *buddy = NULL;
+ dXSARGS;
+ items = 0;
+@@ -546,7 +546,7 @@
+ {
+ char *nick, *who, *what;
+ struct conversation *c;
+- int junk;
++ STRLEN junk;
+ int send, wflags;
+ dXSARGS;
+ items = 0;
+@@ -578,7 +578,7 @@
+ struct gaim_connection *gc;
+ char *nick, *what;
+ int isauto;
+- int junk;
++ STRLEN junk;
+ dXSARGS;
+ items = 0;
+
+@@ -601,7 +601,7 @@
+ char *nick, *what;
+ int isauto;
+ struct conversation *c;
+- unsigned int junk;
++ STRLEN junk;
+ dXSARGS;
+ items = 0;
+
+@@ -631,7 +631,7 @@
+ char *what;
+ struct conversation *b = NULL;
+ GSList *bcs;
+- unsigned int junk;
++ STRLEN junk;
+ dXSARGS;
+ items = 0;
+
+@@ -797,7 +797,7 @@
+
+ XS (XS_GAIM_add_event_handler)
+ {
+- unsigned int junk;
++ STRLEN junk;
+ struct _perl_event_handlers *handler;
+ dXSARGS;
+ items = 0;
+@@ -824,7 +824,7 @@
+
+ XS (XS_GAIM_add_timeout_handler)
+ {
+- unsigned int junk;
++ STRLEN junk;
+ long timeout;
+ struct _perl_timeout_handlers *handler;
+ dXSARGS;