pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/GConf2 Remove extra semicolon in variable declar...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a354d92146cb
branches:  trunk
changeset: 474712:a354d92146cb
user:      tron <tron%pkgsrc.org@localhost>
date:      Tue May 04 11:46:26 2004 +0000

description:
Remove extra semicolon in variable declaration which breaks build with
at least GCC 2.95.3.

diffstat:

 devel/GConf2/distinfo         |   3 ++-
 devel/GConf2/patches/patch-aa |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 9eee0a9225b8 -r a354d92146cb devel/GConf2/distinfo
--- a/devel/GConf2/distinfo     Tue May 04 11:37:10 2004 +0000
+++ b/devel/GConf2/distinfo     Tue May 04 11:46:26 2004 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.12 2004/05/03 21:01:56 jmmv Exp $
+$NetBSD: distinfo,v 1.13 2004/05/04 11:46:26 tron Exp $
 
 SHA1 (GConf-2.6.1.tar.bz2) = 807ad0852ce761f5c6ee7970c8a7f63b4e0fe531
 Size (GConf-2.6.1.tar.bz2) = 1483080 bytes
+SHA1 (patch-aa) = d53e3429bdc36edd94bd343f81db08959354678d
 SHA1 (patch-ab) = eb9ffa0ec87fe21b0f754aef019221d619b37b11
 SHA1 (patch-ac) = 95fdcf832a0c1fb4744a0e12be08b1314c6a923b
 SHA1 (patch-ad) = ef6172650190df26f0a829506e99b0c65c8d2385
diff -r 9eee0a9225b8 -r a354d92146cb devel/GConf2/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/GConf2/patches/patch-aa     Tue May 04 11:46:26 2004 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.7 2004/05/04 11:46:26 tron Exp $
+
+--- gconf/gconf-internals.c.orig       Mon Apr 19 12:08:20 2004
++++ gconf/gconf-internals.c    Tue May  4 13:43:58 2004
+@@ -2839,7 +2839,6 @@
+                        GError  **error)
+ {
+   ConfigServer server = CORBA_OBJECT_NIL;
+-;
+   int p[2] = { -1, -1 };
+   char buf[1];
+   GError *tmp_err;



Home | Main Index | Thread Index | Old Index