Source-Changes-HG archive

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

[src/trunk]: src/gnu/usr.sbin Initial import of NetBSD build environment for ...



details:   https://anonhg.NetBSD.org/src/rev/d0aa09dfacbc
branches:  trunk
changeset: 481877:d0aa09dfacbc
user:      tron <tron%NetBSD.org@localhost>
date:      Tue Feb 08 13:45:33 2000 +0000

description:
Initial import of NetBSD build environment for "sendmail" 8.9.3.

diffstat:

 gnu/usr.sbin/Makefile                         |    5 +
 gnu/usr.sbin/Makefile.inc                     |    4 +
 gnu/usr.sbin/sendmail/Makefile                |   14 +++
 gnu/usr.sbin/sendmail/Makefile.inc            |   10 ++
 gnu/usr.sbin/sendmail/cf/Makefile             |   19 ++++
 gnu/usr.sbin/sendmail/cf/cf/Makefile          |  116 ++++++++++++++++++++++++++
 gnu/usr.sbin/sendmail/cf/cf/boat-anchor.mc    |   47 ++++++++++
 gnu/usr.sbin/sendmail/cf/cf/chimera.mc        |   48 ++++++++++
 gnu/usr.sbin/sendmail/cf/cf/ihack.net.mc      |   45 ++++++++++
 gnu/usr.sbin/sendmail/cf/cf/minbar.mc         |   46 ++++++++++
 gnu/usr.sbin/sendmail/cf/cf/netbsd-proto.mc   |   50 +++++++++++
 gnu/usr.sbin/sendmail/cf/cf/sun-lamp.mc       |   52 +++++++++++
 gnu/usr.sbin/sendmail/cf/cf/zhadum.mc         |   46 ++++++++++
 gnu/usr.sbin/sendmail/cf/domain/Makefile      |   15 +++
 gnu/usr.sbin/sendmail/cf/domain/NetBSD.ORG.m4 |   15 +++
 gnu/usr.sbin/sendmail/cf/domain/ihack.net.m4  |   21 ++++
 gnu/usr.sbin/sendmail/cf/feature/Makefile     |   24 +++++
 gnu/usr.sbin/sendmail/cf/hack/Makefile        |   13 ++
 gnu/usr.sbin/sendmail/cf/m4/Makefile          |   13 ++
 gnu/usr.sbin/sendmail/cf/mailer/Makefile      |   14 +++
 gnu/usr.sbin/sendmail/cf/ostype/Makefile      |   19 ++++
 gnu/usr.sbin/sendmail/cf/sh/Makefile          |   13 ++
 gnu/usr.sbin/sendmail/cf/siteconfig/Makefile  |   13 ++
 gnu/usr.sbin/sendmail/doc/intro/Makefile      |   17 +++
 gnu/usr.sbin/sendmail/doc/op/Makefile         |   17 +++
 gnu/usr.sbin/sendmail/mailstats/Makefile      |   13 ++
 gnu/usr.sbin/sendmail/makemap/Makefile        |   14 +++
 gnu/usr.sbin/sendmail/praliases/Makefile      |   13 ++
 gnu/usr.sbin/sendmail/sendmail/Makefile       |   36 ++++++++
 gnu/usr.sbin/sendmail/smrsh/Makefile          |   13 ++
 30 files changed, 785 insertions(+), 0 deletions(-)

diffs (truncated from 905 to 300 lines):

diff -r 91526686b550 -r d0aa09dfacbc gnu/usr.sbin/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/usr.sbin/Makefile     Tue Feb 08 13:45:33 2000 +0000
@@ -0,0 +1,5 @@
+#      $NetBSD: Makefile,v 1.1.1.1 2000/02/08 13:45:33 tron Exp $
+
+SUBDIR=        sendmail
+
+.include <bsd.subdir.mk>
diff -r 91526686b550 -r d0aa09dfacbc gnu/usr.sbin/Makefile.inc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/usr.sbin/Makefile.inc Tue Feb 08 13:45:33 2000 +0000
@@ -0,0 +1,4 @@
+#      $NetBSD: Makefile.inc,v 1.1.1.1 2000/02/08 13:45:34 tron Exp $
+
+BINDIR?=       /usr/sbin
+WARNS?=                1
diff -r 91526686b550 -r d0aa09dfacbc gnu/usr.sbin/sendmail/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/usr.sbin/sendmail/Makefile    Tue Feb 08 13:45:33 2000 +0000
@@ -0,0 +1,14 @@
+#      $NetBSD: Makefile,v 1.1.1.1 2000/02/08 13:45:34 tron Exp $
+
+.include <bsd.own.mk>
+
+SUBDIR=                sendmail mailstats makemap praliases smrsh
+
+.if ${MKSHARE} != "no"
+SUBDIR+=       cf/cf
+.if make(install)
+SUBDIR+=       doc/intro doc/op cf
+.endif
+.endif
+
+.include <bsd.subdir.mk>
diff -r 91526686b550 -r d0aa09dfacbc gnu/usr.sbin/sendmail/Makefile.inc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/usr.sbin/sendmail/Makefile.inc        Tue Feb 08 13:45:33 2000 +0000
@@ -0,0 +1,10 @@
+#      $NetBSD: Makefile.inc,v 1.1.1.1 2000/02/08 13:45:34 tron Exp $
+
+WARNS?=        0
+CPPFLAGS+=     -DNETINET6 -DNETISO
+
+DBMDEF=                -DNEWDB -DNIS
+
+.if exists(${.CURDIR}/../../Makefile.inc)
+.include "${.CURDIR}/../../Makefile.inc"
+.endif
diff -r 91526686b550 -r d0aa09dfacbc gnu/usr.sbin/sendmail/cf/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/usr.sbin/sendmail/cf/Makefile Tue Feb 08 13:45:33 2000 +0000
@@ -0,0 +1,19 @@
+#      $NetBSD: Makefile,v 1.1.1.1 2000/02/08 13:45:36 tron Exp $
+#      install these sources in /usr/share/sendmail
+
+.include <bsd.own.mk>
+
+DIST=          ${.CURDIR}/../../../dist
+.PATH: ${DIST}/sendmail
+
+.if ${MKSHARE} != "no"
+FILESDIR=      /usr/share/sendmail
+FILES=         README
+
+SUBDIR=                domain feature hack m4 mailer ostype sh siteconfig
+.endif
+
+all:
+
+.include <bsd.files.mk>
+.include <bsd.subdir.mk>
diff -r 91526686b550 -r d0aa09dfacbc gnu/usr.sbin/sendmail/cf/cf/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/usr.sbin/sendmail/cf/cf/Makefile      Tue Feb 08 13:45:33 2000 +0000
@@ -0,0 +1,116 @@
+#      $NetBSD: Makefile,v 1.1.1.1 2000/02/08 13:45:41 tron Exp $
+#      install these sources in /usr/share/sendmail/cf
+
+DIST=          ${.CURDIR}/../../../../dist
+.PATH: ${DIST}/sendmail/cf/cf
+
+FILESDIR=      /usr/share/sendmail/cf
+FILES=         boat-anchor.mc chimera.mc sun-lamp.mc ihack.net.mc \
+               clientproto.mc netbsd-proto.mc tcpproto.mc uucpproto.mc \
+               zhadum.mc Makefile
+
+.if (${.CURDIR} == ${FILESDIR})
+CFDIR=         ${.CURDIR}/..
+.else
+CFDIR=         ${DIST}/sendmail/cf
+.endif
+CHMOD=         chmod
+M4=            m4
+ROMODE=                444
+RM=            rm -f
+
+ALL=           netbsd-proto.cf
+
+OTHERS=                boat-anchor.cf chimera.cf sun-lamp.cf ihack.net.cf \
+               clientproto.cf tcpproto.cf uucpproto.cf zhadum.cf
+
+.SUFFIXES: .mc .cf
+
+.mc.cf:
+       ${RM} $@
+       (cd ${CFDIR}/cf && ${M4} ${.CURDIR}/${@:R}.mc > ${.OBJDIR}/$@)
+       ${CHMOD} ${ROMODE} $@
+
+realall: ${ALL}
+
+others: ${OTHERS}
+
+clean cleandir distclean:
+       ${RM} ${ALL} core
+
+realdepend:
+
+distribution:
+       ${INSTALL} -c -o root -g wheel -m 444 netbsd-proto.cf \
+           ${DESTDIR}/etc/sendmail.cf
+
+# this is overkill, but....
+M4FILES=       ${CFDIR}/domain/Berkeley.EDU.m4 \
+               ${CFDIR}/domain/CS.Berkeley.EDU.m4 \
+               ${CFDIR}/domain/EECS.Berkeley.EDU.m4 \
+                ${CFDIR}/domain/S2K.Berkeley.EDU.m4 \
+               ${CFDIR}/domain/berkeley-only.m4 \
+               ${CFDIR}/domain/generic.m4 \
+               ${.CURDIR}/../domain/NetBSD.ORG.m4 \
+               ${.CURDIR}/../domain/ihack.net.m4 \
+               ${CFDIR}/feature/accept_unqualified_senders.m4 \
+               ${CFDIR}/feature/accept_unresolvable_domains.m4 \
+               ${CFDIR}/feature/access_db.m4 \
+               ${CFDIR}/feature/allmasquerade.m4 \
+               ${CFDIR}/feature/always_add_domain.m4 \
+               ${CFDIR}/feature/bestmx_is_local.m4 \
+               ${CFDIR}/feature/bitdomain.m4 \
+               ${CFDIR}/feature/blacklist_recipients.m4 \
+               ${CFDIR}/feature/domaintable.m4 \
+               ${CFDIR}/feature/genericstable.m4 \
+               ${CFDIR}/feature/limited_masquerade.m4 \
+               ${CFDIR}/feature/local_lmtp.m4 \
+               ${CFDIR}/feature/local_procmail.m4 \
+               ${CFDIR}/feature/loose_relay_check.m4 \
+               ${CFDIR}/feature/mailertable.m4 \
+               ${CFDIR}/feature/masquerade_entire_domain.m4 \
+               ${CFDIR}/feature/masquerade_envelope.m4 \
+               ${CFDIR}/feature/nocanonify.m4 \
+               ${CFDIR}/feature/nodns.m4 \
+               ${CFDIR}/feature/notsticky.m4 \
+               ${CFDIR}/feature/nouucp.m4 \
+               ${CFDIR}/feature/nullclient.m4 \
+               ${CFDIR}/feature/promiscuous_relay.m4 \
+               ${CFDIR}/feature/rbl.m4 \
+               ${CFDIR}/feature/redirect.m4 \
+               ${CFDIR}/feature/relay_based_on_MX.m4 \
+               ${CFDIR}/feature/relay_entire_domain.m4 \
+               ${CFDIR}/feature/relay_hosts_only.m4 \
+               ${CFDIR}/feature/relay_local_from.m4 \
+               ${CFDIR}/feature/smrsh.m4 \
+               ${CFDIR}/feature/stickyhost.m4 \
+               ${CFDIR}/feature/use_ct_file.m4 \
+               ${CFDIR}/feature/use_cw_file.m4 \
+               ${CFDIR}/feature/uucpdomain.m4 \
+               ${CFDIR}/feature/virtusertable.m4 \
+               ${CFDIR}/hack/cssubdomain.m4 \
+               ${CFDIR}/m4/cf.m4 \
+               ${CFDIR}/m4/cfhead.m4 \
+               ${CFDIR}/m4/nullrelay.m4 \
+               ${CFDIR}/m4/proto.m4 \
+               ${CFDIR}/m4/version.m4 \
+               ${CFDIR}/mailer/cyrus.m4 \
+               ${CFDIR}/mailer/fax.m4 \
+               ${CFDIR}/mailer/local.m4 \
+               ${CFDIR}/mailer/mail11.m4 \
+               ${CFDIR}/mailer/phquery.m4\
+               ${CFDIR}/mailer/pop.m4 \
+               ${CFDIR}/mailer/procmail.m4 \
+               ${CFDIR}/mailer/smtp.m4 \
+               ${CFDIR}/mailer/usenet.m4 \
+               ${CFDIR}/mailer/uucp.m4 \
+               ${CFDIR}/ostype/bsd4.4.m4 \
+               ${CFDIR}/siteconfig/uucp.cogsci.m4 \
+               ${CFDIR}/siteconfig/uucp.old.arpa.m4 \
+               ${CFDIR}/siteconfig/uucp.ucbarpa.m4 \
+               ${CFDIR}/siteconfig/uucp.ucbvax.m4
+
+${ALL}: ${M4FILES}
+
+.include <bsd.prog.mk>
+.include <bsd.files.mk>
diff -r 91526686b550 -r d0aa09dfacbc gnu/usr.sbin/sendmail/cf/cf/boat-anchor.mc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/usr.sbin/sendmail/cf/cf/boat-anchor.mc        Tue Feb 08 13:45:33 2000 +0000
@@ -0,0 +1,47 @@
+divert(-1)
+#
+# Copyright (c) 1993 Adam Glass
+# Copyright (c) 1983 Eric P. Allman
+# Copyright (c) 1988 The Regents of the University of California.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+# 1. Redistributions of source code must retain the above copyright
+#    notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the above copyright
+#    notice, this list of conditions and the following disclaimer in the
+#    documentation and/or other materials provided with the distribution.
+# 3. All advertising materials mentioning features or use of this software
+#    must display the following acknowledgement:
+#      This product includes software developed by the University of
+#      California, Berkeley and its contributors.
+# 4. Neither the name of the University nor the names of its contributors
+#    may be used to endorse or promote products derived from this software
+#    without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+# ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+# SUCH DAMAGE.
+#
+
+include(`../m4/cf.m4')
+VERSIONID(`@(#)boat-anchor.mc  $Revision: 1.1.1.1 $')
+OSTYPE(bsd4.4)dnl
+MAILER(local)dnl
+MAILER(smtp)dnl
+define(`UUCP_RELAY', ucbvax.Berkeley.EDU)dnl
+define(`BITNET_RELAY', mailhost.Berkeley.EDU)dnl
+define(`CSNET_RELAY', mailhost.Berkeley.EDU)dnl
+define(`LOCAL_RELAY', sun-lamp.CS.Berkeley.EDU)
+define(`MAIL_HUB', sun-lamp.CS.Berkeley.EDU)
+define(`confCHECKPOINT_INTERVAL', 4)dnl
diff -r 91526686b550 -r d0aa09dfacbc gnu/usr.sbin/sendmail/cf/cf/chimera.mc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/usr.sbin/sendmail/cf/cf/chimera.mc    Tue Feb 08 13:45:33 2000 +0000
@@ -0,0 +1,48 @@
+divert(-1)
+#
+# Copyright (c) 1993, 1994, 1995 Adam Glass
+# Copyright (c) 1983 Eric P. Allman
+# Copyright (c) 1988 The Regents of the University of California.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+# 1. Redistributions of source code must retain the above copyright
+#    notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the above copyright
+#    notice, this list of conditions and the following disclaimer in the
+#    documentation and/or other materials provided with the distribution.
+# 3. All advertising materials mentioning features or use of this software
+#    must display the following acknowledgement:
+#      This product includes software developed by the University of
+#      California, Berkeley and its contributors.
+# 4. Neither the name of the University nor the names of its contributors
+#    may be used to endorse or promote products derived from this software
+#    without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+# ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+# SUCH DAMAGE.
+#
+#
+include(`../m4/cf.m4')
+VERSIONID(`@(#)pain.mc $Revision: 1.1.1.1 $')
+OSTYPE(bsd4.4)dnl
+MAILER(local)dnl
+MAILER(smtp)dnl
+define(`MAIL_HUB', mail.netbsd.org)dnl
+define(`SMART_HOST', nobozo.cs.berkeley.edu)dnl
+define(`confCHECKPOINT_INTERVAL', 10)dnl
+define(`confAUTO_REBUILD', True)dnl
+define(`confMESSAGE_TIMEOUT', 3d/4h)dnl
+MASQUERADE_AS(netbsd.org)dnl
+LOCAL_USER(root)
diff -r 91526686b550 -r d0aa09dfacbc gnu/usr.sbin/sendmail/cf/cf/ihack.net.mc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/usr.sbin/sendmail/cf/cf/ihack.net.mc  Tue Feb 08 13:45:33 2000 +0000
@@ -0,0 +1,45 @@
+divert(-1)



Home | Main Index | Thread Index | Old Index