Skip to Content.
Sympa Menu

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

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 (a6861911ab753d5cc9bcfb158a0ce0c584f2d2a1)
  • Date: Mon, 28 May 2012 18:51:50 -0500

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

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

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

collab/subversion: fixed DEPENDS completely

diff --git a/collab/subversion/DEPENDS b/collab/subversion/DEPENDS
index b8e2e4d..2df372e 100755
--- a/collab/subversion/DEPENDS
+++ b/collab/subversion/DEPENDS
@@ -1,6 +1,6 @@
depends sqlite &&
-depends APR '--with-apr=/usr' &&
-depends APU '--with-apr-util=/usr' &&
+depends APR "--with-apr=${INSTALL_ROOT}/usr" &&
+depends APU "--with-apr-util=${INSTALL_ROOT}/usr" &&
depends autoconf &&
depends bison &&
depends e2fsprogs &&
@@ -23,17 +23,17 @@ then
if [[ "$SVN_JAVA" == y ]]; then depends JAVA; fi
fi &&

-optional_depends zlib '--with-zlib=${INSTALL_ROOT}/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 -sub DAV neon '--with-neon=${INSTALL_ROOT}/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 557cc88..3d2186b 100644
--- a/collab/subversion/HISTORY
+++ b/collab/subversion/HISTORY
@@ -1,7 +1,8 @@
2012-05-28 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: version 1.7.5, changed SOURCE_URL[0], use ED1A599C.gpg now
for GnuPG checking
- * DEPENDS: added ${INSTALL_ROOT} in zlib and neon, need neon with DAV
+ * DEPENDS: added ${INSTALL_ROOT} in APR, APU zlib and neon, changed
+ quotations need neon with DAV
* 4E24517C.gpg: removed
* ED1A599C.gpg: added Philip Martin's key




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

Archive powered by MHonArc 2.6.24.

Top of Page