Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Donald Johnson (65e285b17ba8ec1e1d045806b08dd873eeb0f1d3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Donald Johnson <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Donald Johnson (65e285b17ba8ec1e1d045806b08dd873eeb0f1d3)
  • Date: Wed, 16 Sep 2009 18:35:43 -0500

GIT changes to master grimoire by Donald Johnson <ltdonny AT gmail.com>:

collab/subversion/BUILD | 4 ++--
collab/subversion/HISTORY | 3 ---
2 files changed, 2 insertions(+), 5 deletions(-)

New commits:
commit 65e285b17ba8ec1e1d045806b08dd873eeb0f1d3
Author: Donald Johnson <ltdonny AT gmail.com>
Commit: Donald Johnson <ltdonny AT gmail.com>

Revert "subversion: fixed bug #15380"

This reverts commit 1d4e2dea8c995adfbb4f6bac7e574557cd54d0b7.

Bad bug fix.

diff --git a/collab/subversion/BUILD b/collab/subversion/BUILD
index e08fd5e..6f7c09c 100755
--- a/collab/subversion/BUILD
+++ b/collab/subversion/BUILD
@@ -19,9 +19,9 @@ if ! [[ -x configure ]]; then ./autogen.sh; fi &&
if [[ "$(get_spell_provider $SPELL APR)" == "apr" ]] || \
[[ "$(get_spell_provider $SPELL APU)" == "apr-util" ]]; then
CFLAGS="${CFLAGS} $(/usr/bin/apr-1-config --cppflags)" &&
- OPTS="${OPTS} --disable-static --disable-mod-activation --enable-shared
--disable-experimental-libtool"
+ OPTS="${OPTS} --disable-debug --disable-static --disable-mod-activation
--enable-shared --disable-experimental-libtool"
else
- OPTS="${OPTS} --disable-static --disable-mod-activation --enable-shared
--disable-neon-version-check"
+ OPTS="${OPTS} --disable-debug --disable-static --disable-mod-activation
--enable-shared --disable-neon-version-check"
fi &&

SWIG_LDFLAGS="${LDFLAGS}" &&
diff --git a/collab/subversion/HISTORY b/collab/subversion/HISTORY
index 7e2e794..b9fb370 100644
--- a/collab/subversion/HISTORY
+++ b/collab/subversion/HISTORY
@@ -1,6 +1,3 @@
-2009-09-15 Donald Johnson <ltdonny AT gmail.com>
- * BUILD: removed --disable-debug. Fixes bug #15380.
-
2009-08-22 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.6.5




  • [SM-Commit] GIT changes to master grimoire by Donald Johnson (65e285b17ba8ec1e1d045806b08dd873eeb0f1d3), Donald Johnson, 09/16/2009

Archive powered by MHonArc 2.6.24.

Top of Page