Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Kowis (416b5efbc1fb174d0084b3cd9291803996343033)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Kowis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Kowis (416b5efbc1fb174d0084b3cd9291803996343033)
  • Date: Thu, 26 Oct 2006 14:40:00 -0500

GIT changes to master grimoire by David Kowis <dkowis AT melchiah.shlrm.org>:

collab/subversion/CONFIGURE | 3 ---
collab/subversion/DEPENDS | 10 ++--------
collab/subversion/HISTORY | 4 ++++
3 files changed, 6 insertions(+), 11 deletions(-)

New commits:
commit 416b5efbc1fb174d0084b3cd9291803996343033
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT melchiah.shlrm.org>

subversion
removed dependency on apr0 and aprutil0 for perl bindings.
It works! alley_cat and I verified it :)

diff --git a/collab/subversion/CONFIGURE b/collab/subversion/CONFIGURE
index 38b5e82..ce93cc6 100755
--- a/collab/subversion/CONFIGURE
+++ b/collab/subversion/CONFIGURE
@@ -5,8 +5,5 @@ function spell_ok_yesno {

config_query SVN_HEAD 'Download latest Subversion source code?' n &&
config_query SVN_PERL 'Install Subversion bindings for Perl?'
$(spell_ok_yesno perl) &&
-if [ "$SVN_PERL" == "y" ]; then
- NEEDSAPR0=y
-fi &&
config_query SVN_PYTHON 'Install Subversion bindings for Python?'
$(spell_ok_yesno python) &&
config_query SVN_RUBY 'Install Subversion bindings for Ruby?'
$(spell_ok_yesno ruby)
diff --git a/collab/subversion/DEPENDS b/collab/subversion/DEPENDS
index 3dc4847..3e83a36 100755
--- a/collab/subversion/DEPENDS
+++ b/collab/subversion/DEPENDS
@@ -1,14 +1,8 @@
depends autoconf &&
depends libtool &&
depends bison &&
-
-if [ "$NEEDSAPR0" == "y" ]; then
- depends apr0 '--with-apr=/usr' &&
- depends apr-util0 '--with-apr-util=/usr'
-else
- depends APR '--with-apr=/usr' &&
- depends APU '--with-apr-util=/usr'
-fi &&
+depends APR '--with-apr=/usr' &&
+depends APU '--with-apr-util=/usr' &&

if [[ "$SVN_HEAD" == y ]]; then
depends python
diff --git a/collab/subversion/HISTORY b/collab/subversion/HISTORY
index 1f12dd1..80344de 100644
--- a/collab/subversion/HISTORY
+++ b/collab/subversion/HISTORY
@@ -1,3 +1,7 @@
+2006-10-16 David Kowis <dkowis AT shlrm.org>
+ * CONFIGURE: removed NEEDSAPR0 for perl bindings
+ * DEPENDS: removed NEEDSAPR0 logic
+
2006-10-08 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to version 1.4.0
* CONFIGURE: If building with perl bindings requires apr0/apr-util0




Archive powered by MHonArc 2.6.24.

Top of Page