Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (bf2e1358d052cbd47fedd80cc325eb9472c72b0c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (bf2e1358d052cbd47fedd80cc325eb9472c72b0c)
  • Date: Sun, 19 Apr 2009 17:11:10 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

crypto/cyrus-sasl/DEPENDS | 41 +++++++++++++++++++++++++++++++----------
1 files changed, 31 insertions(+), 10 deletions(-)

New commits:
commit bf2e1358d052cbd47fedd80cc325eb9472c72b0c
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

cyrus-sasl: Cleanup formatting in DEPENDS

diff --git a/crypto/cyrus-sasl/DEPENDS b/crypto/cyrus-sasl/DEPENDS
index 9f64359..15b0e8b 100755
--- a/crypto/cyrus-sasl/DEPENDS
+++ b/crypto/cyrus-sasl/DEPENDS
@@ -4,28 +4,49 @@ depends e2fsprogs &&
depends groff &&
depends libmcrypt &&

-optional_depends openssl "--with-openssl=$INSTALL_ROOT/usr"
'--without-openssl' 'for OpenSSL' &&
+optional_depends openssl \
+ "--with-openssl=$INSTALL_ROOT/usr" \
+ '--without-openssl' \
+ 'for OpenSSL' &&

if [[ "$CS_KERBEROS" == 'y' ]]; then
- optional_depends krb5 \
- "--enable-gssapi=$INSTALL_ROOT/usr" \
- '--disable-gssapi' \
+ optional_depends krb5 \
+ "--enable-gssapi=$INSTALL_ROOT/usr" \
+ '--disable-gssapi' \
'for Kerberos authentication'
fi &&
if [[ "$CS_MECH" =~ 'saslauthd' ]]; then
case "$CS_SASLD" in
shadow) ;; # TODO, didn't find appropriate option for configure
- PAM) optional_depends linux-pam "--with-pam=$INSTALL_ROOT/usr"
'--without-pam' 'saslauthd PAM backend' ;;
- LDAP) optional_depends openldap "--with-ldap=$INSTALL_ROOT/usr"
'--without-ldap' 'saslauthd LDAP backend';;
+ PAM) optional_depends linux-pam \
+ "--with-pam=$INSTALL_ROOT/usr" \
+ '--without-pam' \
+ 'saslauthd PAM backend' ;;
+ LDAP) optional_depends openldap \
+ "--with-ldap=$INSTALL_ROOT/usr" \
+ '--without-ldap' \
+ 'saslauthd LDAP backend';;
KERBEROS) ;; # TODO, what's special about this one?
esac
fi &&
if [[ "$CS_MECH" =~ 'auxprop' ]]; then
case "$CS_DB" in
berkeley) depends db '--with-dblib=berkeley';;
- gdbm) depends gdbm '--with-dblib=gdbm' ;;
+ gdbm) depends gdbm '--with-dblib=gdbm' ;;
esac &&
- optional_depends sqlite2 "--enable-sql --with-sqlite=$INSTALL_ROOT/usr"
'--without-sqlite' 'auxprop SQLite backend' &&
- optional_depends mysql "--enable-sql --with-mysql=$INSTALL_ROOT/usr"
'--without-mysql' 'auxprop MySQL backend' &&
- optional_depends postgresql "--enable-sql --with-pgsql=$INSTALL_ROOT/usr"
'--without-pgsql' 'auxprop PostgreSQL backend'
+
+ optional_depends sqlite2 \
+ "--enable-sql --with-sqlite=$INSTALL_ROOT/usr" \
+ '--without-sqlite' \
+ 'auxprop SQLite backend' &&
+
+ optional_depends mysql \
+ "--enable-sql --with-mysql=$INSTALL_ROOT/usr" \
+ '--without-mysql' \
+ 'auxprop MySQL backend' &&
+
+ optional_depends postgresql \
+ "--enable-sql --with-pgsql=$INSTALL_ROOT/usr" \
+ '--without-pgsql' \
+ 'auxprop PostgreSQL backend'
fi



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (bf2e1358d052cbd47fedd80cc325eb9472c72b0c), Eric Sandall, 04/19/2009

Archive powered by MHonArc 2.6.24.

Top of Page