head 1.8; access; symbols pkgsrc-2013Q2:1.8.0.48 pkgsrc-2013Q2-base:1.8 pkgsrc-2012Q4:1.8.0.46 pkgsrc-2012Q4-base:1.8 pkgsrc-2011Q4:1.8.0.44 pkgsrc-2011Q4-base:1.8 pkgsrc-2011Q2:1.8.0.42 pkgsrc-2011Q2-base:1.8 pkgsrc-2009Q4:1.8.0.40 pkgsrc-2009Q4-base:1.8 pkgsrc-2008Q4:1.8.0.38 pkgsrc-2008Q4-base:1.8 pkgsrc-2008Q3:1.8.0.36 pkgsrc-2008Q3-base:1.8 cube-native-xorg:1.8.0.34 cube-native-xorg-base:1.8 pkgsrc-2008Q2:1.8.0.32 pkgsrc-2008Q2-base:1.8 pkgsrc-2008Q1:1.8.0.30 pkgsrc-2008Q1-base:1.8 pkgsrc-2007Q4:1.8.0.28 pkgsrc-2007Q4-base:1.8 pkgsrc-2007Q3:1.8.0.26 pkgsrc-2007Q3-base:1.8 pkgsrc-2007Q2:1.8.0.24 pkgsrc-2007Q2-base:1.8 pkgsrc-2007Q1:1.8.0.22 pkgsrc-2007Q1-base:1.8 pkgsrc-2006Q4:1.8.0.20 pkgsrc-2006Q4-base:1.8 pkgsrc-2006Q3:1.8.0.18 pkgsrc-2006Q3-base:1.8 pkgsrc-2006Q2:1.8.0.16 pkgsrc-2006Q2-base:1.8 pkgsrc-2006Q1:1.8.0.14 pkgsrc-2006Q1-base:1.8 pkgsrc-2005Q4:1.8.0.12 pkgsrc-2005Q4-base:1.8 pkgsrc-2005Q3:1.8.0.10 pkgsrc-2005Q3-base:1.8 pkgsrc-2005Q2:1.8.0.8 pkgsrc-2005Q2-base:1.8 pkgsrc-2005Q1:1.8.0.6 pkgsrc-2005Q1-base:1.8 pkgsrc-2004Q4:1.8.0.4 pkgsrc-2004Q4-base:1.8 pkgsrc-2004Q3:1.8.0.2 pkgsrc-2004Q3-base:1.8 pkgsrc-2004Q2:1.7.0.2 pkgsrc-2004Q2-base:1.7 pkgsrc-2004Q1:1.4.0.2 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.3.0.2 pkgsrc-2003Q4-base:1.3 netbsd-1-6-1:1.2.0.2 netbsd-1-6-1-base:1.2; locks; strict; comment @# @; 1.8 date 2004.06.28.12.52.45; author jmmv; state dead; branches; next 1.7; 1.7 date 2004.05.04.11.46.26; author tron; state Exp; branches; next 1.6; 1.6 date 2004.05.03.20.55.36; author jmmv; state dead; branches; next 1.5; 1.5 date 2004.04.01.18.17.29; author jmmv; state Exp; branches; next 1.4; 1.4 date 2003.12.14.19.44.38; author jmmv; state Exp; branches; next 1.3; 1.3 date 2003.02.14.20.04.08; author jmmv; state Exp; branches; next 1.2; 1.2 date 2003.02.05.22.06.45; author jmmv; state Exp; branches; next 1.1; 1.1 date 2003.01.25.16.29.50; author jmmv; state Exp; branches; next ; desc @@ 1.8 log @Update GConf2 and GConf2-ui to 2.6.2: Fixes: - Get rid of duplicate '/' with AM_GCONF_SOURCE_2 (Daniel Elstner) - Don't create a directory for docs if we're not installing them (Julio M. Merino Vidal) - Fix a bug with the markup backend on 64-bit (Joe Marcus Clarke) - Fix a leak (Kjartan) - Return an error for incorrect source addresses (Mark) Translators: - Gisela Carbonell (ca) - Christian Neumair (de) - Christophe Merlet (RedFox) (fr) - LoneStar (zh_CN) @ text @$NetBSD: patch-aa,v 1.7 2004/05/04 11:46:26 tron Exp $ --- gconf/gconf-internals.c.orig Mon Apr 19 12:08:20 2004 +++ gconf/gconf-internals.c Tue May 4 13:43:58 2004 @@@@ -2839,7 +2839,6 @@@@ GError **error) { ConfigServer server = CORBA_OBJECT_NIL; -; int p[2] = { -1, -1 }; char buf[1]; GError *tmp_err; @ 1.7 log @Remove extra semicolon in variable declaration which breaks build with at least GCC 2.95.3. @ text @d1 1 a1 1 $NetBSD$ @ 1.6 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-aa,v 1.5 2004/04/01 18:17:29 jmmv Exp $ d3 10 a12 37 Disable GTK2 support. This is a workaround until bug #102825 gets fixed. See http://bugzilla.gnome.org/show_bug.cgi?id=102825 for more details. --- configure.orig 2004-02-24 16:50:54.000000000 +0100 +++ configure @@@@ -19672,6 +19672,7 @@@@ fi fi +if [ "$PKG_USE_GTK" = "yes" ]; then if test "$PKG_CONFIG" = "no" ; then echo "*** The pkg-config script could not be found. Make sure it is" echo "*** in your path, or set the PKG_CONFIG environment variable" @@@@ -19715,6 +19716,7 @@@@ echo "${ECHO_T}$DEPENDENT_WITH_GTK_LIBS" echo "*** See http://www.freedesktop.org/software/pkgconfig" fi fi +fi if test $succeeded = yes; then HAVE_GTK=yes @@@@ -19768,6 +19770,7 @@@@ fi fi +if [ "$PKG_USE_GTK" = "yes" ]; then if test "$PKG_CONFIG" = "no" ; then echo "*** The pkg-config script could not be found. Make sure it is" echo "*** in your path, or set the PKG_CONFIG environment variable" @@@@ -19811,6 +19814,7 @@@@ echo "${ECHO_T}$DEPENDENT_WITH_XML_AND_G echo "*** See http://www.freedesktop.org/software/pkgconfig" fi fi +fi if test $succeeded = yes; then : @ 1.5 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-aa,v 1.4 2003/12/14 19:44:38 jmmv Exp $ @ 1.4 log @Update to 2.4.0.1, from PR pkg/23697 by Min Sik Kim. 2.4.0 - print usage message when no options passed to gconftool - API docs updates - fix UTF-8 handling for command line output - fix reliability of writing out XML - ensure recursive unsets get synced - fix flag value that was "0" - fix recursive preloading - fix a memleak - fix some gconftool messages/segfaults 2.3.3 - new gconf_client_notify() API to fake a notification - fixes to gconftool --dump feature - implement schema uninstallation in gconftool so packages can avoid leaving junk - fix build issues with linc-free ORBit - new gconf_client_recursive_unset API - fix gcc 3.3 strict aliasing warnings 2.3.2 - fix build on Cygwin - don't complain about missing saved_state in syslog - improve gconf-sanity-check error text - added --get-type, --get-list-size and --get-list-element - exported gconf_entry_copy - cleaned up headers for C++ - added missing GCONF_CLIENT_GET_CLASS - hackaround fix for 2.3.1 lockfile breakage @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.3 2003/02/14 20:04:08 jmmv Exp $ d6 3 a8 3 --- configure.orig 2003-10-25 23:07:14.000000000 +0000 +++ configure 2003-10-25 23:08:46.000000000 +0000 @@@@ -18961,6 +18961,7 @@@@ d16 1 a16 1 @@@@ -19004,6 +19005,7 @@@@ d24 1 a24 1 @@@@ -19057,6 +19059,7 @@@@ d32 1 a32 1 @@@@ -19100,6 +19103,7 @@@@ @ 1.3 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: patch-aa,v 1.1 2003/01/25 16:29:50 jmmv Exp $ d5 4 a8 4 --- configure.orig 2003-01-21 04:29:24.000000000 +0100 +++ configure 2003-02-13 13:16:42.000000000 +0100 @@@@ -8549,6 +8549,7 @@@@ d16 1 a16 1 @@@@ -8592,6 +8593,7 @@@@ d24 1 a24 1 @@@@ -8645,6 +8647,7 @@@@ d32 1 a32 1 @@@@ -8688,6 +8691,7 @@@@ @ 1.2 log @Modify the package for the shortcoming GConf2-ui (which will use the new Makefile.common). Reviewed by wiz. @ text @d5 4 a8 4 --- configure.orig Sun Aug 4 20:18:52 2002 +++ configure @@@@ -8107,6 +8107,7 @@@@ fi d16 1 a16 1 @@@@ -8150,6 +8151,7 @@@@ echo "${ECHO_T}$DEPENDENT_WITH_GTK_LIBS" d24 1 a24 1 @@@@ -8203,6 +8205,7 @@@@ fi d32 1 a32 1 @@@@ -8246,6 +8249,7 @@@@ echo "${ECHO_T}$DEPENDENT_WITH_XML_AND_G @ 1.1 log @Disable GTK2 support: it's only used by a helper tool. If it's needed some day, we can easily create an independant package containing it. Rationale: The GConf2 library itself does not depend on GTK2, nor any of the main programs, and this removal will shrink the dependancy tree a lot on other packages. Bump PKGREVISION to 5. @ text @d1 1 a1 1 $NetBSD$ d12 1 a12 1 +if false; then d16 1 a16 1 @@@@ -8150,12 +8151,14 @@@@ echo "${ECHO_T}$DEPENDENT_WITH_GTK_LIBS" d24 1 a24 8 else HAVE_GTK=no fi +HAVE_GTK=no succeeded=no @@@@ -8203,6 +8206,7 @@@@ fi d28 1 a28 1 +if false; then d32 1 a32 1 @@@@ -8246,7 +8250,9 @@@@ echo "${ECHO_T}$DEPENDENT_WITH_XML_AND_G a37 1 +succeeded=no a39 1 else @