diff options
author | rh <rh> | 2001-04-06 22:00:06 +0000 |
---|---|---|
committer | rh <rh> | 2001-04-06 22:00:06 +0000 |
commit | 412ff2591a73e803d000d535da087f2e7af161a9 (patch) | |
tree | e8c1a6d18bee1c533913bb27ac30d4dd3b56652b /devel/GConf | |
parent | 1b1f3dc03695cc7b23a41a77ce8049cb0ce032d0 (diff) | |
download | pkgsrc-412ff2591a73e803d000d535da087f2e7af161a9.tar.gz |
Update GConf to 1.0.0
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
Diffstat (limited to 'devel/GConf')
-rw-r--r-- | devel/GConf/Makefile | 9 | ||||
-rw-r--r-- | devel/GConf/files/md5 | 4 | ||||
-rw-r--r-- | devel/GConf/files/patch-sum | 9 | ||||
-rw-r--r-- | devel/GConf/patches/patch-ac | 31 | ||||
-rw-r--r-- | devel/GConf/patches/patch-ad | 15 | ||||
-rw-r--r-- | devel/GConf/pkg/PLIST | 9 |
6 files changed, 34 insertions, 43 deletions
diff --git a/devel/GConf/Makefile b/devel/GConf/Makefile index d70e3db593a..f9c399a88f6 100644 --- a/devel/GConf/Makefile +++ b/devel/GConf/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2001/04/02 20:06:15 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2001/04/06 22:00:06 rh Exp $ # -DISTNAME= GConf-0.11 +DISTNAME= GConf-1.0.0 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/GConf/} @@ -9,11 +9,10 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://advogato.org/proj/GConf/ COMMENT= configuration database system used by GNOME -BUILD_USES_MSGFMT= yes -DEPENDS+= gnome-core>=1.2.0:../../x11/gnome-core -DEPENDS+= oaf-*:../../devel/oaf +DEPENDS+= oaf>=0.6.5:../../devel/oaf DEPENDS+= guile>=1.3.4:../../lang/guile +BUILD_USES_MSGFMT= yes GNU_CONFIGURE= YES USE_X11BASE= YES USE_LIBINTL= YES diff --git a/devel/GConf/files/md5 b/devel/GConf/files/md5 index 8e12c49622e..e03d589326b 100644 --- a/devel/GConf/files/md5 +++ b/devel/GConf/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 2000/11/27 14:26:18 rh Exp $ +$NetBSD: md5,v 1.3 2001/04/06 22:00:06 rh Exp $ -MD5 (GConf-0.11.tar.gz) = a31800ed99fc672c99db85cd4466139d +SHA1 (GConf-1.0.0.tar.gz) = 84dad3745e11e91dd683a4172f8d8905b577b7f6 diff --git a/devel/GConf/files/patch-sum b/devel/GConf/files/patch-sum index c003798c931..c97378babc4 100644 --- a/devel/GConf/files/patch-sum +++ b/devel/GConf/files/patch-sum @@ -1,5 +1,6 @@ -$NetBSD: patch-sum,v 1.2 2000/11/27 14:26:18 rh Exp $ +$NetBSD: patch-sum,v 1.3 2001/04/06 22:00:07 rh Exp $ -MD5 (patch-aa) = 45ce132399ac6075e8eaf52ca205c4fd -MD5 (patch-ab) = 253b773d91477f656a8d380edde534d1 -MD5 (patch-ac) = 4a03f2045f359883f42170d3fc7eca24 +SHA1 (patch-aa) = 4249617614234ecb57c84a8f128fdd673ffadc13 +SHA1 (patch-ab) = 5ed3714db2ea0caf36e2a159e89e7915f1604721 +SHA1 (patch-ac) = d346082950ccd2cb1e6ea5d1e17d691384e46da4 +SHA1 (patch-ad) = ba80c589aedd007cd78d455cdee297b8cdb8e89f diff --git a/devel/GConf/patches/patch-ac b/devel/GConf/patches/patch-ac deleted file mode 100644 index 19c2e89e2cb..00000000000 --- a/devel/GConf/patches/patch-ac +++ /dev/null @@ -1,31 +0,0 @@ -$NetBSD: patch-ac,v 1.1 2000/11/27 14:26:18 rh Exp $ - ---- gconf/gconf-glib.c.orig Tue Nov 7 17:37:02 2000 -+++ gconf/gconf-glib.c -@@ -9966,7 +9966,9 @@ - #endif - #include <string.h> - -+#ifdef HAVE_ICONV - #include <iconv.h> -+#endif - #include <errno.h> - - #include "glib.h" -@@ -10482,6 +10484,7 @@ - return retval; - } - -+#ifdef HAVE_ICONV - /* iconv_open() etc. are not thread safe */ - G_LOCK_DEFINE_STATIC (iconv_lock); - -@@ -10580,7 +10583,7 @@ - else - return dest; - } -- -+#endif /* HAVE_ICONV */ - - /*************************************************************/ - diff --git a/devel/GConf/patches/patch-ad b/devel/GConf/patches/patch-ad new file mode 100644 index 00000000000..af3c3a07730 --- /dev/null +++ b/devel/GConf/patches/patch-ad @@ -0,0 +1,15 @@ +$NetBSD: patch-ad,v 1.1 2001/04/06 22:00:07 rh Exp $ + +--- gconf/gconf.h.orig Thu Apr 5 16:35:43 2001 ++++ gconf/gconf.h +@@ -270,9 +270,7 @@ + + extern const char gconf_version[]; + +-#ifdef HAVE_POPT_H +-#include <popt.h> +-#endif ++#include <popt-gnome.h> + + #ifdef POPT_AUTOHELP + /* If people are using popt, then make the table available to them */ diff --git a/devel/GConf/pkg/PLIST b/devel/GConf/pkg/PLIST index e130995e1db..b27df25db88 100644 --- a/devel/GConf/pkg/PLIST +++ b/devel/GConf/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2001/01/04 15:10:25 agc Exp $ +@comment $NetBSD: PLIST,v 1.9 2001/04/06 22:00:08 rh Exp $ bin/gconf-config bin/gconf-config-1 bin/gconfd-1 @@ -29,19 +29,26 @@ lib/libgconf-gtk-1.so lib/libgconf-gtk-1.so.1 lib/libgconf-gtk-1.so.1.0 share/aclocal/gconf-1.m4 +share/locale/az/LC_MESSAGES/GConf.mo share/locale/ca/LC_MESSAGES/GConf.mo share/locale/cs/LC_MESSAGES/GConf.mo share/locale/da/LC_MESSAGES/GConf.mo share/locale/de/LC_MESSAGES/GConf.mo share/locale/el/LC_MESSAGES/GConf.mo +share/locale/es/LC_MESSAGES/GConf.mo share/locale/fi/LC_MESSAGES/GConf.mo share/locale/fr/LC_MESSAGES/GConf.mo share/locale/ga/LC_MESSAGES/GConf.mo +share/locale/hu/LC_MESSAGES/GConf.mo +share/locale/it/LC_MESSAGES/GConf.mo share/locale/ja/LC_MESSAGES/GConf.mo share/locale/ko/LC_MESSAGES/GConf.mo +share/locale/nl/LC_MESSAGES/GConf.mo share/locale/no/LC_MESSAGES/GConf.mo share/locale/pt_BR/LC_MESSAGES/GConf.mo share/locale/ru/LC_MESSAGES/GConf.mo +share/locale/sk/LC_MESSAGES/GConf.mo +share/locale/sl/LC_MESSAGES/GConf.mo share/locale/sv/LC_MESSAGES/GConf.mo share/locale/tr/LC_MESSAGES/GConf.mo share/locale/uk/LC_MESSAGES/GConf.mo |