Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (8f542cf0dc2e6a9a867c05a900f1aad489d06637)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Elisamuel Resto <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (8f542cf0dc2e6a9a867c05a900f1aad489d06637)
  • Date: Sat, 19 Apr 2008 11:44:50 -0500

GIT changes to master grimoire by Elisamuel Resto <ryuji AT sourcemage.org>:

collab/subversion/HISTORY | 3 +++
collab/subversion/INSTALL | 4 +++-
http/firefox/HISTORY | 3 +++
http/firefox/INSTALL | 4 ----
4 files changed, 9 insertions(+), 5 deletions(-)

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)

diff --git a/collab/subversion/INSTALL b/collab/subversion/INSTALL
index 0c50146..34778ea 100755
--- a/collab/subversion/INSTALL
+++ b/collab/subversion/INSTALL
@@ -1,8 +1,10 @@
-default_install &&
+default_install &&

+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 &&

# Not recommended by http://www.mozilla.org/build to use
# make install. Manually install the files.



  • [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (8f542cf0dc2e6a9a867c05a900f1aad489d06637), Elisamuel Resto, 04/19/2008

Archive powered by MHonArc 2.6.24.

Top of Page