New commits:
commit 5e70efbd7267ceae5cc4993585abc26aee6b5720
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
at-spi: Fails with multiple make jobs
commit e181b862013bd3ecb16f52f6087cb9b8df98872d
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
at-spi: Quote paths and provide patch message
commit 9759c5aa56d576fd3c6804e84e4126a751e7b69b
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
gtk-doc: Quote paths and provide patch message
diff --git a/gnome2-libs/at-spi/HISTORY b/gnome2-libs/at-spi/HISTORY
index b3a9e7d..9b1d9d5 100644
--- a/gnome2-libs/at-spi/HISTORY
+++ b/gnome2-libs/at-spi/HISTORY
@@ -1,5 +1,7 @@
2010-10-06 Eric Sandall <sandalle AT sourcemage.org>
* PRE_BUILD: Fix new make 3.82 syntax
+ Quote paths and provide patch message
+ * INSTALL: Fails with multiple make jobs
2010-06-13 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.30.1
diff --git a/gnome2-libs/at-spi/INSTALL b/gnome2-libs/at-spi/INSTALL
index 7b17fb6..dfe44aa 100755
--- a/gnome2-libs/at-spi/INSTALL
+++ b/gnome2-libs/at-spi/INSTALL
@@ -1,3 +1,4 @@
+make_single &&
default_install &&
[ -f ${INSTALL_ROOT}/usr/include/at-spi-1.0/libspi/stateset.h ] ||
cp libspi/stateset.h ${INSTALL_ROOT}/usr/include/at-spi-1.0/libspi
diff --git a/gnome2-libs/at-spi/PRE_BUILD b/gnome2-libs/at-spi/PRE_BUILD
index 20de3ee..6c90aa8 100755
--- a/gnome2-libs/at-spi/PRE_BUILD
+++ b/gnome2-libs/at-spi/PRE_BUILD
@@ -1,3 +1,5 @@
default_pre_build &&
-patch $SOURCE_DIRECTORY/Makefile.in \
- $SPELL_DIRECTORY/make.patch
+
+message "${MESSAGE_COLOR}Applying make 3.82 syntax patch...${DEFAULT_COLOR}"
&&
+patch "$SOURCE_DIRECTORY"/Makefile.in \
+ "$SPELL_DIRECTORY"/make.patch
diff --git a/gnome2-libs/gtk-doc/HISTORY b/gnome2-libs/gtk-doc/HISTORY
index 1c9e1b0..5d0fbcc 100644
--- a/gnome2-libs/gtk-doc/HISTORY
+++ b/gnome2-libs/gtk-doc/HISTORY
@@ -1,6 +1,7 @@
2010-10-06 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: PATCHLEVEL++
* PRE_BUILD: Apply bug612028.patch
+ Quote paths and provide patch message
* bug612028.patch: Fix https://bugzilla.gnome.org/show_bug.cgi?id=612028
Fixes eggdbus compilation, even when using '--disable-gtk-doc'