head 1.7; access; symbols pkgsrc-2013Q2:1.7.0.24 pkgsrc-2013Q2-base:1.7 pkgsrc-2012Q4:1.7.0.22 pkgsrc-2012Q4-base:1.7 pkgsrc-2011Q4:1.7.0.20 pkgsrc-2011Q4-base:1.7 pkgsrc-2011Q2:1.7.0.18 pkgsrc-2011Q2-base:1.7 pkgsrc-2009Q4:1.7.0.16 pkgsrc-2009Q4-base:1.7 pkgsrc-2008Q4:1.7.0.14 pkgsrc-2008Q4-base:1.7 pkgsrc-2008Q3:1.7.0.12 pkgsrc-2008Q3-base:1.7 cube-native-xorg:1.7.0.10 cube-native-xorg-base:1.7 pkgsrc-2008Q2:1.7.0.8 pkgsrc-2008Q2-base:1.7 pkgsrc-2008Q1:1.7.0.6 pkgsrc-2008Q1-base:1.7 pkgsrc-2007Q4:1.7.0.4 pkgsrc-2007Q4-base:1.7 pkgsrc-2007Q3:1.7.0.2 pkgsrc-2007Q3-base:1.7 pkgsrc-2007Q2:1.6.0.2 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.5.0.12 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.10 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.8 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.6 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.4 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.2 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.4.0.8 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.6 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.4 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.2 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.3.0.4 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.2 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.1.0.4 pkgsrc-2004Q1-base:1.1 pkgsrc-2003Q4:1.1.0.2 pkgsrc-2003Q4-base:1.1; locks; strict; comment @# @; 1.7 date 2007.09.21.12.58.18; author wiz; state dead; branches; next 1.6; 1.6 date 2007.04.09.00.55.45; author wiz; state Exp; branches; next 1.5; 1.5 date 2005.10.24.22.10.29; author rillig; state Exp; branches; next 1.4; 1.4 date 2004.09.21.16.44.50; author jmmv; state dead; branches; next 1.3; 1.3 date 2004.05.03.20.55.36; author jmmv; state Exp; branches; next 1.2; 1.2 date 2004.04.01.18.17.29; author jmmv; state Exp; branches; next 1.1; 1.1 date 2003.02.14.20.04.10; author jmmv; state Exp; branches; next ; desc @@ 1.7 log @Rename GConf2 to GConf and GConf2-ui to GConf-ui, to match the upstream name. @ text @$NetBSD: patch-ad,v 1.6 2007/04/09 00:55:45 wiz Exp $ Needed for Solaris 9. Without the header, struct berval, which is used as a member of another struct in , has an unknown size. --- backends/evoldap-backend.c.orig 2007-03-02 22:10:18.000000000 +0000 +++ backends/evoldap-backend.c @@@@ -25,6 +25,9 @@@@ #include #include #include +#ifdef __sun +#include +#endif #include #include #include @ 1.6 log @Update to 2.18.0.1: 2.18.0.1 ======== Misc - Don't fail db sync operations and leave %gconf-tree.xml.new files laying around if there wasn't a %gconf-tree.xml to start with (Loïc Minier) 2.18.0 ====== Misc - Make sure error strings are utf-8 (Christian Persch) - don't include xml-entry.h twice (Kjartan Maraas) - fix leak in gconf meta info code (Richard Hult, Ray Strode) - remove more popt gunk (Chris Wilson, Ray) - when installing a batch of schema files, don't abort the entire transaction if one fails (Laszlo Peter) - don't close already closed file descriptors if fdwalk() is available (Padraig O'Briain) - use g_file_test instead of gconf_file_test or gconf_file_exists (Paolo Borelli) - remove dead code found from coverity scan (Paolo Borelli) - retain file permissions on gconf database files when syncing a tree to disk (Narayana Pattipati) - Add g_return_val_if_fail checks on type inputs for gconf_value_new_from_string (Kjartan Maraas, Ray) Translators - Gintautas Miliauskas (lt) 2.16.1 ====== Misc - Fix error handling in the getters (Matthias Clasen) - Fix a leak (Pascal Terjan) - Close write end of pipe in parent (Tom Tromey) Translators - Khaled Hosny (ar) - Josep Puigdemont i Casamajó (ca) - Priit Laes (et) - Adam Weinberger (en_CA) - Yair Hershkovitz (he) - Gabor Kelemen (hu) - Luca Ferretti (it) - Vladimer Sichinava (ka) - Thierry Randrianiriana (mg) - The GNOME PL Team (pl) - Leonardo Ferreira Fontenelle (pt_BR) - Laurent Dhima (sq) - Daniel Nylander (sv) - Maxim Dziumanenko (uk) - Nguyễn Thái Ngọc Duy (vi) @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.5 2005/10/24 22:10:29 rillig Exp $ @ 1.5 log @Added a patch for Solaris 9. @ text @d1 1 a1 1 $NetBSD$ d6 3 a8 4 --- backends/evoldap-backend.c.orig Mon Oct 24 23:58:16 2005 +++ backends/evoldap-backend.c Mon Oct 24 23:59:16 2005 @@@@ -24,6 +24,10 @@@@ #include d10 1 a12 1 +#include @ 1.4 log @Update GConf2 and GConf2-ui to 2.8.0.1. This version corresponds to GNOME 2.8.0. 2.8.0.1 ======= Fixes - Use automake 1.7 (Mark) - Always ship the API docs html in the tarball (Mark) 2.8.0 ===== Translators - Ayman Hourieh (ar) - Kenan Hadžiavdić (bs) - Miloslav Trmac (cs) - Dafydd Harries (cy) - Kostas Papadimas (el) - Francisco Javier F. Serrador (es) - Alessio Frusciante (it) - Hasbullah Bin Pit (ms) - Evandro Fernandes Giovanini (pt_BR) - Mişu Moldovan (ro) - Gurkan Aslan (tr) 2.7.92 ====== Fixes - Fix crash caused by dropping the default database early (Mark) - Fix issue with SIGHUP causing listeners to be dropped (Josselin Mouette) - Only install the global schema default in the C locale (Mark) - Don't crash if there's no schema for the locale (Mark) Translators - Jordi Mallach (ca) - Laszlo Dvornik (hu) - Pawan Chitrakar (ne) - Tino Meinen (nl) - Laurent Dhima (sq) - Maxim Dziumanenko (uk) 2.7.91.1 ======== Features - Switch off the "subtree-in-a-file" thing again (Mark) See: http://mail.gnome.org/archives/desktop-devel-list/2004-August/msg00393.html Translators - Kenan Hadžiavdić (bs) - Martin Willemoes Hansen (da) - Pauli Virtanen (fi) - Takeshi AIHANA (ja) - Laurent Dhima (sq) 2.7.91 ====== Fixes - Fix a bunch of coding errors (Kjartan Maraas) - Always install schemas with the correct permissions (Mark) - Fix various strings to use better terminology (Danilo Šegan) Translators - Miloslav Trmac (cs) - Christian Neumair (de) - Adam Weinberger (en_CA) - David Lodge (en_GB) - Francisco Javier F. Serrador (es) - Pauli Virtanen (fi) - Ankit Patel (gu) - Changwoo Ryu (ko) - Sanlig Badral (mn) - Kjartan Maraas (nb) - Åsmund Skjæveland (nn) - Kjartan Maraas (no) - Amanpreet Singh Alam (pa) - Gnome PL Team (pl) - Duarte Loreto (pt) - Dmitry G. Mastrukov (ru) - Laurent Dhima (sq) - Данило Шеган (sr) - Christian Rose (sv) - Funda Wang (zh_CN) 2.7.90 ====== Fixes - Remove unused internal function (Carlos Daniel Ruvalcaba Valenzuela) - Bring docs up to date with GObject (rather than GtkObject) usage (Kai Willadsen) Translators - Rostislav Raykov (bg) - Adam Weinberger (en_CA) - Francisco Javier F. Serrador (es) - Ravishankar Shrivastava (hi) - Laszlo Dvornik (hu) - Takeshi AIHANA (ja) - Changwoo Ryu (ko) - Žygimantas Beručka (lt) - Sanlig Badral (mn) - Tino Meinen (nl) - Kjartan Maraas (no) - Gnome PL Team (pl) - Duarte Loreto (pt) - Laurent Dhima (sq) - Christian Rose (sv) - Maxim Dziumanenko (uk) 2.7.3.1 ======= Fixes - Make --makefile-install-rule worky again (Mark) - Remove an outdated comment from the path file (Fernando Herrera) Translators - Alexander Shopov (bg) - Miloslav Trmac (cs) - Gareth Owen (en_GB) - Laurent Dhima (sq) 2.7.3 ===== Features - Switch on "subtree-in-a-file" at certain points in the tree (Mark) o See http://mail.gnome.org/archives/desktop-devel-list/2004-June/msg00424.html - Add --unload to gconftool which complements --load (Julio M. Merino Vidal, Mark) - Add --sysgconfsubdir configure argument (Julio M. Merino Vidal) - Make gconfd reload all databases on SIGHUP (Josselin Mouette) Fixes - Fix gconfd segfault from freeing the default database twice (Mark) - Warn in docs to call g_type_init() before using GConfCient (Leonardo Quijano Vincenzi) - Don't create a dir during docs build if not needed (Julio M. Merino Vidal) - Encode non-ascii GConf keys using a more compact encoding (Mariano Suárez-Alvare) - 64-bit fix (Joe Marcus Clarke) - Plug a leak (Kjartan Maraas) 2.7.1 ===== Features: - Add a --ignore-schema-defaults argument for use with gconftool-2 --dump (Mark) - Add API to construct databases from arbitrary stacks of sources (Mark) - Allow backends to notify the daemon of changes (Cyrille Moureaux, Mark) - Add vtable size mismatch detection (Mark) Fixes: - Fix accidental use of a C99ism (Morten Welinder) - Fix random crashes when unsetting keys (Richard Hult) - Fix .gconfd/saved_state growing to a huge size (Gustavo Giráldez) Translators: - Gisela Carbonell (ca) - Miloslav Trmac (cs) - Adam Weinberger (en_CA) - Gareth Owen (en_GB) - Francisco Javier F. Serrador (es) - Hizkuntza Politikarako Sailburuordetza (eu) - Christophe Merlet (RedFox) (fr) - Nirav, Ankit, Ankur, Atit, Bhavin, Kartik, Khushbu, Sweta. (gu) - helgi (is) - Alessio Frusciante (it) - Kjartan Maraas (no) - Laurent Dhima (sq) - Данило Шеган (sr) - Yuri Syrota (uk) - Funda Wang (zh_CN) @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.3 2004/05/03 20:55:36 jmmv Exp $ d3 16 a18 27 --- gconf/default.path.in.orig 2004-04-01 15:39:41.000000000 +0200 +++ gconf/default.path.in @@@@ -7,12 +7,12 @@@@ # Look first in systemwide mandatory settings directory # (commented out until xml backend knows how to be read-only for users) -xml:readonly:@@EXPANDED_SYSCONFDIR@@/gconf/gconf.xml.mandatory +xml:readonly:@@EXPANDED_SYSCONFDIR@@/gconf.xml.mandatory # To read in any mandatory settings that the Sys Admin may have created # prior to a desktop system upgrade. The SysAdmin can stick read-only system # wide sources in this file. -include @@EXPANDED_SYSCONFDIR@@/gconf/2/local-mandatory.path +include @@EXPANDED_SYSCONFDIR@@/2/local-mandatory.path # Now see where users want us to look - basically the user can stick arbitrary # sources in a ~/.gconf.path file and they're inserted here @@@@ -24,7 +24,7 @@@@ xml:readwrite:$(HOME)/.gconf # To read in any defaults settings that the Sys Admin may have created # prior to a desktop system upgrade. The SysAdmin can stick default values # system-wide in this file. -include @@EXPANDED_SYSCONFDIR@@/gconf/2/local-defaults.path +include @@EXPANDED_SYSCONFDIR@@/2/local-defaults.path # Finally, look at the systemwide defaults -xml:readonly:@@EXPANDED_SYSCONFDIR@@/gconf/gconf.xml.defaults +xml:readonly:@@EXPANDED_SYSCONFDIR@@/gconf.xml.defaults @ 1.3 log @Update GConf2 and GConf2-ui to 2.6.1: Fixes: - add a --enable-gtk=yes/no/auto configure arg (Julio Merino, Mark) - fix basic example app to not crash (Elijah Newren) - don't try and create a dir if it already exists (Ryan Lovett, Mark) - only ever create the $(HOME)/.gconfd/ dir in the daemon (Colin Walters) - add quotes around AM_GCONF_SOURCE_2 (Frédéric L. W. Meunier) - handle with only correctly in --load (Mark) - fix the order in which local-defaults.path gets included (Mark) - fix minor inefficiency when not printing debugging messages (Mark) Translators: - Adam Weinberger (en_CA) - Robert Sedak (hr) - Samúel Jón Gunnarsson (is) - Alessio Frusciante (it) - Takeshi AIHANA (ja) - Amanpreet Singh Alam (pa) - Gurkan Aslan (tr) @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.2 2004/04/01 18:17:29 jmmv Exp $ @ 1.2 log @Update to 2.6.0. Summary of changes unavailable since the previous stable version (just the ChangeLog, but it's usually meaningless). AFAICT, this comes with a new XML backend, aside bug fixes. @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.1 2003/02/14 20:04:10 jmmv Exp $ d3 1 a3 1 --- gconf/default.path.in.orig 2003-11-03 00:23:30.000000000 +0000 d5 1 a5 1 @@@@ -7,13 +7,13 @@@@ a14 1 d20 2 a21 1 @@@@ -23,7 +23,7 @@@@ include "$(HOME)/.gconf.path" a23 1 a26 4 # Give users a default storage location, ~/.gconf @@@@ -31,7 +31,7 @@@@ xml:readwrite:$(HOME)/.gconf a27 1 # (commented out for now) a29 3 @ 1.1 log @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. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- gconf/default.path.in.orig 2000-01-31 22:49:05.000000000 +0100 d5 1 a5 1 @@@@ -7,7 +7,7 @@@@ d12 7 d21 10 a30 1 @@@@ -19,7 +19,7 @@@@ xml:readwrite:$(HOME)/.gconf @