Source-Changes-HG archive

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

[src/netbsd-1-5]: src/gnu/dist/sendmail Pull up revision 1.1 (new, requested ...



details:   https://anonhg.NetBSD.org/src/rev/ed8cb3719b80
branches:  netbsd-1-5
changeset: 490785:ed8cb3719b80
user:      he <he%NetBSD.org@localhost>
date:      Fri Mar 09 17:49:54 2001 +0000

description:
Pull up revision 1.1 (new, requested by itojun):
  Upgrade to sendmail 8.11.3.

diffstat:

 gnu/dist/sendmail/cf/ostype/aix5.m4     |  18 ++++++++++++++++++
 gnu/dist/sendmail/cf/ostype/solaris8.m4 |  25 +++++++++++++++++++++++++
 gnu/dist/sendmail/devtools/OS/AIX.5.0   |  14 ++++++++++++++
 gnu/dist/sendmail/devtools/OS/OSF1.V5.x |  12 ++++++++++++
 4 files changed, 69 insertions(+), 0 deletions(-)

diffs (85 lines):

diff -r 29d234c0c171 -r ed8cb3719b80 gnu/dist/sendmail/cf/ostype/aix5.m4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/dist/sendmail/cf/ostype/aix5.m4       Fri Mar 09 17:49:54 2001 +0000
@@ -0,0 +1,18 @@
+divert(-1)
+#
+# Copyright (c) 2000 Sendmail, Inc. and its suppliers.
+#      All rights reserved.
+#
+# By using this file, you agree to the terms and conditions set
+# forth in the LICENSE file which can be found at the top level of
+# the sendmail distribution.
+#
+#
+
+divert(0)
+VERSIONID(`Id: aix5.m4,v 1.1.2.1 2000/12/09 03:32:08 ca Exp')
+ifdef(`LOCAL_MAILER_PATH',, `define(`LOCAL_MAILER_PATH', /bin/bellmail)')dnl
+ifdef(`LOCAL_MAILER_ARGS',, `define(`LOCAL_MAILER_ARGS', mail -F $g $u)')dnl
+_DEFIFNOT(`LOCAL_MAILER_FLAGS', `mn9')dnl
+define(`confEBINDIR', `/usr/lib')dnl
+define(`confTIME_ZONE', `USE_TZ')dnl
diff -r 29d234c0c171 -r ed8cb3719b80 gnu/dist/sendmail/cf/ostype/solaris8.m4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/dist/sendmail/cf/ostype/solaris8.m4   Fri Mar 09 17:49:54 2001 +0000
@@ -0,0 +1,25 @@
+divert(-1)
+#
+# Copyright (c) 2000 Sendmail, Inc. and its suppliers.
+#      All rights reserved.
+#
+# By using this file, you agree to the terms and conditions set
+# forth in the LICENSE file which can be found at the top level of
+# the sendmail distribution.
+#
+#
+#      This ostype file is suitable for use on Solaris 8 and later systems,
+#      taking advantage of mail.local's LMTP support, the existence of
+#      /var/run and support for IPv6, all of which where introduced in
+#      Solaris 8.
+#
+
+divert(0)
+VERSIONID(`Id: solaris8.m4,v 8.1.2.2 2000/08/23 16:10:01 gshapiro Exp')
+divert(-1)
+
+ifdef(`UUCP_MAILER_ARGS',, `define(`UUCP_MAILER_ARGS', `uux - -r -a$g $h!rmail ($u)')')
+define(`confEBINDIR', `/usr/lib')dnl
+define(`confPID_FILE', `/var/run/sendmail.pid')dnl
+define(`_NETINET6_')dnl
+FEATURE(`local_lmtp')dnl
diff -r 29d234c0c171 -r ed8cb3719b80 gnu/dist/sendmail/devtools/OS/AIX.5.0
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/dist/sendmail/devtools/OS/AIX.5.0     Fri Mar 09 17:49:54 2001 +0000
@@ -0,0 +1,14 @@
+#      Id: AIX.5.0,v 1.1.2.1 2000/12/09 03:31:23 ca Exp
+define(`confMAPDEF', `-DNDBM -DNIS -DMAP_REGEX')
+define(`confENVDEF', `-D_AIX4=40300 -D_AIX5=50000 -DSM_OS=sm_os_aix')
+define(`confOPTIMIZE', `-O3 -qstrict')
+define(`confCC', `/usr/vac/bin/xlc')
+define(`confLIBS', `-ldbm')
+define(`confINSTALL', `/usr/ucb/install')
+define(`confEBINDIR', `/usr/lib')
+define(`confSBINGRP', `system')
+define(`confDEPEND_TYPE', `AIX')
+define(`confLDOPTS', `-blibpath:/usr/lib:/lib')
+
+define(`confMTLDOPTS', `-lpthread')
+define(`confLDOPTS_SO', `-Wl,-G -Wl,-bexpall')
diff -r 29d234c0c171 -r ed8cb3719b80 gnu/dist/sendmail/devtools/OS/OSF1.V5.x
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/dist/sendmail/devtools/OS/OSF1.V5.x   Fri Mar 09 17:49:54 2001 +0000
@@ -0,0 +1,12 @@
+#      Id: OSF1.V5.x,v 8.1.2.1 2001/02/26 21:09:00 gshapiro Exp
+define(`confCC', `cc -std1 -Olimit 1000')
+define(`confMAPDEF', `-DNDBM -DNIS -DMAP_REGEX')
+define(`confENVDEF', `-DHASSNPRINTF=1')
+define(`confLIBS', `-ldbm')
+define(`confSTDIR', `/var/adm/sendmail')
+define(`confINSTALL', `installbsd')
+define(`confEBINDIR', `/usr/lbin')
+define(`confUBINDIR', `${BINDIR}')
+define(`confDEPEND_TYPE', `CC-M')
+
+define(`confMTLDOPTS', `-lpthread')



Home | Main Index | Thread Index | Old Index