diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2004-07-06 19:05:27 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2004-07-06 19:05:27 +0000 |
commit | 7e594bad4d6d7484bdd3c17d57f2f00f8999b78a (patch) | |
tree | d0526ec936f072f0197fb67482c29e245728d161 /mail-mta | |
parent | (no commit message) (diff) | |
download | historical-7e594bad4d6d7484bdd3c17d57f2f00f8999b78a.tar.gz historical-7e594bad4d6d7484bdd3c17d57f2f00f8999b78a.tar.bz2 historical-7e594bad4d6d7484bdd3c17d57f2f00f8999b78a.zip |
fixo
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/sendmail/Manifest | 8 | ||||
-rw-r--r-- | mail-mta/sendmail/sendmail-8.12.10.ebuild | 163 | ||||
-rw-r--r-- | mail-mta/sendmail/sendmail-8.12.11-r1.ebuild | 161 | ||||
-rw-r--r-- | mail-mta/sendmail/sendmail-8.12.11-r2.ebuild | 166 | ||||
-rw-r--r-- | mail-mta/sendmail/sendmail-8.12.11.ebuild | 163 |
5 files changed, 2 insertions, 659 deletions
diff --git a/mail-mta/sendmail/Manifest b/mail-mta/sendmail/Manifest index 4ea520ae6130..07068819563e 100644 --- a/mail-mta/sendmail/Manifest +++ b/mail-mta/sendmail/Manifest @@ -1,10 +1,6 @@ -MD5 5af017162f74a80a1d6b7acb575f8ea8 sendmail-8.12.11-r1.ebuild 5467 -MD5 d71cc176585196659d374fb70b122b72 sendmail-8.12.11.ebuild 5427 MD5 fa4840b12ae4376d983adfcee3c81411 sendmail-8.12.11-r3.ebuild 5835 -MD5 83b51214f130ee515bf573424193c680 sendmail-8.12.10.ebuild 5439 MD5 c84c83bd741f2206431aa50953369af7 ChangeLog 8685 MD5 07aa1897fda73805b9d68a2b82090e5f metadata.xml 218 -MD5 b5c2012e05c7e675a0e714aadca3ef91 sendmail-8.12.11-r2.ebuild 5446 MD5 9cf5b1a30908c5f96f258b835f430865 files/sendmail.cf 39312 MD5 a029154f3bd93696277b71733be6fa11 files/sendmail.mc 929 MD5 bae92533adb7471b10497848f1d32bd9 files/site.config.m4 543 @@ -14,6 +10,6 @@ MD5 b412547381b852586d5d4d6ffcd80b4a files/sendmail-8.12.2-unix.patch 395 MD5 95d58f15432e44c91f8018839f65327c files/sendmail-8.12.6-r1-gentoo.diff 1701 MD5 875d3c33bfa16e73e5e75ecb1d1a9d2b files/sendmail-procmail.cf 39897 MD5 247288da5ccc5b2836791dfffac7fc08 files/sendmail-procmail.mc 987 -MD5 307c5cb0f5eff2b1a4612d3e43d0f5f0 files/sendmail 606 -MD5 dd3f561b90b906938e65e254c0d43c6e files/mailer.conf 1304 +MD5 7bec4d3afc856428b23fe30d1fd0e00d files/sendmail 605 +MD5 37f8b9d5ea3f0896cd72f22eea0ebf48 files/mailer.conf 1303 MD5 4b37f61de2fd8de372a4bd8ab6f92edf files/sendmail-8.12.2-smrsh-paths.patch 5625 diff --git a/mail-mta/sendmail/sendmail-8.12.10.ebuild b/mail-mta/sendmail/sendmail-8.12.10.ebuild deleted file mode 100644 index 19f23cd042df..000000000000 --- a/mail-mta/sendmail/sendmail-8.12.10.ebuild +++ /dev/null @@ -1,163 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.12.10.ebuild,v 1.4 2004/06/28 21:23:52 agriffis Exp $ - -DESCRIPTION="Widely-used Mail Transport Agent (MTA)" -HOMEPAGE="http://www.sendmail.org/" -SRC_URI="ftp://ftp.sendmail.org/pub/${PN}/${PN}.${PV}.tar.gz" - -LICENSE="Sendmail" -SLOT="0" -KEYWORDS="x86 ppc sparc hppa amd64 alpha ia64" -IUSE="ssl ldap sasl berkdb tcpd gdbm mbox" - -DEPEND="!amd64? ( net-dns/hesiod ) - net-mail/mailbase - sys-libs/gdbm - sys-devel/m4 - sasl? ( >=dev-libs/cyrus-sasl-2.1.10 ) - tcpd? ( sys-apps/tcp-wrappers ) - ssl? ( dev-libs/openssl ) - ldap? ( net-nds/openldap ) - || ( - gdbm? ( sys-libs/gdbm ) - berkdb? ( >=sys-libs/db-3.2 ) - sys-libs/gdbm - )" -RDEPEND="${DEPEND} - >=net-mail/mailbase-0.00 - !virtual/mta" -PDEPEND="!mbox? ( mail-filter/procmail )" -PROVIDE="virtual/mta" - -src_unpack() { - unpack ${A} - cd ${S} - - confCCOPTS="${CFLAGS}" - confMAPDEF="-DNEWDB -DNIS -DMAP_REGEX" - confENVDEF="-DXDEBUG=0" - confLIBS="-lnsl -lcrypt" - conf_sendmail_ENVDEF="-DFALSE=0 -DTRUE=1" - conf_sendmail_LIBS="" - use sasl && confLIBS="${confLIBS} -lsasl2" \ - && confENVDEF="${confENVDEF} -DSASL=2" \ - && confCCOPTS="${confCCOPTS} -I/usr/include/sasl" \ - && conf_sendmail_ENVDEF="${conf_sendmail_ENVDEF} -DSASL=2" \ - && conf_sendmail_LIBS="${conf_sendmail_LIBS} -lsasl2" - use tcpd && confENVDEF="${confENVDEF} -DTCPWRAPPERS" \ - && confLIBS="${confLIBS} -lwrap" - use ssl && confENVDEF="${confENVDEF} -DSTARTTLS" \ - && confLIBS="${confLIBS} -lssl -lcrypto" \ - && conf_sendmail_ENVDEF="${conf_sendmail_ENVDEF} -DSTARTTLS" \ - && conf_sendmail_LIBS="${conf_sendmail_LIBS} -lssl -lcrypto" - use ldap && confMAPDEF="${confMAPDEF} -DLDAPMAP" \ - && confLIBS="${confLIBS} -lldap -llber" - if use gdbm || ! use berkdb ; then - confLIBS="${confLIBS} -lgdbm" - fi - sed -e "s:@@confCCOPTS@@:${confCCOPTS}:" \ - -e "s/@@confMAPDEF@@/${confMAPDEF}/" \ - -e "s/@@confENVDEF@@/${confENVDEF}/" \ - -e "s/@@confLIBS@@/${confLIBS}/" \ - -e "s/@@conf_sendmail_ENVDEF@@/${conf_sendmail_ENVDEF}/" \ - -e "s/@@conf_sendmail_LIBS@@/${conf_sendmail_LIBS}/" \ - ${FILESDIR}/site.config.m4 > ${S}/devtools/Site/site.config.m4 -} - -src_compile() { - for x in libmilter libsmutil sendmail mailstats rmail praliases smrsh makemap vacation mail.local - do - pushd ${x} - sh Build - popd - done -} - -src_install () { - OBJDIR="obj.`uname -s`.`uname -r`.`arch`" - dodir /etc/pam.d /usr/bin /usr/include/libmilter /usr/lib - dodir /usr/share/man/man{1,5,8} /usr/sbin /var/log /usr/share/sendmail-cf - dodir /var/spool/{mqueue,clientmqueue} /etc/conf.d - keepdir /var/spool/{clientmqueue,mqueue} - for dir in libmilter libsmutil sendmail mailstats praliases smrsh makemap vacation - do - make DESTDIR=${D} MANROOT=/usr/share/man/man \ - SBINOWN=root SBINGRP=root UBINOWN=root UBINGRP=root \ - MANOWN=root MANGRP=root INCOWN=root INCGRP=root \ - LIBOWN=root LIBGRP=root GBINOWN=root GBINGRP=root \ - MSPQOWN=root CFOWN=root CFGRP=root \ - install -C ${OBJDIR}/${dir} \ - || die "install failed" - done - for dir in rmail mail.local - do - make DESTDIR=${D} MANROOT=/usr/share/man/man \ - SBINOWN=root SBINGRP=root UBINOWN=root UBINGRP=root \ - MANOWN=root MANGRP=root INCOWN=root INCGRP=root \ - LIBOWN=root LIBGRP=root GBINOWN=root GBINGRP=root \ - MSPQOWN=root CFOWN=root CFGRP=root \ - force-install -C ${OBJDIR}/${dir} \ - || die "install failed" - done - fowners root.smmsp /usr/sbin/sendmail - fowners smmsp.smmsp /var/spool/clientmqueue - fperms 770 /var/spool/clientmqueue - fperms 700 /var/spool/mqueue - dosym /usr/sbin/sendmail /usr/lib/sendmail - dosym /usr/sbin/makemap /usr/bin/makemap - dodoc FAQ LICENSE KNOWNBUGS README RELEASE_NOTES doc/op/op.ps - newdoc sendmail/README README.sendmail - newdoc sendmail/SECURITY SECURITY - newdoc sendmail/TUNING TUNING - newdoc smrsh/README README.smrsh - newdoc libmilter/README README.libmilter - newdoc cf/README README.cf - newdoc cf/cf/README README.install-cf - cp -a cf/* ${D}/usr/share/sendmail-cf - insinto /etc/mail - if use mbox - then - doins ${FILESDIR}/{sendmail.cf,sendmail.mc} - else - newins ${FILESDIR}/sendmail-procmail.cf sendmail.cf - newins ${FILESDIR}/sendmail-procmail.mc sendmail.mc - fi - echo "# local-host-names - include all aliases for your machine here" \ - > ${D}/etc/mail/local-host-names - cat << EOF > ${D}/etc/mail/trusted-users -# trusted-users - users that can send mail as others without a warning -# apache, mailman, majordomo, uucp are good candidates -EOF - cat << EOF > ${D}/etc/mail/access -# Check the /usr/share/doc/sendmail/README.cf file for a description -# of the format of this file. (search for access_db in that file) -# The /usr/share/doc/sendmail/README.cf is part of the sendmail-doc -# package. -# -# by default we allow relaying from localhost... -localhost.localdomain RELAY -localhost RELAY -127.0.0.1 RELAY - -EOF -cat << EOF > ${D}/etc/conf.d/sendmail -# Config file for /etc/init.d/sendmail -# add start-up options here -SENDMAIL_OPTS="-bd -q30m -L sm-mta" # default daemon mode -CLIENTMQUEUE_OPTS="-Ac -q30m -L sm-cm" # clientmqueue -KILL_OPTS="" # add -9/-15/your favorite evil SIG level here - -EOF - exeinto /etc/init.d - doexe ${FILESDIR}/sendmail - mkdir -p ${D}/usr/adm/sm.bin/ - touch ${D}/usr/adm/sm.bin/.keep -} - -pkg_postinst() { - - einfo "This ebuild uses mbox support by default. If you are" - einfo "looking for maildir support put -mbox into your USE variables." - -} diff --git a/mail-mta/sendmail/sendmail-8.12.11-r1.ebuild b/mail-mta/sendmail/sendmail-8.12.11-r1.ebuild deleted file mode 100644 index 63e2c03cf8ce..000000000000 --- a/mail-mta/sendmail/sendmail-8.12.11-r1.ebuild +++ /dev/null @@ -1,161 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.12.11-r1.ebuild,v 1.5 2004/06/28 21:23:52 agriffis Exp $ - -DESCRIPTION="Widely-used Mail Transport Agent (MTA)" -HOMEPAGE="http://www.sendmail.org/" -SRC_URI="ftp://ftp.sendmail.org/pub/${PN}/${PN}.${PV}.tar.gz" - -LICENSE="Sendmail" -SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~hppa ~alpha ~ia64" -IUSE="ssl ldap sasl berkdb tcpd gdbm mbox" - -DEPEND="net-dns/hesiod - net-mail/mailbase - sys-libs/gdbm - sys-devel/m4 - sasl? ( >=dev-libs/cyrus-sasl-2.1.10 ) - tcpd? ( sys-apps/tcp-wrappers ) - ssl? ( dev-libs/openssl ) - ldap? ( net-nds/openldap ) - || ( - gdbm? ( sys-libs/gdbm ) - berkdb? ( >=sys-libs/db-3.2 ) - sys-libs/gdbm - )" -RDEPEND="${DEPEND} - >=net-mail/mailbase-0.00 - =net-mail/mailwrapper-0.1" -PDEPEND="!mbox? ( mail-filter/procmail )" -PROVIDE="virtual/mta" - -src_unpack() { - unpack ${A} - cd ${S} - - confCCOPTS="${CFLAGS}" - confMAPDEF="-DNEWDB -DNIS -DMAP_REGEX" - confENVDEF="-DXDEBUG=0" - confLIBS="-lnsl -lcrypt" - conf_sendmail_ENVDEF="-DFALSE=0 -DTRUE=1" - conf_sendmail_LIBS="" - use sasl && confLIBS="${confLIBS} -lsasl2" \ - && confENVDEF="${confENVDEF} -DSASL=2" \ - && confCCOPTS="${confCCOPTS} -I/usr/include/sasl" \ - && conf_sendmail_ENVDEF="${conf_sendmail_ENVDEF} -DSASL=2" \ - && conf_sendmail_LIBS="${conf_sendmail_LIBS} -lsasl2" - use tcpd && confENVDEF="${confENVDEF} -DTCPWRAPPERS" \ - && confLIBS="${confLIBS} -lwrap" - use ssl && confENVDEF="${confENVDEF} -DSTARTTLS" \ - && confLIBS="${confLIBS} -lssl -lcrypto" \ - && conf_sendmail_ENVDEF="${conf_sendmail_ENVDEF} -DSTARTTLS" \ - && conf_sendmail_LIBS="${conf_sendmail_LIBS} -lssl -lcrypto" - use ldap && confMAPDEF="${confMAPDEF} -DLDAPMAP" \ - && confLIBS="${confLIBS} -lldap -llber" - if use gdbm || ! use berkdb ; then - confLIBS="${confLIBS} -lgdbm" - fi - sed -e "s:@@confCCOPTS@@:${confCCOPTS}:" \ - -e "s/@@confMAPDEF@@/${confMAPDEF}/" \ - -e "s/@@confENVDEF@@/${confENVDEF}/" \ - -e "s/@@confLIBS@@/${confLIBS}/" \ - -e "s/@@conf_sendmail_ENVDEF@@/${conf_sendmail_ENVDEF}/" \ - -e "s/@@conf_sendmail_LIBS@@/${conf_sendmail_LIBS}/" \ - ${FILESDIR}/site.config.m4 > ${S}/devtools/Site/site.config.m4 -} - -src_compile() { - for x in libmilter libsmutil sendmail mailstats rmail praliases smrsh makemap vacation mail.local - do - pushd ${x} - sh Build - popd - done -} - -src_install () { - OBJDIR="obj.`uname -s`.`uname -r`.`arch`" - dodir /etc/pam.d /usr/bin /usr/include/libmilter /usr/lib - dodir /usr/share/man/man{1,5,8} /usr/sbin /var/log /usr/share/sendmail-cf - dodir /var/spool/{mqueue,clientmqueue} /etc/conf.d - keepdir /var/spool/{clientmqueue,mqueue} - for dir in libmilter libsmutil sendmail mailstats praliases smrsh makemap vacation - do - make DESTDIR=${D} MANROOT=/usr/share/man/man \ - SBINOWN=root SBINGRP=root UBINOWN=root UBINGRP=root \ - MANOWN=root MANGRP=root INCOWN=root INCGRP=root \ - LIBOWN=root LIBGRP=root GBINOWN=root GBINGRP=root \ - MSPQOWN=root CFOWN=root CFGRP=root \ - install -C ${OBJDIR}/${dir} \ - || die "install failed" - done - for dir in rmail mail.local - do - make DESTDIR=${D} MANROOT=/usr/share/man/man \ - SBINOWN=root SBINGRP=root UBINOWN=root UBINGRP=root \ - MANOWN=root MANGRP=root INCOWN=root INCGRP=root \ - LIBOWN=root LIBGRP=root GBINOWN=root GBINGRP=root \ - MSPQOWN=root CFOWN=root CFGRP=root \ - force-install -C ${OBJDIR}/${dir} \ - || die "install failed" - done - mv ${D}/usr/sbin/sendmail ${D}/usr/sbin/sendmail.sendmail - fowners root:smmsp /usr/sbin/sendmail.sendmail - fowners smmsp:smmsp /var/spool/clientmqueue - fperms 2555 /usr/sbin/sendmail.sendmail - fperms 770 /var/spool/clientmqueue - fperms 700 /var/spool/mqueue - dosym /usr/sbin/sendmail /usr/lib/sendmail - dosym /usr/sbin/makemap /usr/bin/makemap - dodoc FAQ LICENSE KNOWNBUGS README RELEASE_NOTES doc/op/op.ps - newdoc sendmail/README README.sendmail - newdoc sendmail/SECURITY SECURITY - newdoc sendmail/TUNING TUNING - newdoc smrsh/README README.smrsh - newdoc libmilter/README README.libmilter - newdoc cf/README README.cf - newdoc cf/cf/README README.install-cf - cp -a cf/* ${D}/usr/share/sendmail-cf - insinto /etc - doins ${FILESDIR}/mailer.conf - insinto /etc/mail - if use mbox - then - doins ${FILESDIR}/{sendmail.cf,sendmail.mc} - else - newins ${FILESDIR}/sendmail-procmail.cf sendmail.cf - newins ${FILESDIR}/sendmail-procmail.mc sendmail.mc - fi - echo "# local-host-names - include all aliases for your machine here" \ - > ${D}/etc/mail/local-host-names - cat << EOF > ${D}/etc/mail/trusted-users -# trusted-users - users that can send mail as others without a warning -# apache, mailman, majordomo, uucp are good candidates -EOF - cat << EOF > ${D}/etc/mail/access -# Check the /usr/share/doc/sendmail/README.cf file for a description -# of the format of this file. (search for access_db in that file) -# The /usr/share/doc/sendmail/README.cf is part of the sendmail-doc -# package. -# -# by default we allow relaying from localhost... -localhost.localdomain RELAY -localhost RELAY -127.0.0.1 RELAY - -EOF -cat << EOF > ${D}/etc/conf.d/sendmail -# Config file for /etc/init.d/sendmail -# add start-up options here -SENDMAIL_OPTS="-bd -q30m -L sm-mta" # default daemon mode -CLIENTMQUEUE_OPTS="-Ac -q30m -L sm-cm" # clientmqueue -KILL_OPTS="" # add -9/-15/your favorite evil SIG level here - -EOF - exeinto /etc/init.d - doexe ${FILESDIR}/sendmail - dosed 's/} sendmail/} sendmail.sendmail/' /etc/init.d/sendmail - keepdir /usr/adm/sm.bin -} - diff --git a/mail-mta/sendmail/sendmail-8.12.11-r2.ebuild b/mail-mta/sendmail/sendmail-8.12.11-r2.ebuild deleted file mode 100644 index acc79a731518..000000000000 --- a/mail-mta/sendmail/sendmail-8.12.11-r2.ebuild +++ /dev/null @@ -1,166 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.12.11-r2.ebuild,v 1.5 2004/06/28 21:23:52 agriffis Exp $ - -DESCRIPTION="Widely-used Mail Transport Agent (MTA)" -HOMEPAGE="http://www.sendmail.org/" -SRC_URI="ftp://ftp.sendmail.org/pub/${PN}/${PN}.${PV}.tar.gz" - -LICENSE="Sendmail" -SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~hppa ~alpha ~ia64 s390" -IUSE="ssl ldap sasl tcpd mbox milter" - -DEPEND="net-mail/mailbase - sys-devel/m4 - sasl? ( >=dev-libs/cyrus-sasl-2.1.10 ) - tcpd? ( sys-apps/tcp-wrappers ) - ssl? ( dev-libs/openssl ) - ldap? ( net-nds/openldap ) - >=sys-libs/db-3.2 - " -RDEPEND="${DEPEND} - >=net-mail/mailbase-0.00 - =net-mail/mailwrapper-0.1" -PDEPEND="!mbox? ( mail-filter/procmail )" -PROVIDE="virtual/mta" - -src_unpack() { - unpack ${A} - cd ${S} - - confCCOPTS="${CFLAGS}" - confMAPDEF="-DMAP_REGEX" - conf_sendmail_LIBS="" - use sasl && confLIBS="${confLIBS} -lsasl2" \ - && confENVDEF="${confENVDEF} -DSASL=2" \ - && confCCOPTS="${confCCOPTS} -I/usr/include/sasl" \ - && conf_sendmail_ENVDEF="${conf_sendmail_ENVDEF} -DSASL=2" \ - && conf_sendmail_LIBS="${conf_sendmail_LIBS} -lsasl2" - use tcpd && confENVDEF="${confENVDEF} -DTCPWRAPPERS" \ - && confLIBS="${confLIBS} -lwrap" - use ssl && confENVDEF="${confENVDEF} -DSTARTTLS" \ - && confLIBS="${confLIBS} -lssl -lcrypto" \ - && conf_sendmail_ENVDEF="${conf_sendmail_ENVDEF} -DSTARTTLS" \ - && conf_sendmail_LIBS="${conf_sendmail_LIBS} -lssl -lcrypto" - use ldap && confMAPDEF="${confMAPDEF} -DLDAPMAP" \ - && confLIBS="${confLIBS} -lldap -llber" - use milter && confENVDEF="${confENVDEF} -DMILTER" - sed -e "s:@@confCCOPTS@@:${confCCOPTS}:" \ - -e "s/@@confMAPDEF@@/${confMAPDEF}/" \ - -e "s/@@confENVDEF@@/${confENVDEF}/" \ - -e "s/@@confLIBS@@/${confLIBS}/" \ - -e "s/@@conf_sendmail_ENVDEF@@/${conf_sendmail_ENVDEF}/" \ - -e "s/@@conf_sendmail_LIBS@@/${conf_sendmail_LIBS}/" \ - ${FILESDIR}/site.config.m4 > ${S}/devtools/Site/site.config.m4 -} - -src_compile() { - sh Build - - if use milter - then - pushd libmilter - sh Build - popd - fi -} - -src_install () { - OBJDIR="obj.`uname -s`.`uname -r`.`arch`" - dodir /etc/pam.d /usr/bin /usr/lib - dodir /usr/share/man/man{1,5,8} /usr/sbin /var/log /usr/share/sendmail-cf - dodir /var/spool/{mqueue,clientmqueue} /etc/conf.d - keepdir /var/spool/{clientmqueue,mqueue} - for dir in libsmutil sendmail mailstats praliases smrsh makemap vacation editmap - do - make DESTDIR=${D} MANROOT=/usr/share/man/man \ - SBINOWN=root SBINGRP=root UBINOWN=root UBINGRP=root \ - MANOWN=root MANGRP=root INCOWN=root INCGRP=root \ - LIBOWN=root LIBGRP=root GBINOWN=root GBINGRP=root \ - MSPQOWN=root CFOWN=root CFGRP=root \ - install -C ${OBJDIR}/${dir} \ - || die "install failed" - done - for dir in rmail mail.local - do - make DESTDIR=${D} MANROOT=/usr/share/man/man \ - SBINOWN=root SBINGRP=root UBINOWN=root UBINGRP=root \ - MANOWN=root MANGRP=root INCOWN=root INCGRP=root \ - LIBOWN=root LIBGRP=root GBINOWN=root GBINGRP=root \ - MSPQOWN=root CFOWN=root CFGRP=root \ - force-install -C ${OBJDIR}/${dir} \ - || die "install failed" - done - - if use milter - then - dodir /usr/include/libmilter - make DESTDIR=${D} MANROOT=/usr/share/man/man \ - SBINOWN=root SBINGRP=root UBINOWN=root UBINGRP=root \ - MANOWN=root MANGRP=root INCOWN=root INCGRP=root \ - LIBOWN=root LIBGRP=root GBINOWN=root GBINGRP=root \ - MSPQOWN=root CFOWN=root CFGRP=root \ - install -C ${OBJDIR}/libmilter \ - || die "install failed" - fi - - mv ${D}/usr/sbin/sendmail ${D}/usr/sbin/sendmail.sendmail - fowners root:smmsp /usr/sbin/sendmail.sendmail - fowners smmsp:smmsp /var/spool/clientmqueue - fperms 2555 /usr/sbin/sendmail.sendmail - fperms 770 /var/spool/clientmqueue - fperms 700 /var/spool/mqueue - dosym /usr/sbin/sendmail /usr/lib/sendmail - dosym /usr/sbin/makemap /usr/bin/makemap - dodoc FAQ LICENSE KNOWNBUGS README RELEASE_NOTES doc/op/op.ps - newdoc sendmail/README README.sendmail - newdoc sendmail/SECURITY SECURITY - newdoc sendmail/TUNING TUNING - newdoc smrsh/README README.smrsh - - if use milter - then - newdoc libmilter/README README.libmilter - fi - - newdoc cf/README README.cf - newdoc cf/cf/README README.install-cf - cp -a cf/* ${D}/usr/share/sendmail-cf - insinto /etc - doins ${FILESDIR}/mailer.conf - insinto /etc/mail - if use mbox - then - doins ${FILESDIR}/{sendmail.cf,sendmail.mc} - else - newins ${FILESDIR}/sendmail-procmail.cf sendmail.cf - newins ${FILESDIR}/sendmail-procmail.mc sendmail.mc - fi - echo "# local-host-names - include all aliases for your machine here" \ - > ${D}/etc/mail/local-host-names - cat << EOF > ${D}/etc/mail/trusted-users -# trusted-users - users that can send mail as others without a warning -# apache, mailman, majordomo, uucp are good candidates -EOF - cat << EOF > ${D}/etc/mail/access -# Check the /usr/share/doc/sendmail/README.cf file for a description -# of the format of this file. (search for access_db in that file) -# The /usr/share/doc/sendmail/README.cf is part of the sendmail-doc -# package. -# - -EOF -cat << EOF > ${D}/etc/conf.d/sendmail -# Config file for /etc/init.d/sendmail -# add start-up options here -SENDMAIL_OPTS="-bd -q30m -L sm-mta" # default daemon mode -CLIENTMQUEUE_OPTS="-Ac -q30m -L sm-cm" # clientmqueue -KILL_OPTS="" # add -9/-15/your favorite evil SIG level here - -EOF - exeinto /etc/init.d - doexe ${FILESDIR}/sendmail - dosed 's/} sendmail/} sendmail.sendmail/' /etc/init.d/sendmail - keepdir /usr/adm/sm.bin -} diff --git a/mail-mta/sendmail/sendmail-8.12.11.ebuild b/mail-mta/sendmail/sendmail-8.12.11.ebuild deleted file mode 100644 index 97de36908f2e..000000000000 --- a/mail-mta/sendmail/sendmail-8.12.11.ebuild +++ /dev/null @@ -1,163 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.12.11.ebuild,v 1.4 2004/06/28 21:23:52 agriffis Exp $ - -DESCRIPTION="Widely-used Mail Transport Agent (MTA)" -HOMEPAGE="http://www.sendmail.org/" -SRC_URI="ftp://ftp.sendmail.org/pub/${PN}/${PN}.${PV}.tar.gz" - -LICENSE="Sendmail" -SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~hppa ~alpha ~ia64" -IUSE="ssl ldap sasl berkdb tcpd gdbm mbox" - -DEPEND="net-dns/hesiod - net-mail/mailbase - sys-libs/gdbm - sys-devel/m4 - sasl? ( >=dev-libs/cyrus-sasl-2.1.10 ) - tcpd? ( sys-apps/tcp-wrappers ) - ssl? ( dev-libs/openssl ) - ldap? ( net-nds/openldap ) - || ( - gdbm? ( sys-libs/gdbm ) - berkdb? ( >=sys-libs/db-3.2 ) - sys-libs/gdbm - )" -RDEPEND="${DEPEND} - >=net-mail/mailbase-0.00 - !virtual/mta" -PDEPEND="!mbox? ( mail-filter/procmail )" -PROVIDE="virtual/mta" - -src_unpack() { - unpack ${A} - cd ${S} - - confCCOPTS="${CFLAGS}" - confMAPDEF="-DNEWDB -DNIS -DMAP_REGEX" - confENVDEF="-DXDEBUG=0" - confLIBS="-lnsl -lcrypt" - conf_sendmail_ENVDEF="-DFALSE=0 -DTRUE=1" - conf_sendmail_LIBS="" - use sasl && confLIBS="${confLIBS} -lsasl2" \ - && confENVDEF="${confENVDEF} -DSASL=2" \ - && confCCOPTS="${confCCOPTS} -I/usr/include/sasl" \ - && conf_sendmail_ENVDEF="${conf_sendmail_ENVDEF} -DSASL=2" \ - && conf_sendmail_LIBS="${conf_sendmail_LIBS} -lsasl2" - use tcpd && confENVDEF="${confENVDEF} -DTCPWRAPPERS" \ - && confLIBS="${confLIBS} -lwrap" - use ssl && confENVDEF="${confENVDEF} -DSTARTTLS" \ - && confLIBS="${confLIBS} -lssl -lcrypto" \ - && conf_sendmail_ENVDEF="${conf_sendmail_ENVDEF} -DSTARTTLS" \ - && conf_sendmail_LIBS="${conf_sendmail_LIBS} -lssl -lcrypto" - use ldap && confMAPDEF="${confMAPDEF} -DLDAPMAP" \ - && confLIBS="${confLIBS} -lldap -llber" - if use gdbm || ! use berkdb ; then - confLIBS="${confLIBS} -lgdbm" - fi - sed -e "s:@@confCCOPTS@@:${confCCOPTS}:" \ - -e "s/@@confMAPDEF@@/${confMAPDEF}/" \ - -e "s/@@confENVDEF@@/${confENVDEF}/" \ - -e "s/@@confLIBS@@/${confLIBS}/" \ - -e "s/@@conf_sendmail_ENVDEF@@/${conf_sendmail_ENVDEF}/" \ - -e "s/@@conf_sendmail_LIBS@@/${conf_sendmail_LIBS}/" \ - ${FILESDIR}/site.config.m4 > ${S}/devtools/Site/site.config.m4 -} - -src_compile() { - for x in libmilter libsmutil sendmail mailstats rmail praliases smrsh makemap vacation mail.local - do - pushd ${x} - sh Build - popd - done -} - -src_install () { - OBJDIR="obj.`uname -s`.`uname -r`.`arch`" - dodir /etc/pam.d /usr/bin /usr/include/libmilter /usr/lib - dodir /usr/share/man/man{1,5,8} /usr/sbin /var/log /usr/share/sendmail-cf - dodir /var/spool/{mqueue,clientmqueue} /etc/conf.d - keepdir /var/spool/{clientmqueue,mqueue} - for dir in libmilter libsmutil sendmail mailstats praliases smrsh makemap vacation - do - make DESTDIR=${D} MANROOT=/usr/share/man/man \ - SBINOWN=root SBINGRP=root UBINOWN=root UBINGRP=root \ - MANOWN=root MANGRP=root INCOWN=root INCGRP=root \ - LIBOWN=root LIBGRP=root GBINOWN=root GBINGRP=root \ - MSPQOWN=root CFOWN=root CFGRP=root \ - install -C ${OBJDIR}/${dir} \ - || die "install failed" - done - for dir in rmail mail.local - do - make DESTDIR=${D} MANROOT=/usr/share/man/man \ - SBINOWN=root SBINGRP=root UBINOWN=root UBINGRP=root \ - MANOWN=root MANGRP=root INCOWN=root INCGRP=root \ - LIBOWN=root LIBGRP=root GBINOWN=root GBINGRP=root \ - MSPQOWN=root CFOWN=root CFGRP=root \ - force-install -C ${OBJDIR}/${dir} \ - || die "install failed" - done - fowners root.smmsp /usr/sbin/sendmail - fowners smmsp.smmsp /var/spool/clientmqueue - fperms 770 /var/spool/clientmqueue - fperms 700 /var/spool/mqueue - dosym /usr/sbin/sendmail /usr/lib/sendmail - dosym /usr/sbin/makemap /usr/bin/makemap - dodoc FAQ LICENSE KNOWNBUGS README RELEASE_NOTES doc/op/op.ps - newdoc sendmail/README README.sendmail - newdoc sendmail/SECURITY SECURITY - newdoc sendmail/TUNING TUNING - newdoc smrsh/README README.smrsh - newdoc libmilter/README README.libmilter - newdoc cf/README README.cf - newdoc cf/cf/README README.install-cf - cp -a cf/* ${D}/usr/share/sendmail-cf - insinto /etc/mail - if use mbox - then - doins ${FILESDIR}/{sendmail.cf,sendmail.mc} - else - newins ${FILESDIR}/sendmail-procmail.cf sendmail.cf - newins ${FILESDIR}/sendmail-procmail.mc sendmail.mc - fi - echo "# local-host-names - include all aliases for your machine here" \ - > ${D}/etc/mail/local-host-names - cat << EOF > ${D}/etc/mail/trusted-users -# trusted-users - users that can send mail as others without a warning -# apache, mailman, majordomo, uucp are good candidates -EOF - cat << EOF > ${D}/etc/mail/access -# Check the /usr/share/doc/sendmail/README.cf file for a description -# of the format of this file. (search for access_db in that file) -# The /usr/share/doc/sendmail/README.cf is part of the sendmail-doc -# package. -# -# by default we allow relaying from localhost... -localhost.localdomain RELAY -localhost RELAY -127.0.0.1 RELAY - -EOF -cat << EOF > ${D}/etc/conf.d/sendmail -# Config file for /etc/init.d/sendmail -# add start-up options here -SENDMAIL_OPTS="-bd -q30m -L sm-mta" # default daemon mode -CLIENTMQUEUE_OPTS="-Ac -q30m -L sm-cm" # clientmqueue -KILL_OPTS="" # add -9/-15/your favorite evil SIG level here - -EOF - exeinto /etc/init.d - doexe ${FILESDIR}/sendmail - mkdir -p ${D}/usr/adm/sm.bin/ - touch ${D}/usr/adm/sm.bin/.keep -} - -pkg_postinst() { - - einfo "This ebuild uses mbox support by default. If you are" - einfo "looking for maildir support put -mbox into your USE variables." - -} |