Up to [cvs.NetBSD.org] / pkgsrc / devel / GConf2
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.17, Fri Sep 21 12:58:17 2007 UTC (15 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
cube-native-xorg-base,
cube-native-xorg,
HEAD
Changes since 1.16: +1 -1
lines
FILE REMOVED
Rename GConf2 to GConf and GConf2-ui to GConf-ui, to match the upstream name.
Revision 1.16 / (download) - annotate - [select for diffs], Thu Feb 22 19:26:20 2007 UTC (15 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
Whitespace cleanup, courtesy of pkglint. Patch provided by Sergey Svishchev in private mail.
Revision 1.15 / (download) - annotate - [select for diffs], Thu Jun 15 22:13:58 2006 UTC (16 years, 7 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.14: +3 -3
lines
Diff to previous 1.14 (colored)
Pluralize INSTALL_TEMPLATE and DEINSTALL_TEMPLATE variable names as per the pkglint warning: As {INSTALL,DEINSTALL}_TEMPLATE is modified using "+=", its name should indicate plural. This does make the variables a bit more suggestive of the fact that they hold lists of values.
Revision 1.14 / (download) - annotate - [select for diffs], Tue Mar 14 01:14:27 2006 UTC (16 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.13: +3 -3
lines
Diff to previous 1.13 (colored)
Modify the pkginstall framework so that it manages all aspects of INSTALL/DEINSTALL script creation within pkgsrc. If an INSTALL or DEINSTALL script is found in the package directory, it is automatically used as a template for the pkginstall-generated scripts. If instead, they should be used simply as the full scripts, then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC explicitly, e.g.: INSTALL_SRC= ${PKGDIR}/INSTALL DEINSTALL_SRC= # emtpy As part of the restructuring of the pkginstall framework internals, we now *always* generate temporary INSTALL or DEINSTALL scripts. By comparing these temporary scripts with minimal INSTALL/DEINSTALL scripts formed from only the base templates, we determine whether or not the INSTALL/DEINSTALL scripts are actually needed by the package (see the generate-install-scripts target in bsd.pkginstall.mk). In addition, more variables in the framework have been made private. The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are more sensible names given the very few exported variables in this framework. The only public variables relating to the templates are: INSTALL_SRC INSTALL_TEMPLATE DEINSTALL_SRC DEINSTALL_TEMPLATE HEADER_TEMPLATE The packages in pkgsrc have been modified to reflect the changes in the pkginstall framework.
Revision 1.13 / (download) - annotate - [select for diffs], Thu Dec 29 06:21:36 2005 UTC (17 years, 1 month ago) by jlam
Branch: MAIN
Changes since 1.12: +1 -2
lines
Diff to previous 1.12 (colored)
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
Revision 1.12 / (download) - annotate - [select for diffs], Mon Dec 5 23:55:05 2005 UTC (17 years, 2 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
Ran "pkglint --autofix", which corrected some of the quoting issues in CONFIGURE_ARGS.
Revision 1.11 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:01 2005 UTC (17 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.10: +6 -6
lines
Diff to previous 1.10 (colored)
Fixed pkglint warnings. The warnings are mostly quoting issues, for example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Revision 1.10 / (download) - annotate - [select for diffs], Thu Mar 24 22:42:58 2005 UTC (17 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.9: +1 -4
lines
Diff to previous 1.9 (colored)
Don't check for USE_BUILDLINK3 anymore in these files. These are included by other package Makefiles, and with the deprecation of USE_BUILDLINK3 support in the infrastructure files, these had the potential to break existing packages.
Revision 1.9 / (download) - annotate - [select for diffs], Fri Jun 11 18:12:11 2004 UTC (18 years, 7 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.8: +1 -3
lines
Diff to previous 1.8 (colored)
Remove reference to non-existent buildlink2.mk.
Revision 1.8 / (download) - annotate - [select for diffs], Mon Apr 12 21:06:18 2004 UTC (18 years, 9 months ago) by jmmv
Branch: MAIN
Changes since 1.7: +5 -1
lines
Diff to previous 1.7 (colored)
During print-PLIST, do not remove share/gconf nor share/gconf/schemas, and for the later, print a comment telling that it's beeing removed in GConf2.
Revision 1.7 / (download) - annotate - [select for diffs], Wed Feb 11 14:11:05 2004 UTC (18 years, 11 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.6: +7 -1
lines
Diff to previous 1.6 (colored)
Only include "../../devel/GConf2/buildlink3.mk" if the package is really using buildlink3. Include "../../devel/GConf2/buildlink2.mk" if it is using buildlink2 and nothing otherwise.
Revision 1.6 / (download) - annotate - [select for diffs], Wed Feb 11 00:53:57 2004 UTC (18 years, 11 months ago) by xtraeme
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
bl3ify
Revision 1.5 / (download) - annotate - [select for diffs], Sun Dec 28 14:34:08 2003 UTC (19 years, 1 month ago) by jmmv
Branch: MAIN
Changes since 1.4: +6 -3
lines
Diff to previous 1.4 (colored)
Missed to document GCONF2_ENTRIES; do it now.
Revision 1.4 / (download) - annotate - [select for diffs], Sun Dec 28 14:24:49 2003 UTC (19 years, 1 month ago) by jmmv
Branch: MAIN
Changes since 1.3: +4 -2
lines
Diff to previous 1.3 (colored)
Implement a framework to handle .entries files. If a package installs one or more .entries files, it can set GCONF2_ENTRIES to the names of those files and they will get (un)registered at (de)installation time. Installation is handled after .schemas are installed, and uninstallation before .schemas are deinstalled. To achieve this, we need to implement an --unload flag in gconftool-2 to allow clean removal of .entries from the database. This will be fed back to authors. Bump PKGREVISION to 1.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Apr 21 00:12:33 2003 UTC (19 years, 9 months ago) by rh
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Don't crash if GCONF2_SCHEMAS is undefined.
Revision 1.2 / (download) - annotate - [select for diffs], Tue Feb 18 15:54:13 2003 UTC (19 years, 11 months ago) by jmmv
Branch: MAIN
Changes since 1.1: +3 -3
lines
Diff to previous 1.1 (colored)
Use ${.CURDIR} when referencing (de)install templates.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Feb 14 20:04:07 2003 UTC (19 years, 11 months ago) by jmmv
Branch: MAIN
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.