Skip to Content.
Sympa Menu

sm-commit - Re: [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: Eric Sandall <eric AT sandall.us>
  • To: sm-commit AT lists.ibiblio.org
  • Cc: Vlad Glagolev <stealth AT sourcemage.org>
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0872c65d002c382d0dd3c1b69ebbc7ff453782c4)
  • Date: Fri, 19 Mar 2010 10:57:12 -0700

On Fri, 19 Mar 2010 12:22:00 -0500
Vlad Glagolev <scm AT sourcemage.org> wrote:

> 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
> +

Another fix for stable-0.42? :)

-sandalle

--
Eric Sandall | Source Mage GNU/Linux Developer
eric AT sandall.us PGP: 0xA8EFDD61 | http://www.sourcemage.org/
http://eric.sandall.us/ | http://counter.li.org/ #196285

Attachment: signature.asc
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page