pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/sendmail812 Removal of sendmail 8.12.x branch fro...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/94d77c7c6f3f
branches:  trunk
changeset: 527956:94d77c7c6f3f
user:      jnemeth <jnemeth%pkgsrc.org@localhost>
date:      Tue Apr 17 10:25:33 2007 +0000

description:
Removal of sendmail 8.12.x branch from pkgsrc.  We already have the
8.13.x and will soon have the 8.14.x branches in pkgsrc.

diffstat:

 mail/sendmail812/DESCR                               |    8 -
 mail/sendmail812/MESSAGE                             |   21 -
 mail/sendmail812/Makefile                            |   89 -------
 mail/sendmail812/Makefile.common                     |   57 -----
 mail/sendmail812/PLIST                               |  215 -------------------
 mail/sendmail812/distinfo                            |   20 -
 mail/sendmail812/files/mailer.conf                   |   10 -
 mail/sendmail812/files/site.config.m4                |   24 --
 mail/sendmail812/files/site.config.m4-db2            |    5 -
 mail/sendmail812/files/site.config.m4-db4            |    5 -
 mail/sendmail812/files/site.config.m4-ldap           |    5 -
 mail/sendmail812/files/site.config.m4-milter         |    4 -
 mail/sendmail812/files/site.config.m4-sasl2          |    5 -
 mail/sendmail812/files/site.config.m4-solaris        |    9 -
 mail/sendmail812/files/site.config.m4-starttls       |    5 -
 mail/sendmail812/files/site.config.m4-tcpwrappers    |    5 -
 mail/sendmail812/files/site.config.m4-v6             |    4 -
 mail/sendmail812/files/site.config.m4-v6-not-solaris |    3 -
 mail/sendmail812/options.mk                          |   66 -----
 mail/sendmail812/patches/patch-aa                    |   25 --
 mail/sendmail812/patches/patch-ab                    |   12 -
 mail/sendmail812/patches/patch-ac                    |   12 -
 mail/sendmail812/patches/patch-ad                    |   12 -
 mail/sendmail812/patches/patch-ae                    |   12 -
 mail/sendmail812/patches/patch-af                    |   14 -
 mail/sendmail812/patches/patch-ag                    |   38 ---
 mail/sendmail812/patches/patch-ah                    |   22 -
 mail/sendmail812/patches/patch-ai                    |  103 ---------
 mail/sendmail812/patches/patch-aj                    |   21 -
 mail/sendmail812/patches/patch-ak                    |    8 -
 mail/sendmail812/patches/patch-al                    |   12 -
 31 files changed, 0 insertions(+), 851 deletions(-)

diffs (truncated from 975 to 300 lines):

diff -r 935ca24198b8 -r 94d77c7c6f3f mail/sendmail812/DESCR
--- a/mail/sendmail812/DESCR    Tue Apr 17 10:16:53 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-Sendmail acts a unified "post office" to which all mail can be submitted.
-Address interpretation is controlled by a production system, which can
-parse both domain-based addressing and old-style "ad hoc" addresses.
-The production system is powerful enough to rewrite addresses in the message
-header to conform to the standards of a number of common target networks,
-including old (NCP/RFC733) Arpanet, new (TCP/RFC822) Arpanet, UUCP, and
-Phonenet. Sendmail also implements an SMTP server, message queueing, and
-aliasing.
diff -r 935ca24198b8 -r 94d77c7c6f3f mail/sendmail812/MESSAGE
--- a/mail/sendmail812/MESSAGE  Tue Apr 17 10:16:53 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.2 2006/10/12 21:05:25 tv Exp $
-
-To use "${PKGNAME}" as the system's mail transport agent you have
-to install "${PREFIX}/share/examples/sendmail/mailer.conf" as global
-mailwrapper configuration file.  The command below will do that for you:
-
-ln -fs ${PREFIX}/share/examples/sendmail/mailer.conf /etc/mailer.conf
-
-If you are changing the database format used by sendmail you must run
-"newaliases" and "makemap" in order to re-create the databases.
-
-You may also need to install (and/or customize) the configuration files
-for Sendmail before it will be operational.  "cd" to the directory
-
-    ${PREFIX}/share/sendmail/cf
-
-and read the file README for instructions on creating and installing
-configuration files.
-
-===========================================================================
diff -r 935ca24198b8 -r 94d77c7c6f3f mail/sendmail812/Makefile
--- a/mail/sendmail812/Makefile Tue Apr 17 10:16:53 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,89 +0,0 @@
-# $NetBSD: Makefile,v 1.14 2006/10/12 21:05:25 tv Exp $
-
-.include "options.mk"
-.include "../../mail/sendmail812/Makefile.common"
-
-PKGNAME=       sendmail-${DIST_VERS}
-PKGREVISION=   5
-COMMENT=       The well known Mail Transport Agent
-HAS_SIG=       yes
-
-CONFLICTS+=    courier-mta-[0-9]* fastforward>=0.51nb2 postfix-[0-9]*
-
-MESSAGE_SRC=   ${WRKDIR}/.MESSAGE_SRC
-PLIST_SRC=     ${WRKDIR}/.PLIST_SRC
-
-PKG_GROUPS=            smmsp
-PKG_USERS=             smmsp:smmsp
-PKG_GECOS.smmsp=       Sendmail Message Submission Program
-
-# Not OWN_DIRS, so that the admin doesn't get a suggestion to delete the
-# queue dirs if they are nonempty at deinstall (probably undesirable).
-#
-MAKE_DIRS_PERMS+=      /var/spool/clientmqueue smmsp smmsp 0770
-MAKE_DIRS_PERMS+=      /var/spool/mqueue ${ROOT_USER} ${ROOT_GROUP} 0755
-
-post-patch: make-sendmail-siteconfig
-.if !empty(PKG_OPTIONS:Mtcpwrappers)
-       ${CAT} ${FILESDIR}/site.config.m4-tcpwrappers >>${SITECONFIG}
-       ${ECHO} -n ' TCPWRAPPERS' >>${DESCR_SRC}
-.endif
-.if !empty(PKG_OPTIONS:Mldap)
-       ${CAT} ${FILESDIR}/site.config.m4-ldap >>${SITECONFIG}
-       ${ECHO} -n ' LDAP' >>${DESCR_SRC}
-.endif
-.if !empty(PKG_OPTIONS:Mdb4)
-       ${CAT} ${FILESDIR}/site.config.m4-db4 >>${SITECONFIG}
-       ${ECHO} -n ' DB4' >>${DESCR_SRC}
-.elif !empty(PKG_OPTIONS:Mdb2)
-       ${CAT} ${FILESDIR}/site.config.m4-db2 >>${SITECONFIG}
-       ${ECHO} -n ' DB2' >>${DESCR_SRC}
-.endif
-.if !empty(PKG_OPTIONS:Mtls)
-       ${CAT} ${FILESDIR}/site.config.m4-starttls >>${SITECONFIG}
-       ${ECHO} -n ' STARTTLS' >>${DESCR_SRC}
-.endif
-.if !empty(PKG_OPTIONS:Msasl)
-       ${CAT} ${FILESDIR}/site.config.m4-sasl2 >>${SITECONFIG}
-       ${ECHO} -n ' SASL2' >>${DESCR_SRC}
-.endif
-       ${ECHO} >>${DESCR_SRC}
-
-do-build:
-       @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ./Build)
-
-post-build:
-       ${SED} -e 's#@@PREFIX@@#${PREFIX}#g' \
-         <${FILESDIR}/mailer.conf >${WRKDIR}/mailer.conf.sendmail
-       ${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
-       ${CP} ${PKGDIR}/MESSAGE ${MESSAGE_SRC}
-.if !empty(PKG_OPTIONS:Mdb2)
-       ${ECHO} "" >>${MESSAGE_SRC}
-       ${ECHO} "If you are upgrading from \"sendmail\" 8.8.x don't forget to rebuild all" >>${MESSAGE_SRC}
-       ${ECHO} "databases with \"${PREFIX}/bin/newaliases\" and \"${PREFIX}/sbin/makemap\"." >>${MESSAGE_SRC}
-       ${ECHO} >>${PLIST_SRC} "@exec mv -f /usr/sbin/makemap /usr/sbin/makemap.8.8 || true"
-       ${ECHO} >>${PLIST_SRC} "@unexec mv -f /usr/sbin/makemap.8.8 /usr/sbin/makemap || true"
-.endif
-
-pre-install:
-       ${INSTALL_DATA_DIR} ${PREFIX}/libexec/sendmail
-
-post-install:
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/sendmail
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/sendmail
-       ${INSTALL_DATA} ${WRKDIR}/mailer.conf.sendmail ${PREFIX}/share/examples/sendmail/mailer.conf
-       cd ${WRKSRC}/cf && ${PAX} -rw -pp -pm . ${PREFIX}/share/sendmail
-       ${CHOWN} -R ${BINOWN}:${BINGRP} ${PREFIX}/share/sendmail
-.if !empty(PKG_OPTIONS:Mdb2)
-       ${MV} -f /usr/sbin/makemap /usr/sbin/makemap.8.8 || ${TRUE}
-.endif
-       ${INSTALL_DATA} ${WRKSRC}/obj.`uname -srm | ${TR} \  . | ${TR} \/ - | ${SED} s/sun4./sun4/`/libsm/libsm.a \
-               ${PREFIX}/lib
-       ${INSTALL_DATA} \
-               ${WRKSRC}/obj.`uname -srm | ${TR} \  . | ${TR} \/ - | ${SED} s/sun4./sun4/`/libsmutil/libsmutil.a \
-               ${PREFIX}/lib
-
-.include "../../mk/bsd.pkg.mk"
-
-# has to be below include for bsd.pkg.mk, else substition fails
-OBJDIR!=       ${ECHO} obj.`uname -srm | ${TR} \  . | ${TR} \/ -`
diff -r 935ca24198b8 -r 94d77c7c6f3f mail/sendmail812/Makefile.common
--- a/mail/sendmail812/Makefile.common  Tue Apr 17 10:16:53 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,57 +0,0 @@
-# $NetBSD: Makefile.common,v 1.14 2007/04/06 00:20:33 tv Exp $
-#
-# Makefile fragment [formerly] shared with libmilter
-#
-
-DISTNAME=      sendmail.${DIST_VERS}
-CATEGORIES=    mail
-MASTER_SITES=  ftp://ftp.sendmail.org/pub/sendmail/ \
-               ftp://ftp.sendmail.org/pub/sendmail/past-releases/ \
-               ftp://ftp.fu-berlin.de/pub/unix/mail/sendmail/ \
-               ftp://ftp.kyoto.wide.ad.jp/pub/mail/sendmail/
-
-PATCH_SITES=   ${MASTER_SITES}
-PATCHFILES=    8.12.11.p0
-
-MAINTAINER=    jnemeth%NetBSD.org@localhost
-HOMEPAGE=      http://www.sendmail.org/
-
-LICENSE=       no-profit
-
-DISTINFO_FILE= ${.CURDIR}/../../mail/sendmail812/distinfo
-FILESDIR=      ${.CURDIR}/../../mail/sendmail812/files
-PATCHDIR=      ${.CURDIR}/../../mail/sendmail812/patches
-
-DIST_VERS=     8.12.11
-
-MAKE_ENV+=     BSD_BINOWN=${BINOWN:Q} BSD_BINGRP=${BINGRP:Q} \
-               BSD_MANOWN=${MANOWN:Q} BSD_MANGRP=${MANGRP:Q} \
-               BUILDLINK_DIR=${BUILDLINK_DIR:Q}
-SITECONFIG=    ${WRKSRC}/devtools/Site/site.config.m4
-
-DESCR_SRC=     ${WRKDIR}/.DESCR_SRC
-
-WRKSRC=                ${WRKDIR}/sendmail-${DIST_VERS}
-USE_TOOLS+=    gm4
-MAKE_ENV+=     M4=${TOOLS_M4:Q}
-
-.include "../../mk/bsd.prefs.mk"
-
-make-sendmail-siteconfig:
-       ${CP} ${FILESDIR}/site.config.m4 ${SITECONFIG}
-       ${CHMOD} +w ${SITECONFIG}
-       ${CP} ${PKGDIR}/DESCR ${DESCR_SRC}
-       ${ECHO} '---' >>${DESCR_SRC}
-       ${ECHO} -n 'compiled features:' >>${DESCR_SRC}
-.if !empty(PKG_OPTIONS:Minet6)
-       ${CAT} ${FILESDIR}/site.config.m4-v6 >>${SITECONFIG}
-.if ${OPSYS} != "SunOS" && ${OPSYS} != "BSDOS"
-       ${CAT} ${FILESDIR}/site.config.m4-v6-not-solaris >>${SITECONFIG}
-.endif
-       ${ECHO} -n ' INET6' >>${DESCR_SRC}
-.endif
-.if ${OPSYS} == "SunOS"
-       ${CAT} ${FILESDIR}/site.config.m4-solaris >>${SITECONFIG}
-.endif
-       ${CAT} ${FILESDIR}/site.config.m4-milter >>${SITECONFIG}
-       ${ECHO} -n ' MILTER' >>${DESCR_SRC}
diff -r 935ca24198b8 -r 94d77c7c6f3f mail/sendmail812/PLIST
--- a/mail/sendmail812/PLIST    Tue Apr 17 10:16:53 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,215 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2006/10/12 21:05:25 tv Exp $
-bin/hoststat
-bin/mailq
-bin/newaliases
-bin/purgestat
-bin/vacation
-lib/libsm.a
-lib/libsmutil.a
-libexec/sendmail/sendmail
-libexec/sendmail/smrsh
-man/man1/mailq.1
-man/man1/newaliases.1
-man/man1/vacation.1
-man/man5/aliases.5
-man/man8/editmap.8
-man/man8/mailstats.8
-man/man8/makemap.8
-man/man8/praliases.8
-man/man8/sendmail.8
-man/man8/smrsh.8
-sbin/editmap
-sbin/mailstats
-sbin/makemap
-sbin/praliases
-share/examples/sendmail/mailer.conf
-share/misc/helpfile
-share/sendmail/README
-share/sendmail/cf/Build
-share/sendmail/cf/Makefile
-share/sendmail/cf/README
-share/sendmail/cf/chez.cs.mc
-share/sendmail/cf/clientproto.mc
-share/sendmail/cf/cs-hpux10.mc
-share/sendmail/cf/cs-hpux9.mc
-share/sendmail/cf/cs-osf1.mc
-share/sendmail/cf/cs-solaris2.mc
-share/sendmail/cf/cs-sunos4.1.mc
-share/sendmail/cf/cs-ultrix4.mc
-share/sendmail/cf/cyrusproto.mc
-share/sendmail/cf/generic-bsd4.4.cf
-share/sendmail/cf/generic-bsd4.4.mc
-share/sendmail/cf/generic-hpux10.cf
-share/sendmail/cf/generic-hpux10.mc
-share/sendmail/cf/generic-hpux9.cf
-share/sendmail/cf/generic-hpux9.mc
-share/sendmail/cf/generic-linux.cf
-share/sendmail/cf/generic-linux.mc
-share/sendmail/cf/generic-mpeix.cf
-share/sendmail/cf/generic-mpeix.mc
-share/sendmail/cf/generic-nextstep3.3.cf
-share/sendmail/cf/generic-nextstep3.3.mc
-share/sendmail/cf/generic-osf1.cf
-share/sendmail/cf/generic-osf1.mc
-share/sendmail/cf/generic-solaris.cf
-share/sendmail/cf/generic-solaris.mc
-share/sendmail/cf/generic-sunos4.1.cf
-share/sendmail/cf/generic-sunos4.1.mc
-share/sendmail/cf/generic-ultrix4.cf
-share/sendmail/cf/generic-ultrix4.mc
-share/sendmail/cf/huginn.cs.mc
-share/sendmail/cf/knecht.mc
-share/sendmail/cf/mail.cs.mc
-share/sendmail/cf/mail.eecs.mc
-share/sendmail/cf/mailspool.cs.mc
-share/sendmail/cf/python.cs.mc
-share/sendmail/cf/s2k-osf1.mc
-share/sendmail/cf/s2k-ultrix4.mc
-share/sendmail/cf/submit.cf
-share/sendmail/cf/submit.mc
-share/sendmail/cf/tcpproto.mc
-share/sendmail/cf/ucbarpa.mc
-share/sendmail/cf/ucbvax.mc
-share/sendmail/cf/uucpproto.mc
-share/sendmail/cf/vangogh.cs.mc
-share/sendmail/domain/Berkeley.EDU.m4
-share/sendmail/domain/CS.Berkeley.EDU.m4
-share/sendmail/domain/EECS.Berkeley.EDU.m4
-share/sendmail/domain/S2K.Berkeley.EDU.m4
-share/sendmail/domain/berkeley-only.m4
-share/sendmail/domain/generic.m4
-share/sendmail/feature/accept_unqualified_senders.m4
-share/sendmail/feature/accept_unresolvable_domains.m4
-share/sendmail/feature/access_db.m4
-share/sendmail/feature/allmasquerade.m4
-share/sendmail/feature/always_add_domain.m4
-share/sendmail/feature/authinfo.m4
-share/sendmail/feature/bestmx_is_local.m4
-share/sendmail/feature/bitdomain.m4
-share/sendmail/feature/blacklist_recipients.m4
-share/sendmail/feature/compat_check.m4
-share/sendmail/feature/delay_checks.m4
-share/sendmail/feature/dnsbl.m4
-share/sendmail/feature/domaintable.m4
-share/sendmail/feature/enhdnsbl.m4
-share/sendmail/feature/generics_entire_domain.m4
-share/sendmail/feature/genericstable.m4
-share/sendmail/feature/ldap_routing.m4
-share/sendmail/feature/limited_masquerade.m4
-share/sendmail/feature/local_lmtp.m4
-share/sendmail/feature/local_no_masquerade.m4
-share/sendmail/feature/local_procmail.m4
-share/sendmail/feature/lookupdotdomain.m4
-share/sendmail/feature/loose_relay_check.m4
-share/sendmail/feature/mailertable.m4
-share/sendmail/feature/masquerade_entire_domain.m4



Home | Main Index | Thread Index | Old Index