[SM-Commit] GIT changes to master grimoire by Elisamuel Resto (2635eef89196589f95e2ca2602d24c87c2f2f8d6)
Elisamuel Resto
scm at sourcemage.org
Tue Apr 8 19:07:14 EDT 2008
GIT changes to master grimoire by Elisamuel Resto <ryuji at sourcemage.org>:
mail/exim/BUILD | 5 +++++
mail/exim/CONFIGURE | 1 +
mail/exim/HISTORY | 3 +++
3 files changed, 9 insertions(+)
New commits:
commit 2635eef89196589f95e2ca2602d24c87c2f2f8d6
Author: Elisamuel Resto <ryuji at sourcemage.org>
Commit: Elisamuel Resto <ryuji at sourcemage.org>
mail/exim: added query for IPv6 support in exim
diff --git a/mail/exim/BUILD b/mail/exim/BUILD
index 75dbecd..c87254b 100755
--- a/mail/exim/BUILD
+++ b/mail/exim/BUILD
@@ -81,6 +81,11 @@ elif [[ "$EXIM_TLS" == "openssl" ]]; then
echo "TLS_LIBS=-lssl -lcrypto" >> Local/Makefile
fi &&
+if [[ "$EXIM_IPV6" == "y" ]]
+then
+ echo "HAVE_IPV6=yes" >> Local/Makefile
+fi &&
+
if [[ "$EXIM_MAILDIR" == "y" ]]
then
echo "SUPPORT_MAILDIR=yes" >> Local/Makefile
diff --git a/mail/exim/CONFIGURE b/mail/exim/CONFIGURE
index a2d1eb5..c88335e 100755
--- a/mail/exim/CONFIGURE
+++ b/mail/exim/CONFIGURE
@@ -1,3 +1,4 @@
+config_query EXIM_IPV6 "Enable IPv6 support?" n &&
config_query EXIM_MAILDIR "Support maildir for appendfile transport?" n &&
config_query EXIM_MAILSTORE "Support mailstore for appendfile transport?" n &&
config_query EXIM_MBX "Support MBX for appendfile transport?" n &&
diff --git a/mail/exim/HISTORY b/mail/exim/HISTORY
index cc07492..5138f1f 100644
--- a/mail/exim/HISTORY
+++ b/mail/exim/HISTORY
@@ -1,3 +1,6 @@
+2008-04-08 Elisamuel Resto <ryuji at sourcemage.org>
+ * BUILD, CONFIGURE: added query for IPv6 support in exim
+
2008-03-13 Eric Sandall <sandalle at sourcemage.org>
* DETAILS: Updated to 4.69
SOURCE2 is now .asc instead of .sig (yeah?)
More information about the SM-Commit
mailing list