Skip to Content.
Sympa Menu

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

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 (123bfc998a3e7591bd2db32a7d317d876b3da3e8)
  • Date: Tue, 31 Mar 2009 06:59:19 -0500

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

mail/exim/BUILD | 1 +
mail/exim/DETAILS | 1 +
mail/exim/HISTORY | 4 ++++
3 files changed, 6 insertions(+)

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

exim: fixed SYSTEM_ALIASES_FILE in compilation process

diff --git a/mail/exim/BUILD b/mail/exim/BUILD
index 378bdcf..b14a321 100755
--- a/mail/exim/BUILD
+++ b/mail/exim/BUILD
@@ -182,6 +182,7 @@ echo "BIN_DIRECTORY=/usr/sbin" >>
Local/Makefile &&
echo "CONFIGURE_FILE=/etc/exim.conf" >> Local/Makefile &&
echo "SPOOL_DIRECTORY=/var/spool/mail" >> Local/Makefile &&
echo "LOG_FILE_PATH=/var/log/exim_%s:" >> Local/Makefile &&
+echo "SYSTEM_ALIASES_FILE=/etc/aliases" >> Local/Makefile &&
echo "CFLAGS=$CFLAGS" >> Local/Makefile &&
echo "EXIM_UID=`id -u exim`" >> Local/Makefile &&
echo "EXIM_GID=`id -g exim`" >> Local/Makefile &&
diff --git a/mail/exim/DETAILS b/mail/exim/DETAILS
index f55b9f9..959909b 100755
--- a/mail/exim/DETAILS
+++ b/mail/exim/DETAILS
@@ -1,5 +1,6 @@
SPELL=exim
VERSION=4.69
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_GPG="exim.gpg:$SOURCE2:VERIFIED_UPSTREAM_KEY"
diff --git a/mail/exim/HISTORY b/mail/exim/HISTORY
index b6a026b..f36dafa 100644
--- a/mail/exim/HISTORY
+++ b/mail/exim/HISTORY
@@ -1,3 +1,7 @@
+2009-03-31 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: PATCHLEVEL=1
+ * BUILD: corrected SYSTEM_ALIASES_FILE path
+
2009-02-06 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* CONFIGURE: add fallback query for the DBM




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (123bfc998a3e7591bd2db32a7d317d876b3da3e8), Vlad Glagolev, 03/31/2009

Archive powered by MHonArc 2.6.24.

Top of Page