summaryrefslogtreecommitdiffstats
path: root/devel/gconf2
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2010-11-15 01:56:36 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2010-11-15 01:56:36 +0800
commit0ff47c2291de51a61ac79fd56e09572956964c75 (patch)
tree574f4384821ade7e7f2151b2d054339e63d9f235 /devel/gconf2
parenta7250b321e6655e6180ddf3e081d3c84648c5360 (diff)
downloadmarcuscom-ports-0ff47c2291de51a61ac79fd56e09572956964c75.tar
marcuscom-ports-0ff47c2291de51a61ac79fd56e09572956964c75.tar.gz
marcuscom-ports-0ff47c2291de51a61ac79fd56e09572956964c75.tar.bz2
marcuscom-ports-0ff47c2291de51a61ac79fd56e09572956964c75.tar.lz
marcuscom-ports-0ff47c2291de51a61ac79fd56e09572956964c75.tar.xz
marcuscom-ports-0ff47c2291de51a61ac79fd56e09572956964c75.tar.zst
marcuscom-ports-0ff47c2291de51a61ac79fd56e09572956964c75.zip
Bump the priority of the gconf gsettings module to let it load instead of
the memory module. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14872 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gconf2')
-rw-r--r--devel/gconf2/Makefile4
-rw-r--r--devel/gconf2/files/patch-gsettings_gconfsettingsbackend.c9
2 files changed, 11 insertions, 2 deletions
diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile
index 32b528059..68cedd531 100644
--- a/devel/gconf2/Makefile
+++ b/devel/gconf2/Makefile
@@ -3,12 +3,12 @@
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/gconf2/Makefile,v 1.121 2010/09/19 08:05:39 kwm Exp $
+# $MCom: ports/devel/gconf2/Makefile,v 1.122 2010/09/27 20:22:41 kwm Exp $
#
PORTNAME= gconf2
PORTVERSION= 2.32.0
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= devel gnome
MASTER_SITES= GNOME
MASTER_SITE_SUBDIR= sources/GConf/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
diff --git a/devel/gconf2/files/patch-gsettings_gconfsettingsbackend.c b/devel/gconf2/files/patch-gsettings_gconfsettingsbackend.c
new file mode 100644
index 000000000..9742e9e91
--- /dev/null
+++ b/devel/gconf2/files/patch-gsettings_gconfsettingsbackend.c
@@ -0,0 +1,9 @@
+--- gsettings/gconfsettingsbackend.c.orig 2010-11-14 12:54:57.000000000 -0500
++++ gsettings/gconfsettingsbackend.c 2010-11-14 12:55:08.000000000 -0500
+@@ -924,5 +924,5 @@ gconf_settings_backend_register (GIOModu
+ g_io_extension_point_implement (G_SETTINGS_BACKEND_EXTENSION_POINT_NAME,
+ GCONF_TYPE_SETTINGS_BACKEND,
+ "gconf",
+- -1);
++ 10);
+ }