Skip to Content.
Sympa Menu

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

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 (e9a303cdc4239146b6429990a4dba1b6a3777fb4)
  • Date: Sat, 28 Jul 2007 16:39:35 -0500

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

mail/exim/BUILD | 5 +++++
mail/exim/DEPENDS | 7 ++++++-
mail/exim/HISTORY | 4 ++++
3 files changed, 15 insertions(+), 1 deletion(-)

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

exim: Added optional dependency on dovecot for auth

diff --git a/mail/exim/BUILD b/mail/exim/BUILD
index 4d8e3e9..2b097cf 100755
--- a/mail/exim/BUILD
+++ b/mail/exim/BUILD
@@ -147,6 +147,11 @@ then
echo "AUTH_PLAINTEXT=yes" >> Local/Makefile
fi &&

+if list_find "$OPTS" '--enable-dovecot-auth'
+then
+ echo 'AUTH_DOVECOT=yes' >> Local/Makefile
+fi &&
+
if [[ "$EXIM_SPA" == "y" ]]
then
echo "AUTH_SPA=yes" >> Local/Makefile
diff --git a/mail/exim/DEPENDS b/mail/exim/DEPENDS
index ecabd0f..798fc7f 100755
--- a/mail/exim/DEPENDS
+++ b/mail/exim/DEPENDS
@@ -50,4 +50,9 @@ fi &&

if [ "$EXIM_SASL" == "y" ]; then
depends cyrus-sasl
-fi
+fi &&
+
+optional_depends dovecot \
+ '--enable-dovecot-auth' \
+ '--disable-dovecot-auth' \
+ 'for Dovecot POP3/IMAP authentication'
diff --git a/mail/exim/HISTORY b/mail/exim/HISTORY
index ea49321..9aecf86 100644
--- a/mail/exim/HISTORY
+++ b/mail/exim/HISTORY
@@ -1,3 +1,7 @@
+2007-07-28 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Optionally depend on dovecot for authentication
+ * BUILD: Build Dovecot authentication if wanted
+
2007-03-27 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* BUILD: new depends sqlite
* DEPENDS: new depends sqlite



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (e9a303cdc4239146b6429990a4dba1b6a3777fb4), Eric Sandall, 07/28/2007

Archive powered by MHonArc 2.6.24.

Top of Page