diff options
author | wiz <wiz@pkgsrc.org> | 2009-09-12 19:21:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-09-12 19:21:00 +0000 |
commit | ffbbef6f4edd533a44804adbeaed8477ebd02f44 (patch) | |
tree | 3a35d3540265f05b34e04f2eec15d0cf4c5c7f92 /devel | |
parent | f981080ebc50f7cb22797e066509a8193e64760e (diff) | |
download | pkgsrc-ffbbef6f4edd533a44804adbeaed8477ebd02f44.tar.gz |
Add patch from drochner that gets f-spot further (when autostarting
gconfd-2).
Bump PKGREVISION.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/GConf/Makefile | 3 | ||||
-rw-r--r-- | devel/GConf/distinfo | 3 | ||||
-rw-r--r-- | devel/GConf/patches/patch-ah | 12 |
3 files changed, 16 insertions, 2 deletions
diff --git a/devel/GConf/Makefile b/devel/GConf/Makefile index 123f4b5b22f..4c20fe97fc7 100644 --- a/devel/GConf/Makefile +++ b/devel/GConf/Makefile @@ -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 --git a/devel/GConf/distinfo b/devel/GConf/distinfo index 5513cda2bce..3dcf5425e8d 100644 --- a/devel/GConf/distinfo +++ b/devel/GConf/distinfo @@ -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-ad) = 9ddd396a544cd64a2d7e1929c6852c529b1f45ee SHA1 (patch-ae) = 9c91e159d1aadd5e602012fdf18173bbfdf5b4ef SHA1 (patch-af) = 63bb82324e365e80d689850bcc75f6bd923f8b47 SHA1 (patch-ag) = d9a4347443f114785f236c76881cce1b8881c81d +SHA1 (patch-ah) = 66485f9aeef7e6023c60f58cc054924f3cac4972 diff --git a/devel/GConf/patches/patch-ah b/devel/GConf/patches/patch-ah new file mode 100644 index 00000000000..944ea92bfde --- /dev/null +++ b/devel/GConf/patches/patch-ah @@ -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, |