pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libgnome Fix former commit ... sorry



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c5df7036f0fe
branches:  trunk
changeset: 481584:c5df7036f0fe
user:      reinoud <reinoud%pkgsrc.org@localhost>
date:      Fri Oct 08 00:42:07 2004 +0000

description:
Fix former commit ... sorry

diffstat:

 devel/libgnome/distinfo         |  4 ++--
 devel/libgnome/patches/patch-ba |  9 ++++++---
 2 files changed, 8 insertions(+), 5 deletions(-)

diffs (34 lines):

diff -r bd146bb31078 -r c5df7036f0fe devel/libgnome/distinfo
--- a/devel/libgnome/distinfo   Fri Oct 08 00:28:17 2004 +0000
+++ b/devel/libgnome/distinfo   Fri Oct 08 00:42:07 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.17 2004/10/08 00:28:17 reinoud Exp $
+$NetBSD: distinfo,v 1.18 2004/10/08 00:42:07 reinoud Exp $
 
 SHA1 (libgnome-2.8.0.tar.bz2) = a7b986ae10570ee7a05227a57fb79e2359ba5a2a
 Size (libgnome-2.8.0.tar.bz2) = 1164177 bytes
 SHA1 (patch-aa) = 349be2770b6578057ae1ded589e71765c63c12af
 SHA1 (patch-af) = 783e295d1714b7c121538ed7459ffbcf3ff3713a
-SHA1 (patch-ba) = 10dfdbe045085ae7e62391eaddd765bbedf55419
+SHA1 (patch-ba) = 50f8a416f236b7dd41cd5d4a0303469be69a9688
diff -r bd146bb31078 -r c5df7036f0fe devel/libgnome/patches/patch-ba
--- a/devel/libgnome/patches/patch-ba   Fri Oct 08 00:28:17 2004 +0000
+++ b/devel/libgnome/patches/patch-ba   Fri Oct 08 00:42:07 2004 +0000
@@ -1,11 +1,14 @@
-$NetBSD: patch-ba,v 1.1 2004/10/08 00:28:18 reinoud Exp $
+$NetBSD: patch-ba,v 1.2 2004/10/08 00:42:07 reinoud Exp $
 
 --- libgnome/gnome-program.c.orig      2004-08-25 01:39:18.000000000 +0200
 +++ libgnome/gnome-program.c
-@@ -1929,5 +1929,5 @@ gnome_program_init_paramv (GType type,
+@@ -1928,6 +1928,8 @@ gnome_program_init_paramv (GType type,
+                            int argc, char **argv,
                             guint nparams, GParameter *params)
  {
++    va_list args;
++
      return gnome_program_init_common (type, app_id, app_version, module_info,
 -                                    argc, argv, NULL, 0, nparams, params);
-+                                    argc, argv, NULL, NULL, nparams, params);
++                                    argc, argv, NULL, args, nparams, params);
  }



Home | Main Index | Thread Index | Old Index