Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Kowis (f8d42bdf7da29a4c6f4c276554778496bd6176cf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Kowis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Kowis (f8d42bdf7da29a4c6f4c276554778496bd6176cf)
  • Date: Mon, 11 Sep 2006 00:10:51 -0500

GIT changes to master grimoire by David Kowis <dkowis AT shlrm.org>:

mail/postfix/BUILD | 2 +-
mail/postfix/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit f8d42bdf7da29a4c6f4c276554778496bd6176cf
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

postfix:

This fixes building postfix with cyrus-sasl

diff --git a/mail/postfix/BUILD b/mail/postfix/BUILD
index c3ea503..d174435 100755
--- a/mail/postfix/BUILD
+++ b/mail/postfix/BUILD
@@ -21,7 +21,7 @@ fi &&

if [ "$SASL" == "y" ]; then
AUXLIBS="$AUXLIBS -lsasl2" &&
- CCARGS="$CCARGS -DUSE_SASL_AUTH -I/usr/include/sasl" &&
+ CCARGS="$CCARGS -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl" &&
message "${MESSAGE_COLOR}Cyrus-sasl detected: Using
Cyrus-SASL${DEFAULT_COLOR}"
fi &&

diff --git a/mail/postfix/HISTORY b/mail/postfix/HISTORY
index a8a736d..93acab6 100644
--- a/mail/postfix/HISTORY
+++ b/mail/postfix/HISTORY
@@ -1,3 +1,6 @@
+2006-09-11 David Kowis <dkowis AT shlrm.org>
+ * BUILD: modified the way postfix includes Cyrus SASL support, it
changed...
+
2006-08-14 David Kowis <dkowis AT shlrm.org>
* DETAILS: Version bump 2.3.2
* BUILD: added fixing of manpage_directory



  • [SM-Commit] GIT changes to master grimoire by David Kowis (f8d42bdf7da29a4c6f4c276554778496bd6176cf), David Kowis, 09/11/2006

Archive powered by MHonArc 2.6.24.

Top of Page