New commits:
commit 8f542cf0dc2e6a9a867c05a900f1aad489d06637
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>
http/firefox: firefox-config.patch was removed, also remove the related
code from INSTALL
commit 9fc8ba99d7a8d02b3862951a38e3771862ec7d0d
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>
collab/subversion: install bindings with single make job, stuff tends to
break otherwise
diff --git a/collab/subversion/HISTORY b/collab/subversion/HISTORY
index c9f40ca..f1b4a23 100644
--- a/collab/subversion/HISTORY
+++ b/collab/subversion/HISTORY
@@ -1,3 +1,6 @@
+2008-04-18 Elisamuel Resto <ryuji AT sourcemage.org>
+ * INSTALL: install bindings with a single make job, stuff tends to
break otherwise
+
2008-04-16 Elisamuel Resto <ryuji AT sourcemage.org>
* BUILD, PRE_BUILD: only apply APR/APU 1.x fixes for APR/APU 1.x
(broke APR/APU 0.x)
+make_single &&
if [[ "$SVN_PERL" == y ]]; then make install-swig-pl; fi &&
if [[ "$SVN_PYTHON" == y ]]; then make install-swig-py; fi &&
if [[ "$SVN_RUBY" == y ]]; then make install-swig-rb; fi &&
+make_normal &&
if [ -d $INSTALL_ROOT/etc/httpd ]; then
cp -f $SCRIPT_DIRECTORY/svn.conf.default $INSTALL_ROOT/etc/httpd/
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 189af5e..48f0f3d 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,6 @@
+2008-04-19 Elisamuel Resto <ryuji AT sourcemage.org>
+ * INSTALL: firefox-config.patch was removed, also remove the related
code
+
2008-04-18 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 2.0.0.14
SECURITY_PATCH++
diff --git a/http/firefox/INSTALL b/http/firefox/INSTALL
index 464c83e..7116f8f 100755
--- a/http/firefox/INSTALL
+++ b/http/firefox/INSTALL
@@ -5,10 +5,6 @@ FIREFOX_HOME=$INSTALL_ROOT/usr/lib/firefox &&
if spell_ok Firebird; then
dispel Firebird
fi &&
-#fix firefox-config file to match installed configuration
-if [ "$FIREFOX_CVS" == "n" ]; then
- patch -p0 < $SCRIPT_DIRECTORY/firefox-config.patch
-fi &&