summaryrefslogtreecommitdiff
path: root/devel/GConf2-ui
AgeCommit message (Collapse)AuthorFilesLines
2004-05-03Update GConf2 and GConf2-ui to 2.6.1:jmmv1-2/+2
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-11No longer used.snj1-22/+0
2004-04-01Update to 2.6.0. Summary of changes unavailable since the previous stablejmmv3-6/+5
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/+2
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-12Replace BUILD_TARGETS with ALL_TARGET; the former is unknown.jmmv1-2/+2
2004-02-12Remove (commented out) do-build target.jmmv1-6/+1
2004-02-11bl3ifyxtraeme2-3/+28
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-23Set PKGREVISION to 2 (moved from Makefile.common).jmmv1-1/+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-14Update to 2.4.0.1 to sync with GConf2. Closes PR pkg/23698 by Min Sik Kim.jmmv2-8/+10
2003-12-13Bump PKGREVISION for atk library major bump.wiz2-4/+4
2003-11-12PKGREVISION++ due to devel/popt update.salo2-4/+4
2003-07-13PKGREVISION bump for libiconv update.wiz2-4/+4
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-3/+4
dependency bumps.
2003-02-14Updated to 2.2.0. Changes since 1.2.1 include:jmmv2-4/+4
* 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-05Initial import of GConf2-ui:jmmv4-0/+52
GConf is a configuration database system, functionally similar to the Windows registry but lots better. It was written for the GNOME desktop but does not require GNOME; configure should notice if GNOME is not installed and compile the basic GConf library anyway. This package installs graphical utilities included in GConf's distribution file. Reviewed by wiz.