Subject: CVS commit: pkgsrc/devel
To: None <pkgsrc-changes@netbsd.org>
From: Julio Merino <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 02/14/2003 22:04:12
Module Name: pkgsrc
Committed By: jmmv
Date: Fri Feb 14 20:04:12 UTC 2003
Modified Files:
pkgsrc/devel/GConf2: Makefile Makefile.common PLIST buildlink2.mk
distinfo
pkgsrc/devel/GConf2-ui: Makefile buildlink2.mk
pkgsrc/devel/GConf2/patches: patch-aa
Added Files:
pkgsrc/devel/GConf2: schemas.mk
pkgsrc/devel/GConf2/patches: patch-ab patch-ac patch-ad patch-ae
Log Message:
Updated to 2.2.0. Changes since 1.2.1 include:
* backends/markup-tree.c (markup_entry_get_value): fix a logic error causing
us to deref a null pointer, reported by Brian Alexander Quistorff.
* configure.in: fix gtk-doc version check.
* configure.in: Added Belarusian to ALL_LINGUAS.
* gconf/gconf-internals.c (gconf_value_list_to_primitive_list_destructive):
fix using the wrong type (value->type not value->list_type) in an error
message, #96210.
* gconf/gconf-internals.c (subst_variables): patch from Benn Vosseteig fixing
a crash with a long path to $HOME.
* doc/gconf/gconf.sgml, doc/gconf-1.0.dtd: Some additions to match the full
range of schema elements curently accepted by gconftool. Supposedly complete
now.
* doc/Makefile.am: change the gconf-1.0.dtd install location to
$(datadir)/sgml/gconf which sounds more standards compliant.
* backends/markup-backend.c (resolve_address): add FIXME about.
Changes in the package:
* Honor PKG_SYSCONFDIR, maintaining the database inside it (PLIST do not need
to care about files in etc/gconf.xml.defaults any more).
* Provide a schemas.mk file that is used to automatically register .schemas
files in the database.
* Add a patch to handle schema deinstallation.
Reviewed by wiz.
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 pkgsrc/devel/GConf2/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/GConf2/Makefile.common
cvs rdiff -r1.8 -r1.9 pkgsrc/devel/GConf2/PLIST
cvs rdiff -r1.11 -r1.12 pkgsrc/devel/GConf2/buildlink2.mk
cvs rdiff -r1.5 -r1.6 pkgsrc/devel/GConf2/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/devel/GConf2/schemas.mk
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/devel/GConf2-ui/Makefile \
pkgsrc/devel/GConf2-ui/buildlink2.mk
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/GConf2/patches/patch-aa
cvs rdiff -r0 -r1.1 pkgsrc/devel/GConf2/patches/patch-ab \
pkgsrc/devel/GConf2/patches/patch-ac pkgsrc/devel/GConf2/patches/patch-ad \
pkgsrc/devel/GConf2/patches/patch-ae
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.