2009-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454) |
Log message: Remove @dirrm entries from PLISTs |
2009-06-03 14:40:32 by OBATA Akio | Files touched by this commit (5) |
Log message: Remove build dependency on gtk-doc, related to PR#41475. It comes from upstream Bug#562310: http://bugzilla.gnome.org/show_bug.cgi?id=562310 Availability detection of `gtkdoc-rebase' command is depend on the behaviour of `which' command, if `which gtkdoc-rebase' return false, do nothing. It is known as not works as expected on Darwin and Solaris, then failed in unwanted gtkdoc-rebase execution, and abort. It is already fixed in upstream gtk-doc repository, but not released yet(1.12?). So, some packages may contain and be using un-fixed gtk-doc.* files. For easy to determine whether it is fixed or not, check gtk-doc.make contains following commit (not using 'which gtkdoc-rebase', but $(GTKDOC_REBASE) macro): http://git.gnome.org./cgit/gtk-doc/commit/?id=ef5f56ca5fd4a077e6f7a374e8dd333b7a6a8d42 |
2009-05-26 18:55:24 by Thomas Klausner | Files touched by this commit (5) |
Log message: BUILD_DEPEND on gtk-doc (by including its buildlink3.mk file) to get gtkdoc-rebase. Addresses PR 41475 by John D. Baker. |
2009-05-20 01:56:04 by Thomas Klausner | Files touched by this commit (2) |
Log message: Add URL for upstream bug report. |
2009-05-19 10:59:39 by Thomas Klausner | Files touched by this commit (383) |
Log message: Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT block). Uncomment some commented out LICENSE lines while here. |
2009-05-18 10:26:24 by Thomas Klausner | Files touched by this commit (3) | |
Log message: Update to 2.26.2, set LICENSE to gnu-lgpl-v2. 2.26.2 ====== Fixes - Avoid assertion failures in gconf_client_lookup callers (Matthias Clasen) 2.26.1 ====== Fixes - Tracing improvements (Behdad Esfahbod) - Track fully-cached directories in the client (Matthias Clasen) - Improve performance of the markup backend (Michael Meeks) - Make openldap support optional (Gilles Dartiguelongue) - Fix errno usage (Christian Persch) Translation updates (ar, et, kn, or) |
2009-05-16 09:22:04 by Roland Illig | Files touched by this commit (20) |
Log message: cleanup: replaced _PKG_SILENT and _PKG_DEBUG with RUN. |
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message: Simply and speed up buildlink3.mk files and processing. This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time. |
2009-03-17 11:12:25 by Jared D. McNeill | Files touched by this commit (3) |
Log message: Make sure PKG_SYSCONFDIR/gconf.xml.system is created, and patch up hardcoded search path of /etc/gconf in 2/path. |
2009-03-17 09:54:31 by Jared D. McNeill | Files touched by this commit (3) | |
Log message: Update GConf and GConf-ui to 2.26.0. 2.26.0 ====== Fixes - Correct url to gconf website (Kjartan Maraas) - Plug memory leak in error path (Matthias Clasen, Tommi Rantal) - Remove deprecated GTK+ api (Matthias Clasen) Translation updates (as, bg, bn_IN, ca, cs, da, de, el, en_GB, es, eu, fi, fr, gl, gu, he, hi, \ hu, it, ja, kn, ko, lt, lv, ml, mr, nb, nl, or, pl, pt, pt_BR, ro, ru, sv, ta, \ te, th, tr, zh_HK, zh_TW) 2.25.2 ====== Fixes - Correct location of system settings in path configuration (Ray Strode) 2.25.1 ====== Fixes - Missing return in gconftool.c/do_toggle (Magnus Boman) - Fix xml-backend symbol exports on Cygwin (Vincent Untz) - Win32 build fixes (Tor Lillqvist) - Optimizations in the markup backend (Michael Meeks) - Don't hardcode paths in the defaults mechanism (Vincent Untz) - Fix dbus policy for the defaults mechanism (Vincent Untz) Translation updates (bg, ca, de, eu, fi, fr, gu, hu, ja, ko, nl, or, pt. th, vi, zh_HK, zh_TW) 2.25.0 ====== Fixes - Fix various format string warnings (Christian Persch) - Sync saved state to disk before closing (Ray Strode) Features - Add --search-key-regex option to gconftool (Christian Persch) - Add --toggle option to gconftool (Matthias Clasen) Translation updates (ar, da, dz, es, fi, he, nb, pt_BR, sv, uk) |