Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (692dbebc7478461e673afa2912a9be32158e63a8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (692dbebc7478461e673afa2912a9be32158e63a8)
  • Date: Sun, 10 Jun 2007 11:20:07 -0500

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

crypto/xmlsec/DEPENDS | 12 +++++++++++-
crypto/xmlsec/HISTORY | 3 +++
2 files changed, 14 insertions(+), 1 deletion(-)

New commits:
commit 692dbebc7478461e673afa2912a9be32158e63a8
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

xmlsec: added a fallback backend choice #11486

diff --git a/crypto/xmlsec/DEPENDS b/crypto/xmlsec/DEPENDS
index c9cbce1..c264f91 100755
--- a/crypto/xmlsec/DEPENDS
+++ b/crypto/xmlsec/DEPENDS
@@ -2,6 +2,16 @@ depends pkgconfig '--enable-pkgconfig' &&
depends libxml2 '--with-libxml=/usr' &&

optional_depends libxslt '--with-libxslt=/usr' '--without-libxslt' 'for
XSLT-related functions' &&
+echo &&
+message "You have to pick at least one of the following dependencies!" &&
optional_depends gnutls '--with-gnutls=/usr' '--without-gnutls' 'for
encrypted communications'
optional_depends nss '--with-nss=/usr' '--without-nss' 'for
encrypted communications' &&
-optional_depends openssl '--with-openssl=/usr' '--without-openssl' 'for
encrypted communications'
+optional_depends openssl '--with-openssl=/usr' '--without-openssl' 'for
encrypted communications' &&
+
+if ! is_depends_enabled $SPELL gnutls &&
+ ! is_depends_enabled $SPELL nss &&
+ ! is_depends_enabled $SPELL openssl; then
+
+ message "${PROBLEM_COLOR}No backend was chosen, forcing
openssl!$DEFAULT_COLOR"
+ depends openssl
+fi
diff --git a/crypto/xmlsec/HISTORY b/crypto/xmlsec/HISTORY
index 6318fc1..e271539 100644
--- a/crypto/xmlsec/HISTORY
+++ b/crypto/xmlsec/HISTORY
@@ -1,3 +1,6 @@
+2007-06-10 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DEPENDS: added a fallback backend choice #11486
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.




  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (692dbebc7478461e673afa2912a9be32158e63a8), Jaka Kranjc, 06/10/2007

Archive powered by MHonArc 2.6.24.

Top of Page