summaryrefslogtreecommitdiff
path: root/devel/GConf2
AgeCommit message (Collapse)AuthorFilesLines
2004-07-02Update GConf2 and GConf2-ui to 2.6.3:jmmv2-5/+5
Fixes: - Fix issue with using merged files on a fresh system (Mark) - Documentation fix (Leonardo Quijano Vincenzi)
2004-06-28Move documentation from share/doc/html to share/doc.jmmv2-40/+40
2004-06-28Update GConf2 and GConf2-ui to 2.6.2:jmmv5-50/+8
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)
2004-06-11Remove reference to non-existent buildlink2.mk.minskim1-3/+1
2004-06-11Temporarily disable pkgviews installation, because currently itminskim1-2/+3
breaks other packages when enabled.
2004-06-04Enable pkgviews installation.xtraeme1-1/+3
2004-05-04Remove extra semicolon in variable declaration which breaks build withtron2-1/+14
at least GCC 2.95.3.
2004-05-03Readd note about where this patch is beeing tracked.jmmv2-4/+5
2004-05-03Update GConf2 and GConf2-ui to 2.6.1:jmmv8-105/+66
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 <entry> with only <schema_name> 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)
2004-04-26Unused.wiz1-43/+0
2004-04-12During print-PLIST, do not remove share/gconf nor share/gconf/schemas, andjmmv1-1/+5
for the later, print a comment telling that it's beeing removed in GConf2.
2004-04-07Add missing locale file (ta) to PLIST. Bump PKGREVISION to 2.jmmv2-3/+4
Closes PR pkg/25092 by Kouichirou Hiratsuka.
2004-04-03Add a missing file to PLIST. Noted by Kouichirou Hiratsuka inminskim2-2/+4
PR pkg/25034. Bump PKGREVISION.
2004-04-01Update to 2.6.0. Summary of changes unavailable since the previous stablejmmv9-37/+109
version (just the ChangeLog, but it's usually meaningless). AFAICT, this comes with a new XML backend, aside bug fixes.
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+3
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-11/+8
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-2/+2
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-12Move pkgconfig bl3's inclusion to Makefile.common, so both GConf2 and GConf2-uijmmv2-3/+4
benefit of it.
2004-02-11Only include "../../devel/GConf2/buildlink3.mk" if the package is reallytron1-1/+7
using buildlink3. Include "../../devel/GConf2/buildlink2.mk" if it is using buildlink2 and nothing otherwise.
2004-02-11bl3ifyxtraeme4-12/+54
2004-02-10Explicitly depend on pkgconfig.minskim1-1/+2
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-2/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23The PKGREVISION should be in Makefile, not Makefile.common... so the previousjmmv2-4/+3
bump was expected to be to 3, not 1.
2004-01-23Avoid creating an empty directory that is later not available in binaryjmmv4-4/+20
packages and produces a warning message when pkg_delete'ing. Bump PKGREVISION to 1.
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-28Missed to document GCONF2_ENTRIES; do it now.jmmv1-3/+6
2003-12-28Implement a framework to handle .entries files. If a package installsjmmv6-6/+136
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.
2003-12-14Update to 2.4.0.1, from PR pkg/23697 by Min Sik Kim.jmmv9-385/+52
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
2003-12-09Capitalize first letter of COMMENT.reed1-2/+2
2003-12-04Bump PKGREVISION (libxml2, libxslt and imlib2 were updated).xtraeme1-2/+2
2003-11-12PKGREVISION++ due to devel/popt update.salo2-4/+4
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz2-4/+4
2003-07-03Use ${SH} instead of hardcoding /bin/sh.jmmv1-2/+2
2003-06-20Make this silent if there are no errors.jmmv2-4/+2
2003-05-02Move PKGREVISION from Makefile.common to Makefile.wiz2-3/+3
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-3/+4
dependency bumps.
2003-04-21Don't crash if GCONF2_SCHEMAS is undefined.rh1-2/+2
2003-03-17s/PKGBASE/PKGNAME/ (gives more information, and looks better ;)jmmv2-4/+4
2003-02-24share/gconf is shared with GConf (v1).jmmv1-2/+2
2003-02-18Do not print any message from the wrapper, as it breaks packages when usingjmmv1-2/+1
--get-default-source.
2003-02-18Use ${.CURDIR} when referencing (de)install templates.jmmv1-3/+3
2003-02-18Generate a gconftool-2 script in the buildlink directory that does nothing.jmmv1-1/+14
This prevents packages that do not honour --disable-schemas-install touch the GConf2 database directly.
2003-02-14Updated to 2.2.0. Changes since 1.2.1 include:jmmv13-27/+517
* 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.
2003-02-05Do not set PKGDIR (nor PLIST_SRC, which is not needed now).jmmv1-3/+1
2003-02-05Modify the package for the shortcoming GConf2-ui (which will use thejmmv4-40/+44
new Makefile.common). Reviewed by wiz.
2003-01-25Disable GTK2 support: it's only used by a helper tool. If it's needed somejmmv5-8/+54
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.
2003-01-07Remove gtk-doc dependancy from buildlink2.mkjmmv1-2/+1