summaryrefslogtreecommitdiff
path: root/devel/GConf/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+2
dependency bumps.
2002-11-30USE_PKGLOCALEDIR, remove unnecessary patches, delint.salo1-1/+2
2002-10-30Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.rh1-1/+2
2002-10-19Track directory layout change at MASTER_SITE_GNOME.rh1-2/+2
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-08-28buildlink1 -> buildlink2jlam1-10/+11
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-1/+1
buildlink2.mk files back into the main trunk.
2002-07-18Patch the various pkgconfig files to include proper -Wl,-R options.rh1-1/+2
Bump PKGREVISION
2002-04-09* Remove unnecessary dependency on guile. The guile wrappers are currentlyjlam1-5/+10
_never_ built, regardless of whether guile is detected or not. * Strongly buildlinkify. * Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE so that the correct libtool is used during the build and installation. * Add a pre-build target to symlink the libxml headers into ${WRKSRC} so that references to <libxml/foo.h> will resolve to <gnome-xml/foo.h>. I imagine that the sources will be fixed to refer to more recent header locations in a future release of GConf.
2002-03-20Update to 1.0.9, bugfix release.wiz1-3/+2
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-1/+2
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-01-15Update GConf to 1.0.7. Changes are mainly bugfixes. In addition, thisrh1-3/+3
now makes use of the real "popt" instead of the skeletion in libgnomesupport.
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+2
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-2/+2
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam1-2/+2
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-10-11Self-applied clue-by-four. No nb1 in DISTNAME.abs1-2/+3
2001-10-11Update GConf to 1.0.4nb1.abs1-2/+5
Automatically install etc/gconf/1/path from etc/gconf/1/path.example if needed (both in Makefile and PLIST), remove obsoleted MESSAGE, and fix a path to work with xpkgwedge.
2001-10-01buildlinkifyrh1-18/+19
2001-08-26Update GConf to 1.0.4. No list of changes is available, but apparentlyrh1-2/+2
GConf-1.0.4 is required for galeon-1.20 as pointed out in private mail by Shin'ichiro TAYA <taya@netbsd.org>
2001-08-11Update GConf to 1.0.3rh1-3/+5
Changes are bugfixes only: * Many robustness issues and crashes fixed * Fixes for bugs where you end up with multiple oafd's
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+2
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-04-19Move BUILD_USES_MSGFMT in DEPENDS section.wiz1-2/+2
2001-04-06Update GConf to 1.0.0rh1-5/+4
Changes include: 2001-03-11 Havoc Pennington <hp@redhat.com> * configure.in: 1.0.0, woo-hoo! 2001-03-06 Havoc Pennington <hp@redhat.com> * configure.in: bump version to 0.51 * gconf/gconfd.c (gconf_main): change the periodic timeout to 15 minutes, to be a bit more aggressive about cleanup. (open_append_handle): add a timeout to close the saved_state filehandle after a short time, to avoid keeping descriptors open. (gconfd_need_log_cleanup): new internal function used to control whether the periodic cleanup function needs to save a log file 2001-02-27 Havoc Pennington <hp@redhat.com> * gconf.spec.in: %define prefix %{_prefix} instead of @prefix@ 2001-02-27 Havoc Pennington <hp@redhat.com> * configure.in: bump version to 0.50 * gconf/gconfd.c (main): Close stdin/stdout/stderr. Also, set the log handler, so we don't need stdout/stderr to see GLib messages, they go to syslog. * configure.in: Turn off debugging by default * gconf/Makefile.am (INCLUDES): set the log domain * gconf/gconftool.c (recurse_subdir_list): the list contains full directory paths to start with, fix from Colm * gconf/gconfd.c (register_database): bugfix from Colm * gconf/gconf.c (lookup_engine): fix from Colm to check that we have an engines hash (gconf_engine_get_for_address): improve warning message, fix from Colm (gconf_engine_remove_dir): new function from Colm, this was implemented on the server side but somehow never exported. * gconf/gconf-database.c (gconf_database_get_persistent_name): Fix from Colm to handle the case of empty databases (no sources). 2001-02-12 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz> * configure.in: Added sk to ALL_LINGUAS. 2001-02-05 Havoc Pennington <hp@redhat.com> File permissions fixes, problem pointed out by Steve Fox. * backends/xml-dir.c (dir_sync): chmod() the XML file after xmlSaveFile creates it * gconf/gconfd.c (main): following Stevens advice for daemons, we were calling umask(0), change to umask(022). We need a predictable umask, but a safer one would be good since this is a per-user daemon not a system daemon. * backends/dir-utils.c (mode_t_to_mode): make this more portable, for paranoia * backends/xml-dir.c (dir_load): We were getting directory permissions from the %gconf.xml file, instead of from the XML root directory. Fix. 2001-02-01 Szabolcs Ban <shooby@gnome.hu> * configure.in: Added lang Hungarian. * po/hu.po: Added. 2001-01-21 Havoc Pennington <hp@pobox.com> * backends/xml-entry.c (schema_subnode_extract_data): don't warn about <local_schema> with no locale field, because that's normal for the default case (schema_node_extract_value): use <local_schema> with no locale if it exists and we don't find anything better * tests/testschemas.c (check_schema_use): fix indentation and mem leaks * gconf/gconftool.c (do_get): print default value from schema * configure.in: Bump version to 0.12
2001-04-02Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing emptywiz1-3/+2
lines.
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+3
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2001-01-29Add automatic ${VARIABLE} handling for MESSAGE files.wiz1-5/+1
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs.
2000-11-27After "bsd.pkg.mk" has been fixed the work arround for "libtool"tron1-5/+1
version 1.3.5nb9 or newer is not required any more.
2000-11-27Update GConf to 0.11. Changes include additional locale files, somerh1-9/+5
minor enhancements, and bugfixes. Most notably, GConf now compiles under non-ELF architectures (tested under NetBSD-1.4.3/i386)
2000-11-27Rename "lib/GConf/1/libgconfbackend-xml.so" totron1-1/+3
"lib/GConf/1/libgconfbackend-xml.so.0.0" during installation until the automatic ELF shared library handling gets fixed.
2000-11-27Fix cut and paste error in last commit.tron1-3/+3
2000-11-27Create link for "gconf-1.m4" in "${LOCALBASE}/share/aclocal" iftron1-1/+4
"xpkwedge" is not used.
2000-11-27Need to substitude "${LOCALBASE}" in the package list.tron1-1/+2
2000-11-27This USEs_LIBINTL, too.wiz1-1/+3
2000-08-30Initial import of GConf-0.8, a configuration database system for GNOME.rh1-0/+34