pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/libpurple In finch components, patch a namespace ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4edbc572f270
branches:  trunk
changeset: 532191:4edbc572f270
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon Aug 13 13:57:47 2007 +0000

description:
In finch components, patch a namespace collision of unknown origin.

diffstat:

 chat/libpurple/distinfo         |   3 ++-
 chat/libpurple/patches/patch-ag |  26 ++++++++++++++++++++++++++
 2 files changed, 28 insertions(+), 1 deletions(-)

diffs (44 lines):

diff -r 442c3434db7a -r 4edbc572f270 chat/libpurple/distinfo
--- a/chat/libpurple/distinfo   Mon Aug 13 13:22:23 2007 +0000
+++ b/chat/libpurple/distinfo   Mon Aug 13 13:57:47 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2007/08/13 12:42:07 tnn Exp $
+$NetBSD: distinfo,v 1.5 2007/08/13 13:57:47 tnn Exp $
 
 SHA1 (pidgin-2.1.0.tar.bz2) = 33f78d07c3c7797a710bb7d2032a8d0bd89a6ab3
 RMD160 (pidgin-2.1.0.tar.bz2) = d04437251fbea8a1902621ebdf98f6fdc826a6d4
@@ -6,3 +6,4 @@
 SHA1 (patch-ab) = cba3d381e62a5c4976467eee106a3700c4e771be
 SHA1 (patch-ae) = 82cc41e44609480f30062f922ca6001d57336862
 SHA1 (patch-af) = 047d03f91ef386a92e302e7fa2c46ad2d08214e4
+SHA1 (patch-ag) = 0ec16d0937584f63cded37e3085425d0153c24ee
diff -r 442c3434db7a -r 4edbc572f270 chat/libpurple/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/libpurple/patches/patch-ag   Mon Aug 13 13:57:47 2007 +0000
@@ -0,0 +1,26 @@
+$NetBSD: patch-ag,v 1.1 2007/08/13 13:57:47 tnn Exp $
+
+--- finch/libgnt/wms/s.c.orig  2007-06-23 05:06:32.000000000 +0200
++++ finch/libgnt/wms/s.c
+@@ -15,10 +15,10 @@
+ 
+ #define TYPE_S                                (s_get_gtype())
+ 
+-typedef struct _S
++typedef struct _Sfoo
+ {
+       GntWM inherit;
+-} S;
++} Sfoo;
+ 
+ typedef struct _SClass
+ {
+@@ -205,7 +205,7 @@ GType s_get_gtype(void)
+                       (GClassInitFunc)s_class_init,
+                       NULL,
+                       NULL,                   /* class_data           */
+-                      sizeof(S),
++                      sizeof(Sfoo),
+                       0,                      /* n_preallocs          */
+                       NULL,               /* instance_init    */
+                       NULL



Home | Main Index | Thread Index | Old Index