Skip to Content.
Sympa Menu

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

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 (e3642628650696ebf157544ec4cfa42688adbae1)
  • Date: Mon, 21 Jan 2013 14:17:13 -0600

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

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

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

postfix: made pcre support optional

diff --git a/mail/postfix/BUILD b/mail/postfix/BUILD
index 2e88705..14e3213 100755
--- a/mail/postfix/BUILD
+++ b/mail/postfix/BUILD
@@ -9,6 +9,14 @@ install -vm 2775 -d -o mail -g mail
"$INSTALL_ROOT/var/spool/mail" &&
local AUXLIBS="-L$INSTALL_ROOT/usr/lib -L$INSTALL_ROOT/lib -lm" &&
local CCARGS="" &&

+if is_depends_enabled $SPELL pcre; then
+ AUXLIBS="$AUXLIBS -lpcre" &&
+ CCARGS="$CCARGS -DHAS_PCRE" &&
+ message "${MESSAGE_COLOR}PCRE requested: Using PCRE${DEFAULT_COLOR}"
+else
+ CCARGS="$CCARGS -DNO_PCRE"
+fi &&
+
if is_depends_enabled $SPELL openldap; then
AUXLIBS="$AUXLIBS -lldap -llber" &&
CCARGS="$CCARGS -DHAS_LDAP" &&
diff --git a/mail/postfix/DEPENDS b/mail/postfix/DEPENDS
index 61d65ab..130702d 100755
--- a/mail/postfix/DEPENDS
+++ b/mail/postfix/DEPENDS
@@ -1,4 +1,6 @@
-depends pcre &&
+optional_depends pcre \
+ "" "" \
+ "for PCRE tables support" &&

optional_depends db \
"" "" \
diff --git a/mail/postfix/HISTORY b/mail/postfix/HISTORY
index 991cbd1..c85734d 100644
--- a/mail/postfix/HISTORY
+++ b/mail/postfix/HISTORY
@@ -1,3 +1,6 @@
+2013-01-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD, DEPENDS: made pcre optional too
+
2013-01-21 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.9.5; renewed mirror list;
SECURITY_PATCH=1
* BUILD: switched to secure mode mail spool



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e3642628650696ebf157544ec4cfa42688adbae1), Vlad Glagolev, 01/21/2013

Archive powered by MHonArc 2.6.24.

Top of Page