pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/GConf Add patch from drochner that gets f-spot f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76811236c7fc
branches:  trunk
changeset: 398991:76811236c7fc
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Sep 12 19:21:00 2009 +0000

description:
Add patch from drochner that gets f-spot further (when autostarting
gconfd-2).

Bump PKGREVISION.

diffstat:

 devel/GConf/Makefile         |   3 ++-
 devel/GConf/distinfo         |   3 ++-
 devel/GConf/patches/patch-ah |  12 ++++++++++++
 3 files changed, 16 insertions(+), 2 deletions(-)

diffs (43 lines):

diff -r 572d85dae507 -r 76811236c7fc devel/GConf/Makefile
--- a/devel/GConf/Makefile      Sat Sep 12 19:12:15 2009 +0000
+++ b/devel/GConf/Makefile      Sat Sep 12 19:21:00 2009 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.68 2009/06/14 22:57:59 joerg Exp $
+# $NetBSD: Makefile,v 1.69 2009/09/12 19:21:00 wiz Exp $
 #
 
 .include "../../devel/GConf/Makefile.common"
+PKGREVISION=   1
 
 CONFIGURE_ARGS+=       --disable-gtk
 CONFIGURE_ARGS+=       ac_cv_header_ldap_h=no
diff -r 572d85dae507 -r 76811236c7fc devel/GConf/distinfo
--- a/devel/GConf/distinfo      Sat Sep 12 19:12:15 2009 +0000
+++ b/devel/GConf/distinfo      Sat Sep 12 19:21:00 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.24 2009/05/19 23:56:04 wiz Exp $
+$NetBSD: distinfo,v 1.25 2009/09/12 19:21:00 wiz Exp $
 
 SHA1 (GConf-2.26.2.tar.bz2) = bf5323d974fa22165de2144100234647fd50ef17
 RMD160 (GConf-2.26.2.tar.bz2) = 280cd55dc3562445c716b88dfddba4ddd2508786
@@ -9,3 +9,4 @@
 SHA1 (patch-ae) = 9c91e159d1aadd5e602012fdf18173bbfdf5b4ef
 SHA1 (patch-af) = 63bb82324e365e80d689850bcc75f6bd923f8b47
 SHA1 (patch-ag) = d9a4347443f114785f236c76881cce1b8881c81d
+SHA1 (patch-ah) = 66485f9aeef7e6023c60f58cc054924f3cac4972
diff -r 572d85dae507 -r 76811236c7fc devel/GConf/patches/patch-ah
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/GConf/patches/patch-ah      Sat Sep 12 19:21:00 2009 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ah,v 1.1 2009/09/12 19:21:00 wiz Exp $
+
+--- gconf/gconf-client.c.orig  2009-05-14 17:14:07.000000000 +0200
++++ gconf/gconf-client.c
+@@ -168,6 +168,7 @@ gconf_client_get_type (void)
+         (GInstanceInitFunc) gconf_client_init
+       };
+ 
++      g_type_init();
+       client_type = g_type_register_static (G_TYPE_OBJECT,
+                                             "GConfClient",
+                                             &client_info,



Home | Main Index | Thread Index | Old Index