Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0872c65d002c382d0dd3c1b69ebbc7ff453782c4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0872c65d002c382d0dd3c1b69ebbc7ff453782c4)
  • Date: Fri, 19 Mar 2010 12:22:00 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

php-pear/php/DEPENDS | 7 +++++--
php-pear/php/HISTORY | 3 +++
2 files changed, 8 insertions(+), 2 deletions(-)

New commits:
commit 0872c65d002c382d0dd3c1b69ebbc7ff453782c4
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

php: corrected libsasl dependency with openldap

diff --git a/php-pear/php/DEPENDS b/php-pear/php/DEPENDS
index 057a9ce..74772a0 100755
--- a/php-pear/php/DEPENDS
+++ b/php-pear/php/DEPENDS
@@ -181,11 +181,14 @@ optional_depends openldap \
"--with-ldap" "--without-ldap" \
"for LDAP support" &&

-if list_find "${PHP5_OPTS}" "--with-ldap"; then
+if is_depends_enabled $SPELL openldap; then
optional_depends LIBSASL \
"--with-ldap-sasl" "--without-ldap-sasl" \
"for LDAP with Cyrus SASL support" &&
- depends -sub openldap SASL
+
+ if list_find "${PHP5_OPTS}" "--with-ldap-sasl"; then
+ depends -sub openldap SASL
+ fi
fi &&

optional_depends mm \
diff --git a/php-pear/php/HISTORY b/php-pear/php/HISTORY
index 76389cb..f2aae24 100644
--- a/php-pear/php/HISTORY
+++ b/php-pear/php/HISTORY
@@ -1,3 +1,6 @@
+2010-03-19 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: corrected libsasl dependency for openldap
+
2010-03-08 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 5.3.2





Archive powered by MHonArc 2.6.24.

Top of Page