summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando J. Pereda <ferdy@gentoo.org>2005-06-14 13:42:05 +0000
committerFernando J. Pereda <ferdy@gentoo.org>2005-06-14 13:42:05 +0000
commit24d31d4392fa0efa69193e4c6ce127dfadd302ba (patch)
tree7a86da825e3fad957154ef755f8b63149e1ba531 /mail-mta/sendmail
parentbump version (diff)
downloadgentoo-2-24d31d4392fa0efa69193e4c6ce127dfadd302ba.tar.gz
gentoo-2-24d31d4392fa0efa69193e4c6ce127dfadd302ba.tar.bz2
gentoo-2-24d31d4392fa0efa69193e4c6ce127dfadd302ba.zip
fix for bug #95964. By Andrea Barisani <lcars@gentoo.org>
(Portage version: 2.0.51.19)
Diffstat (limited to 'mail-mta/sendmail')
-rw-r--r--mail-mta/sendmail/ChangeLog6
-rw-r--r--mail-mta/sendmail/sendmail-8.13.1-r1.ebuild5
-rw-r--r--mail-mta/sendmail/sendmail-8.13.3.ebuild5
-rw-r--r--mail-mta/sendmail/sendmail-8.13.4.ebuild5
4 files changed, 14 insertions, 7 deletions
diff --git a/mail-mta/sendmail/ChangeLog b/mail-mta/sendmail/ChangeLog
index 52075173c707..20d46922507f 100644
--- a/mail-mta/sendmail/ChangeLog
+++ b/mail-mta/sendmail/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-mta/sendmail
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/ChangeLog,v 1.31 2005/05/29 16:17:49 ferdy Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/ChangeLog,v 1.32 2005/06/14 13:42:05 ferdy Exp $
+
+ 14 Jun 2005; Fernando J. Pereda <ferdy@gentoo.org>
+ sendmail-8.13.1-r1.ebuild, sendmail-8.13.3.ebuild, sendmail-8.13.4.ebuild:
+ fix for bug #95964. By Andrea Barisani <lcars@gentoo.org>
29 May 2005; Fernando J. Pereda <ferdy@gentoo.org> files/site.config.m4:
fix site.config.m4 wrt #94287
diff --git a/mail-mta/sendmail/sendmail-8.13.1-r1.ebuild b/mail-mta/sendmail/sendmail-8.13.1-r1.ebuild
index 9acdefe52dcd..951f965761fa 100644
--- a/mail-mta/sendmail/sendmail-8.13.1-r1.ebuild
+++ b/mail-mta/sendmail/sendmail-8.13.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.13.1-r1.ebuild,v 1.8 2005/02/19 18:59:06 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.13.1-r1.ebuild,v 1.9 2005/06/14 13:42:05 ferdy Exp $
inherit eutils
@@ -137,7 +137,8 @@ src_install () {
else
newins ${FILESDIR}/sendmail-procmail.mc sendmail.mc
fi
- m4 ${D}/etc/mail/sendmail.mc > ${D}/etc/mail/sendmail.cf
+ m4 ${D}/usr/share/sendmail-cf/m4/cf.m4 ${D}/etc/mail/sendmail.mc \
+ > ${D}/etc/mail/sendmail.cf
echo "# local-host-names - include all aliases for your machine here" \
> ${D}/etc/mail/local-host-names
cat << EOF > ${D}/etc/mail/trusted-users
diff --git a/mail-mta/sendmail/sendmail-8.13.3.ebuild b/mail-mta/sendmail/sendmail-8.13.3.ebuild
index 8621511a31d9..d8e20ff318cf 100644
--- a/mail-mta/sendmail/sendmail-8.13.3.ebuild
+++ b/mail-mta/sendmail/sendmail-8.13.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.13.3.ebuild,v 1.8 2005/04/24 08:19:01 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.13.3.ebuild,v 1.9 2005/06/14 13:42:05 ferdy Exp $
inherit eutils
@@ -137,7 +137,8 @@ src_install () {
else
newins ${FILESDIR}/sendmail-procmail.mc sendmail.mc
fi
- m4 ${D}/etc/mail/sendmail.mc > ${D}/etc/mail/sendmail.cf
+ m4 ${D}/usr/share/sendmail-cf/m4/cf.m4 ${D}/etc/mail/sendmail.mc \
+ > ${D}/etc/mail/sendmail.cf
echo "# local-host-names - include all aliases for your machine here" \
> ${D}/etc/mail/local-host-names
cat <<- EOF > ${D}/etc/mail/trusted-users
diff --git a/mail-mta/sendmail/sendmail-8.13.4.ebuild b/mail-mta/sendmail/sendmail-8.13.4.ebuild
index e760eaf2cb3f..7cdc68576669 100644
--- a/mail-mta/sendmail/sendmail-8.13.4.ebuild
+++ b/mail-mta/sendmail/sendmail-8.13.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.13.4.ebuild,v 1.1 2005/04/05 14:41:27 g2boojum Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.13.4.ebuild,v 1.2 2005/06/14 13:42:05 ferdy Exp $
inherit eutils
@@ -125,7 +125,8 @@ src_install () {
else
newins ${FILESDIR}/sendmail-procmail.mc sendmail.mc
fi
- m4 ${D}/etc/mail/sendmail.mc > ${D}/etc/mail/sendmail.cf
+ m4 ${D}/usr/share/sendmail-cf/m4/cf.m4 ${D}/etc/mail/sendmail.mc \
+ > ${D}/etc/mail/sendmail.cf
echo "# local-host-names - include all aliases for your machine here" \
> ${D}/etc/mail/local-host-names
cat <<- EOF > ${D}/etc/mail/trusted-users