Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (f5f492568b594c6a2b6347391457ed126027c227)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (f5f492568b594c6a2b6347391457ed126027c227)
  • Date: Mon, 28 May 2012 15:01:04 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

collab/subversion/DEPENDS | 8 ++++++--
collab/subversion/HISTORY | 3 +++
2 files changed, 9 insertions(+), 2 deletions(-)

New commits:
commit f5f492568b594c6a2b6347391457ed126027c227
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

collab/subversion: added ${INSTALL_ROOT} in zlib and neon in DEPENDS,
need neon with DAV

diff --git a/collab/subversion/DEPENDS b/collab/subversion/DEPENDS
index 6abdd5f..b8e2e4d 100755
--- a/collab/subversion/DEPENDS
+++ b/collab/subversion/DEPENDS
@@ -23,13 +23,17 @@ then
if [[ "$SVN_JAVA" == y ]]; then depends JAVA; fi
fi &&

-optional_depends zlib '--with-zlib=/usr' '--without-zlib' 'for stream
compression support' &&
+optional_depends zlib '--with-zlib=${INSTALL_ROOT}/usr' \
+ '--without-zlib' \
+ 'for stream compression support' &&
optional_depends gettext '--enable-nls' '--disable-nls' 'for language
translations' &&
optional_depends openssl '--with-ssl' '--without-ssl' 'for SSL/TLS support'
&&
optional_depends LIBSASL '--with-sasl' '--without-sasl' 'for Cyrus SASL
authentication' &&

message ""WARNING, disabling neon is not recommended and may break
downloading some svn spells."" &&
-optional_depends neon '--with-neon=/usr' '--without-neon' 'for Subversion
client to support DAV' &&
+optional_depends -sub DAV neon '--with-neon=${INSTALL_ROOT}/usr' \
+ '--without-neon' \
+ 'for Subversion client to support DAV' &&

optional_depends db '--with-berkeley-db' '--without-berkeley-db' 'for
Berkeley DB backend' &&
optional_depends APACHE2 '--with-apxs' '--without-apxs' 'to create Apache 2
modules' &&
diff --git a/collab/subversion/HISTORY b/collab/subversion/HISTORY
index 31bc532..80b58d6 100644
--- a/collab/subversion/HISTORY
+++ b/collab/subversion/HISTORY
@@ -1,3 +1,6 @@
+2012-05-28 Pol Vinogradov <vin.public AT gmail.com>
+ * DEPENDS: added ${INSTALL_ROOT} in zlib and neon, need neon with DAV
+
2011-10-30 Ladislav Hagara <hgr AT vabo.cz>
* CONFIGURE, DEPENDS, BUILD, INSTALL: JAVA bindings added (javahl)




  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (f5f492568b594c6a2b6347391457ed126027c227), Pol Vinogradov, 05/28/2012

Archive powered by MHonArc 2.6.24.

Top of Page