CVS log for ports/devel/gconf2/files/Attic/patch-gconf_gconftool.c
Up to [FreeBSD] / ports / devel / gconf2 / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.3
Fri Apr 10 05:55:54 2009 UTC (2 years, 10 months ago) by marcus
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.2: +0 -0 lines
Presenting GNOME 2.26 for FreeBSD. See http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new. On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative for Firefox 2.0 as a Gecko provider. Almost all of the Gecko consumers can make use of this provider by setting: WITH_GECKO=libxul The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen, Martin Matuska, Craig Butler, and Pawel Worach.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Mar 19 05:13:28 2007 UTC (4 years, 10 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_5_EOL, PRE_XORG_7
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -17 lines
Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME releases in that it focuses more on stability and functionality than on new features. Not that it doesn't have its share of new and exciting items. See http://www.gnome.org/start/2.18/ for all the goodies in this release. GNOME 2.18 for FreeBSD would not have been possible without the hard work of the FreeBSD GNOME Team and our intrepid band of testers including J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi, Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen, Phillip Neumann, Franz Klammer, and Neal Delmonico.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri May 5 11:01:31 2006 UTC (5 years, 9 months ago) by jylefort
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Fix the long standing bug which caused newly installed GConf
applications to not pick up their default configuration values unless
gconfd-2 was manually restarted. Now:
- gconftool-2 --makefile-{install|uninstall}-rule will send a SIGHUP
to all the gconfd-2 processes.
- upon receipt of that SIGHUP, gconfd-2 will reload the database and
therefore pick up the added/removed schemas (note that the stock
gconfd-2 already reloaded the database when receiving a SIGHUP, but
only in the periodic cleanup which ran every 30 seconds; I've
modified it to reload the database immediately so that applications
can be started right after they have been installed).
