Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Haley (4b3d63e48479e0548c7ff7ca1ddc98934b1ffa43)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Haley <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Haley (4b3d63e48479e0548c7ff7ca1ddc98934b1ffa43)
  • Date: Tue, 26 Jun 2012 20:19:14 -0500

GIT changes to master grimoire by David Haley <khoralin AT gmail.com>:

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

New commits:
commit 4b3d63e48479e0548c7ff7ca1ddc98934b1ffa43
Author: David Haley <khoralin AT gmail.com>
Commit: David Haley <khoralin AT gmail.com>

Spell Update: subversion

This is a relatively simple update. In casting this for another
spell, this spell would fail during the ./configure phase of casting
with an error stating that zlib was required in order to compile.

Solution; simply change the DEPENDS file to reflect the requirement.
zlib was changed from an optional dependency to a required one.

diff --git a/collab/subversion/DEPENDS b/collab/subversion/DEPENDS
index 2df372e..07e13bc 100755
--- a/collab/subversion/DEPENDS
+++ b/collab/subversion/DEPENDS
@@ -5,6 +5,7 @@ depends autoconf &&
depends bison &&
depends e2fsprogs &&
depends libtool &&
+depends zlib &&

if [[ "$SVN_HEAD" == y ]]; then
depends python
@@ -23,9 +24,6 @@ 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 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' &&
diff --git a/collab/subversion/HISTORY b/collab/subversion/HISTORY
index 3d2186b..1aa9991 100644
--- a/collab/subversion/HISTORY
+++ b/collab/subversion/HISTORY
@@ -1,3 +1,6 @@
+2012-06-26 David C. Haley <khoralin AT gmail.com>
+ * DEPENDS: zlib optional_depends -> depends
+
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



  • [SM-Commit] GIT changes to master grimoire by David Haley (4b3d63e48479e0548c7ff7ca1ddc98934b1ffa43), David Haley, 06/26/2012

Archive powered by MHonArc 2.6.24.

Top of Page