Ends up with tee disabled if you first compiled cairo without it,
even though it was requested:
$ gaze compile cairo
...
Tee: no (disabled, use --enable-tee to enable)
commit 7761b7471bb8a635678685f3f782558b09bb9470
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
thunderbird: cairo is no longer optional (no pure GTK+ option anymore)
checking for application to build... mail
checking if app-specific confvars.sh exists... ./mail/confvars.sh
configure: error: You must specify a default toolkit (perhaps
cairo-gtk2).
From ./configure --help:
--enable-default-toolkit=TK
Select default toolkit
Platform specific defaults:
BeOS - cairo-beos
Mac OS X - cairo-cocoa
Neutrino/QNX - photon
OS/2 - cairo-os2
Win32/WinCE - cairo-windows
Gtk2 with DirectFB - cairo-gtk2-dfb
* - cairo-gtk2
* - cairo-qt
commit bb547a9aed0a8daad21f1ec332105650042aa26b
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
udev: => 177
diff --git a/ChangeLog b/ChangeLog
index bbc99d4..92b1182 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2012-01-14 Vlad Glagolev <stealth AT sourcemage.org>
+ * utils/smem: new spell, tool for meaningful memory reporting
+
2012-01-13 Treeve Jelbert <treeve AT sourcemage.org>
* kernels/kmod: new spell, tool to replace module-init-tools
WEB_SITE=http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
ENTERED=20030725
DOCS="ChangeLog COPYING FAQ README docs/* RELEASE-NOTES"
diff --git a/disk/udev/FINAL b/disk/udev/FINAL
index b812714..9869e28 100755
--- a/disk/udev/FINAL
+++ b/disk/udev/FINAL
@@ -27,3 +27,15 @@ message "\n${PROBLEM_COLOR}About persistent net interfaces
naming:" \
"of\nthe interface by changing the NAME key. Udev will" \
"not erase it.\nThe old configuration stuff with the" \
"DEVICE_MAC field in netconf is now\nobsolete.$DEFAULT_COLOR"
+# udev-174 changes
+message "\n${PROBLEM_COLOR}Udev-174 changes:" \
+ "$DEFAULT_COLOR$MESSAGE_COLOR" \
+ "The udev daemon moved to /lib/udev/udevd"
+# udev-177 changes
+message "\n${PROBLEM_COLOR}Udev-177 changes:" \
+ "$DEFAULT_COLOR$MESSAGE_COLOR" \
+ "udevadm is now in /usr/bin"
+ "'udevadm control --reload-rules' option has been renamed to
'--reload'" \
+# final warning
+message "\n${PROBLEM_COLOR}Check any local scripts and udev rules !!!" \
+ "$DEFAULT_COLOR$MESSAGE_COLOR Read the NEWS file"
diff --git a/disk/udev/HISTORY b/disk/udev/HISTORY
index 3e69ecc..b0f5992 100644
--- a/disk/udev/HISTORY
+++ b/disk/udev/HISTORY
@@ -1,5 +1,18 @@
+2012-01-13 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 177
+ revert to KERNEL_URL
+ only the uncompressed tar is signed
+ add SOURCEHASH instead
+ * DEPENDS: add kmod
+ * BUILD: remove libexecdir and sbindir options
+ * FINAL: add lots of warnings
+ * INSTALL, FINAL, init.d/coldplug: udevadm has moved
+ * init.d/udevd: udevd in now in /usr/libexec/udev
+ * init.d/devices:
+ * init.d/coldplug: udevadm has moved
+
2011-12-20 David Kowis <dkowis AT shlrm.org>
-* BUILD: included logic to handle when systemd is installed
+ * BUILD: included logic to handle when systemd is installed