Sat Sep 12 19:21:01 2009 UTC ()
Add patch from drochner that gets f-spot further (when autostarting
gconfd-2).

Bump PKGREVISION.


(wiz)
diff -r1.68 -r1.69 pkgsrc/devel/GConf/Makefile
diff -r1.24 -r1.25 pkgsrc/devel/GConf/distinfo
diff -r0 -r1.1 pkgsrc/devel/GConf/patches/patch-ah

cvs diff -r1.68 -r1.69 pkgsrc/devel/GConf/Makefile (expand / switch to context diff)
--- pkgsrc/devel/GConf/Makefile 2009/06/14 22:57:59 1.68
+++ pkgsrc/devel/GConf/Makefile 2009/09/12 19:21:00 1.69
@@ -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

cvs diff -r1.24 -r1.25 pkgsrc/devel/GConf/distinfo (expand / switch to context diff)
--- pkgsrc/devel/GConf/distinfo 2009/05/19 23:56:04 1.24
+++ pkgsrc/devel/GConf/distinfo 2009/09/12 19:21:00 1.25
@@ -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

File Added: pkgsrc/devel/GConf/patches/patch-ah
$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,