pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/sendmail811 Removal of sendmail 8.11.x branch fro...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6e1867582dec
branches: trunk
changeset: 487175:6e1867582dec
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Mon Jan 10 18:46:18 2005 +0000
description:
Removal of sendmail 8.11.x branch from pkgsrc. We already have the
8.12.x and 8.13.x branches in pkgsrc.
diffstat:
mail/sendmail811/DESCR | 8 -
mail/sendmail811/MESSAGE | 9 -
mail/sendmail811/Makefile | 144 ----------------
mail/sendmail811/PLIST | 192 ----------------------
mail/sendmail811/distinfo | 17 -
mail/sendmail811/files/mailer.conf | 10 -
mail/sendmail811/files/site.config.m4 | 12 -
mail/sendmail811/files/site.config.m4-db2 | 3 -
mail/sendmail811/files/site.config.m4-ldap | 3 -
mail/sendmail811/files/site.config.m4-sasl | 5 -
mail/sendmail811/files/site.config.m4-solaris | 9 -
mail/sendmail811/files/site.config.m4-starttls | 3 -
mail/sendmail811/files/site.config.m4-tcpwrappers | 3 -
mail/sendmail811/files/site.config.m4-v6 | 3 -
mail/sendmail811/patches/patch-aa | 25 --
mail/sendmail811/patches/patch-ab | 12 -
mail/sendmail811/patches/patch-ac | 12 -
mail/sendmail811/patches/patch-ad | 12 -
mail/sendmail811/patches/patch-ae | 13 -
mail/sendmail811/patches/patch-af | 14 -
mail/sendmail811/patches/patch-ag | 62 -------
mail/sendmail811/patches/patch-ah | 66 -------
mail/sendmail811/patches/patch-ai | 9 -
23 files changed, 0 insertions(+), 646 deletions(-)
diffs (truncated from 738 to 300 lines):
diff -r f276cfd54aad -r 6e1867582dec mail/sendmail811/DESCR
--- a/mail/sendmail811/DESCR Mon Jan 10 18:34:48 2005 +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 f276cfd54aad -r 6e1867582dec mail/sendmail811/MESSAGE
--- a/mail/sendmail811/MESSAGE Mon Jan 10 18:34:48 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.2 2003/05/01 15:01:48 jmmv 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
-===========================================================================
diff -r f276cfd54aad -r 6e1867582dec mail/sendmail811/Makefile
--- a/mail/sendmail811/Makefile Mon Jan 10 18:34:48 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,144 +0,0 @@
-# $NetBSD: Makefile,v 1.19 2004/10/03 00:12:54 tv Exp $
-
-DISTNAME= sendmail.8.11.6
-PKGNAME= sendmail-8.11.6
-PKGREVISION= 8
-CATEGORIES= mail
-MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ \
- ftp://ftp.fu-berlin.de/unix/mail/sendmail/ \
- ftp://ftp.kyoto.wide.ad.jp/pub/mail/sendmail/
-
-USE_WIDEPATCH?= YES
-.if ${USE_WIDEPATCH} == "YES"
-PATCH_SITES= ftp://ftp.kyoto.wide.ad.jp/pub/mail/smtpfeed/
-PATCHFILES= sendmail8.11.6+3.4W.patch.gz
-PATCH_DIST_ARGS=-d ${WRKSRC}/sendmail -E ${PATCH_DIST_STRIP}
-.if !(defined(PATCH_DEBUG) || defined(PKG_VERBOSE))
-PATCH_DIST_ARGS+=--forward --quiet
-.endif
-PATCH_DIST_STRIP= -p1
-.endif
-
-CR_PATCH=sendmail.8.11.6.security.cr.patch
-PATCHFILES+= ${CR_PATCH}
-SITES_${CR_PATCH}= ${MASTER_SITES}
-
-MAINTAINER= tech-pkg%NetBSD.org@localhost
-HOMEPAGE= http://www.sendmail.org/
-COMMENT= The well known Mail Transport Agent
-
-CONFLICTS+= postfix-[0-9]* fastforward>=0.51nb2
-
-LICENSE= no-profit
-
-WRKSRC= ${WRKDIR}/${PKGNAME:C/nb[0-9]+$//}
-USE_BUILDLINK3= yes
-MAKE_ENV+= BSD_BINOWN="${BINOWN}" BSD_BINGRP="${BINGRP}" \
- BSD_MANOWN="${MANOWN}" BSD_MANGRP="${MANGRP}" \
- BUILDLINK_DIR="${BUILDLINK_DIR}"
-SITECONFIG= ${WRKSRC}/devtools/Site/site.config.m4
-
-BUILD_DEFS+= USE_WIDEPATCH USE_INET6 USE_TCPWRAPPERS USE_OPENLDAP USE_DB2 \
- USE_SASL USE_STARTTLS
-MESSAGE_SRC= ${WRKDIR}/.MESSAGE_SRC
-PLIST_SRC= ${WRKDIR}/.PLIST_SRC
-DESCR_SRC= ${WRKDIR}/.DESCR_SRC
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "SunOS"
-USE_DB2?= YES
-.else
-USE_DB2?= NO
-.endif
-.if ${USE_DB2} == "YES"
-. include "../../databases/db/buildlink3.mk"
-.endif
-
-.if defined(USE_OPENLDAP) && (${USE_OPENLDAP} == "YES")
-. include "../../databases/openldap/buildlink3.mk"
-.endif
-
-.if defined(USE_SASL) && (${USE_SASL} == "YES")
-. include "../../security/cyrus-sasl/buildlink3.mk"
-.endif
-
-.if defined(USE_STARTTLS) && (${USE_STARTTLS} == "YES")
-. include "../../security/openssl/buildlink3.mk"
-.endif
-
-USE_TCPWRAPPERS?= YES
-.if ${USE_TCPWRAPPERS} == "YES"
-. include "../../security/tcp_wrappers/buildlink3.mk"
-.endif
-
-post-patch:
- ${CP} ${FILESDIR}/site.config.m4 ${SITECONFIG}
- ${CHMOD} +w ${SITECONFIG}
- ${CP} ${PKGDIR}/DESCR ${DESCR_SRC}
- ${ECHO} '---' >>${DESCR_SRC}
- ${ECHO} -n 'compiled features:' >>${DESCR_SRC}
-.if ${USE_WIDEPATCH} == YES
- ${ECHO} -n ' WIDE' >>${DESCR_SRC}
-.endif
-.if defined(USE_INET6) && ${USE_INET6} == YES
- ${CAT} ${FILESDIR}/site.config.m4-v6 >>${SITECONFIG}
- ${ECHO} -n ' INET6' >>${DESCR_SRC}
-.endif
-.if ${USE_TCPWRAPPERS} == YES
- ${CAT} ${FILESDIR}/site.config.m4-tcpwrappers >>${SITECONFIG}
- ${ECHO} -n ' TCPWRAPPERS' >>${DESCR_SRC}
-.endif
-.if ${OPSYS} == "SunOS"
- ${CAT} ${FILESDIR}/site.config.m4-solaris >>${SITECONFIG}
-.endif
-.if defined(USE_OPENLDAP) && ${USE_OPENLDAP} == YES
- ${CAT} ${FILESDIR}/site.config.m4-ldap >>${SITECONFIG}
- ${ECHO} -n ' LDAP' >>${DESCR_SRC}
-.endif
-.if ${USE_DB2} == YES
- ${CAT} ${FILESDIR}/site.config.m4-db2 >>${SITECONFIG}
- ${ECHO} -n ' DB2' >>${DESCR_SRC}
-.endif
-.if defined(USE_STARTTLS) && ${USE_STARTTLS} == YES
- ${CAT} ${FILESDIR}/site.config.m4-starttls >>${SITECONFIG}
- ${ECHO} -n ' STARTTLS' >>${DESCR_SRC}
-.endif
-.if defined(USE_SASL) && ${USE_SASL} == YES
- ${CAT} ${FILESDIR}/site.config.m4-sasl >>${SITECONFIG}
- ${ECHO} -n ' SASL' >>${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 ${USE_DB2} == "YES"
- ${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} ${WRKDIR}/mailer.conf.sendmail ${PREFIX}/share/examples/sendmail/mailer.conf
- ${CP} -pr ${WRKSRC}/cf ${PREFIX}/share/sendmail
- ${CHOWN} -R ${BINOWN}:${BINGRP} ${PREFIX}/share/sendmail
-.if ${USE_DB2} == "YES"
- ${MV} -f /usr/sbin/makemap /usr/sbin/makemap.8.8 || ${TRUE}
-.endif
-
-.include "../../mk/bsd.pkg.mk"
-
-# has to be below include for bsd.pkg.mk, else substition fails
-OBJDIR!= ${ECHO} obj.`${UNAME} -srm | ${TR} \ .`
diff -r f276cfd54aad -r 6e1867582dec mail/sendmail811/PLIST
--- a/mail/sendmail811/PLIST Mon Jan 10 18:34:48 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,192 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2003/05/01 15:01:49 jmmv Exp $
-bin/newaliases
-bin/mailq
-bin/hoststat
-bin/purgestat
-bin/vacation
-libexec/sendmail/sendmail
-libexec/sendmail/smrsh
-man/cat1/mailq.0
-man/cat1/newaliases.0
-man/cat1/vacation.0
-man/cat5/aliases.0
-man/cat8/makemap.0
-man/cat8/smrsh.0
-man/cat8/mailstats.0
-man/cat8/praliases.0
-man/cat8/sendmail.0
-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/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-nextstep3.3.mc
-share/sendmail/cf/generic-osf1.cf
-share/sendmail/cf/generic-osf1.mc
-share/sendmail/cf/generic-solaris2.cf
-share/sendmail/cf/generic-solaris2.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/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/bestmx_is_local.m4
-share/sendmail/feature/bitdomain.m4
-share/sendmail/feature/blacklist_recipients.m4
-share/sendmail/feature/delay_checks.m4
-share/sendmail/feature/dnsbl.m4
-share/sendmail/feature/domaintable.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_procmail.m4
-share/sendmail/feature/loose_relay_check.m4
-share/sendmail/feature/mailertable.m4
-share/sendmail/feature/masquerade_entire_domain.m4
-share/sendmail/feature/masquerade_envelope.m4
-share/sendmail/feature/no_default_msa.m4
-share/sendmail/feature/nocanonify.m4
-share/sendmail/feature/nodns.m4
-share/sendmail/feature/notsticky.m4
-share/sendmail/feature/nouucp.m4
-share/sendmail/feature/nullclient.m4
-share/sendmail/feature/promiscuous_relay.m4
-share/sendmail/feature/rbl.m4
-share/sendmail/feature/redirect.m4
-share/sendmail/feature/relay_based_on_MX.m4
-share/sendmail/feature/relay_entire_domain.m4
-share/sendmail/feature/relay_hosts_only.m4
-share/sendmail/feature/relay_local_from.m4
-share/sendmail/feature/relay_mail_from.m4
-share/sendmail/feature/smrsh.m4
-share/sendmail/feature/stickyhost.m4
-share/sendmail/feature/use_ct_file.m4
-share/sendmail/feature/use_cw_file.m4
-share/sendmail/feature/uucpdomain.m4
-share/sendmail/feature/virtuser_entire_domain.m4
-share/sendmail/feature/virtusertable.m4
-share/sendmail/hack/cssubdomain.m4
-share/sendmail/m4/cf.m4
-share/sendmail/m4/cfhead.m4
-share/sendmail/m4/proto.m4
-share/sendmail/m4/version.m4
-share/sendmail/mailer/cyrus.m4
-share/sendmail/mailer/fax.m4
-share/sendmail/mailer/local.m4
-share/sendmail/mailer/mail11.m4
-share/sendmail/mailer/phquery.m4
-share/sendmail/mailer/pop.m4
-share/sendmail/mailer/procmail.m4
-share/sendmail/mailer/qpage.m4
Home |
Main Index |
Thread Index |
Old Index