pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/gconf-editor Set the path to GConf2's configur...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ad9c63b30abd
branches: trunk
changeset: 480282:ad9c63b30abd
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Sat Sep 04 16:10:12 2004 +0000
description:
Set the path to GConf2's configuration database manually, to fix multiple
crashes. The problem is that the configure script is picking the gconftool-2
binary from the buildlink directory, which does nothing, so it gets an
incorrect configuration. Bump PKGREVISION to 1.
diffstat:
editors/gconf-editor/Makefile | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r 6c3ddbdbcefa -r ad9c63b30abd editors/gconf-editor/Makefile
--- a/editors/gconf-editor/Makefile Sat Sep 04 14:30:25 2004 +0000
+++ b/editors/gconf-editor/Makefile Sat Sep 04 16:10:12 2004 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2004/06/28 13:34:47 jmmv Exp $
+# $NetBSD: Makefile,v 1.22 2004/09/04 16:10:12 jmmv Exp $
#
DISTNAME= gconf-editor-2.6.2
+PKGREVISION= 1
CATEGORIES= editors gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gconf-editor/2.6/}
EXTRACT_SUFX= .tar.bz2
@@ -20,7 +21,10 @@
USE_GNU_TOOLS+= make
USE_X11= YES
-.include "../../devel/GConf2/buildlink3.mk"
+CONFIGURE_ARGS+= --with-gconf-defaults-source=${GCONF2_CONFIG_SOURCE}
+CONFIGURE_ARGS+= --with-gconf-mandatory-source=${GCONF2_CONFIG_SOURCE:S/gconf.xml.defaults/gconf.xml.mandatory/g}
+
+.include "../../devel/GConf2/schemas.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index