head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.48 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.46 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.44 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.42 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.40 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.38 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.36 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.34 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.32 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.30 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.28 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.26 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.24 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.22 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.20 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.18 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.16 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.14 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.12 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.10 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.8 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.6 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.4 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.2 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.2.0.2 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.1.0.2 pkgsrc-2004Q1-base:1.1; locks; strict; comment @# @; 1.3 date 2004.06.28.12.52.45; author jmmv; state dead; branches; next 1.2; 1.2 date 2004.04.01.18.17.29; author jmmv; state Exp; branches; next 1.1; 1.1 date 2004.01.23.17.51.24; author jmmv; state Exp; branches; next ; desc @@ 1.3 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-af,v 1.2 2004/04/01 18:17:29 jmmv Exp $ http://bugzilla.gnome.org/show_bug.cgi?id=134247 http://bugzilla.gnome.org/show_bug.cgi?id=134319 --- doc/gconf/Makefile.in.orig 2003-12-15 02:55:42.000000000 +0000 +++ doc/gconf/Makefile.in @@@@ -381,18 +381,18 @@@@ maintainer-clean-local: clean cd $(srcdir) && rm -rf xml html $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt install-data-local: - $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR) - (installfiles=`echo $(srcdir)/html/*`; \ + installfiles=`echo $(srcdir)/html/*`; \ if test "$$installfiles" = '$(srcdir)/html/*'; \ then echo '-- Nothing to install' ; \ else \ + $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR); \ for i in $$installfiles; do \ echo '-- Installing '$$i ; \ $(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \ done; \ echo '-- Installing $(srcdir)/html/index.sgml' ; \ $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR); \ - fi) + fi # # Require gtk-doc when making dist @ 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-af,v 1.1 2004/01/23 17:51:24 jmmv Exp $ @ 1.1 log @Avoid creating an empty directory that is later not available in binary packages and produces a warning message when pkg_delete'ing. Bump PKGREVISION to 1. @ text @d1 1 a1 1 $NetBSD$ d3 2 a4 2 The package does not install documentation, so avoid creating the directory that should contain it. d6 1 a6 1 --- doc/gconf/Makefile.in.orig 2004-01-23 18:41:17.000000000 +0100 d8 2 a9 2 @@@@ -381,6 +381,7 @@@@ maintainer-clean-local: clean cd $(srcdir) && rm -rf sgml html $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt d12 3 a14 3 +dontdo-install-data-local: $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR) (installfiles=`echo $(srcdir)/html/*`; \ d16 14 @