Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (2635eef89196589f95e2ca2602d24c87c2f2f8d6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Elisamuel Resto <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (2635eef89196589f95e2ca2602d24c87c2f2f8d6)
  • Date: Tue, 8 Apr 2008 18:07:14 -0500

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?)



  • [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (2635eef89196589f95e2ca2602d24c87c2f2f8d6), Elisamuel Resto, 04/08/2008

Archive powered by MHonArc 2.6.24.

Top of Page