Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/usr.sbin/postfix update reachovers for postfix 1.1.2
details: https://anonhg.NetBSD.org/src/rev/dc80da767ac0
branches: trunk
changeset: 521659:dc80da767ac0
user: perry <perry%NetBSD.org@localhost>
date: Sat Feb 02 23:21:45 2002 +0000
description:
update reachovers for postfix 1.1.2
diffstat:
gnu/usr.sbin/postfix/Makefile | 7 ++-
gnu/usr.sbin/postfix/README_FILES/Makefile | 12 ++++++
gnu/usr.sbin/postfix/bounce/Makefile | 4 +-
gnu/usr.sbin/postfix/conf/Makefile | 34 +++++++---------
gnu/usr.sbin/postfix/global/Makefile | 15 ++++---
gnu/usr.sbin/postfix/man/man1/Makefile | 9 ++--
gnu/usr.sbin/postfix/man/man5/Makefile | 6 +-
gnu/usr.sbin/postfix/man/man8/Makefile | 14 ++++--
gnu/usr.sbin/postfix/master/Makefile | 5 +-
gnu/usr.sbin/postfix/masterlib/Makefile | 5 +-
gnu/usr.sbin/postfix/nqmgr/Makefile | 20 ++++++++++
gnu/usr.sbin/postfix/postconf/Makefile | 8 ++--
gnu/usr.sbin/postfix/postfix-etc/Makefile | 5 +-
gnu/usr.sbin/postfix/postfix-script/Makefile | 5 +-
gnu/usr.sbin/postfix/postqueue/Makefile | 15 +++++++
gnu/usr.sbin/postfix/smtpd/Makefile | 4 +-
gnu/usr.sbin/postfix/util/Makefile | 55 ++++++++++++++-------------
gnu/usr.sbin/postfix/virtual/Makefile | 17 ++++++++
18 files changed, 153 insertions(+), 87 deletions(-)
diffs (truncated from 460 to 300 lines):
diff -r dafe9e22873e -r dc80da767ac0 gnu/usr.sbin/postfix/Makefile
--- a/gnu/usr.sbin/postfix/Makefile Sat Feb 02 23:10:24 2002 +0000
+++ b/gnu/usr.sbin/postfix/Makefile Sat Feb 02 23:21:45 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/03/13 18:13:16 itojun Exp $
+# $NetBSD: Makefile,v 1.8 2002/02/02 23:21:45 perry Exp $
# Note that the order here is picked to look much like that in the
# original Makefile.in in order to make it easier to visually compare
@@ -12,8 +12,9 @@
sendmail error pickup cleanup smtpd local \
lmtp trivial-rewrite qmgr smtp bounce pipe \
showq postalias postcat postconf postdrop \
- postkick postlock postlog postmap postsuper \
- spawn flush man # smtpstone proto html
+ postkick postlock postlog postmap postqueue \
+ postsuper nqmgr spawn flush virtual man README_FILES \
+ # smtpstone qmqpd proto html
.if ${MKSHARE} != "no" || \
make(clean) || make(cleandir) || make(distclean) || make(obj)
diff -r dafe9e22873e -r dc80da767ac0 gnu/usr.sbin/postfix/README_FILES/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/usr.sbin/postfix/README_FILES/Makefile Sat Feb 02 23:21:45 2002 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2002/02/02 23:21:46 perry Exp $
+
+BINDIR= ${PFIX_EXAMPLEDIR}
+
+DIST= ${.CURDIR}/../../../dist/postfix/README_FILES
+.PATH: ${DIST}
+
+FILES= DEBUG_README ETRN_README FILTER_README LMTP_README \
+ PCRE_README RESTRICTION_CLASS_README SASL_README \
+ UUCP_README VERP_README VIRTUAL_README
+
+.include <bsd.prog.mk>
diff -r dafe9e22873e -r dc80da767ac0 gnu/usr.sbin/postfix/bounce/Makefile
--- a/gnu/usr.sbin/postfix/bounce/Makefile Sat Feb 02 23:10:24 2002 +0000
+++ b/gnu/usr.sbin/postfix/bounce/Makefile Sat Feb 02 23:21:45 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/12/12 01:49:07 tv Exp $
+# $NetBSD: Makefile,v 1.4 2002/02/02 23:21:46 perry Exp $
PROG= bounce
@@ -8,7 +8,7 @@
BINDIR= ${PFIX_LIBEXECDIR}
SRCS= bounce.c bounce_append_service.c bounce_notify_service.c \
- bounce_cleanup.c bounce_notify_util.c
+ bounce_cleanup.c bounce_notify_util.c bounce_notify_verp.c
DPADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPUTIL}
LDADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPUTIL}
diff -r dafe9e22873e -r dc80da767ac0 gnu/usr.sbin/postfix/conf/Makefile
--- a/gnu/usr.sbin/postfix/conf/Makefile Sat Feb 02 23:10:24 2002 +0000
+++ b/gnu/usr.sbin/postfix/conf/Makefile Sat Feb 02 23:21:45 2002 +0000
@@ -1,29 +1,25 @@
-# $NetBSD: Makefile,v 1.4 2001/03/13 18:13:17 itojun Exp $
+# $NetBSD: Makefile,v 1.5 2002/02/02 23:21:46 perry Exp $
BINDIR= ${PFIX_EXAMPLEDIR}
DIST= ${.CURDIR}/../../../dist/postfix/conf
.PATH: ${DIST}
-# Not built yet: main.cf.default
+# Not built: main.cf.default
-FILES= LICENSE access aliases canonical main.cf master.cf \
- pcre_table regexp_table relocated sample-aliases.cf \
- sample-auth.cf sample-canonical.cf sample-compatibility.cf \
- sample-debug.cf sample-filter.cf sample-flush.cf \
- sample-ldap.cf sample-lmtp.cf sample-local.cf \
- sample-misc.cf sample-pcre.cf sample-rate.cf \
- sample-regexp.cf sample-relocated.cf sample-resource.cf \
- sample-rewrite.cf sample-smtp.cf sample-smtpd.cf \
- sample-transport.cf sample-virtual.cf transport \
- virtual
+FILES= LICENSE access aliases canonical main.cf master.cf \
+ pcre_table post-install postfix-files \
+ regexp_table relocated sample-aliases.cf sample-auth.cf \
+ sample-canonical.cf sample-compatibility.cf sample-debug.cf \
+ sample-filter.cf sample-flush.cf sample-ldap.cf \
+ sample-lmtp.cf sample-local.cf sample-misc.cf \
+ sample-pcre-access.cf sample-pcre-body.cf sample-pcre-header.cf \
+ sample-qmqpd.cf sample-rate.cf sample-regexp-access.cf \
+ sample-regexp-body.cf sample-regexp-header.cf \
+ sample-relocated.cf sample-resource.cf sample-rewrite.cf \
+ sample-smtp.cf sample-smtpd.cf sample-transport.cf \
+ sample-virtual.cf transport virtual
-SCRIPTS= postfix-script-sgid
-SCRIPTSNAME= postfix-script
-
-# We don't install a few things that are found in this directory:
-# postfix-script: the source version here is just a placeholder.
-# postfix-script-diff: uninteresting to the user.
-# postfix-script-nosgid: we don't use that version.
+SCRIPTS= postfix-script
.include <bsd.prog.mk>
diff -r dafe9e22873e -r dc80da767ac0 gnu/usr.sbin/postfix/global/Makefile
--- a/gnu/usr.sbin/postfix/global/Makefile Sat Feb 02 23:10:24 2002 +0000
+++ b/gnu/usr.sbin/postfix/global/Makefile Sat Feb 02 23:21:45 2002 +0000
@@ -1,30 +1,31 @@
-# $NetBSD: Makefile,v 1.6 2001/12/12 01:49:08 tv Exp $
+# $NetBSD: Makefile,v 1.7 2002/02/02 23:21:46 perry Exp $
LIB= global
DIST= ${.CURDIR}/../../../dist/postfix/src/${LIB}
.PATH: ${DIST}
-SRCS= been_here.c bounce.c canon_addr.c cleanup_strerror.c clnt_stream.c \
+SRCS = been_here.c bounce.c canon_addr.c cleanup_strerror.c clnt_stream.c \
debug_peer.c debug_process.c defer.c deliver_completed.c \
deliver_flock.c deliver_pass.c deliver_request.c domain_list.c \
dot_lockfile.c dot_lockfile_as.c ext_prop.c file_id.c \
header_opts.c is_header.c mail_addr.c mail_addr_crunch.c \
- mail_addr_find.c mail_addr_map.c mail_command_read.c \
- mail_command_write.c mail_conf.c mail_conf_bool.c mail_conf_int.c \
+ mail_addr_find.c mail_addr_map.c mail_command_server.c \
+ mail_command_client.c mail_conf.c mail_conf_bool.c mail_conf_int.c \
mail_conf_raw.c mail_conf_str.c mail_connect.c mail_copy.c \
mail_date.c mail_error.c mail_flush.c mail_open_ok.c mail_params.c \
- mail_pathname.c mail_print.c mail_queue.c mail_run.c mail_scan.c \
+ mail_pathname.c mail_queue.c mail_run.c \
mail_scan_dir.c mail_stream.c mail_task.c mail_trigger.c maps.c \
mark_corrupt.c mkmap_db.c mkmap_dbm.c mkmap_open.c mynetworks.c \
mypwd.c namadr_list.c off_cvt.c opened.c own_inet_addr.c \
- peer_name.c pipe_command.c post_mail.c quote_821_local.c \
+ pipe_command.c post_mail.c quote_821_local.c \
quote_822_local.c rec_streamlf.c rec_type.c recipient_list.c \
record.c remove.c resolve_clnt.c resolve_local.c rewrite_clnt.c \
sent.c smtp_stream.c split_addr.c string_list.c sys_exits.c \
timed_ipc.c tok822_find.c tok822_node.c tok822_parse.c \
tok822_resolve.c tok822_rewrite.c tok822_tree.c xtext.c bounce_log.c \
- flush_clnt.c mail_conf_time.c mbox_conf.c mbox_open.c abounce.c
+ flush_clnt.c mail_conf_time.c mbox_conf.c mbox_open.c abounce.c \
+ verp_sender.c match_parent_style.c
# IPv6
#SRCS+= wildcard_inet_addr.c
diff -r dafe9e22873e -r dc80da767ac0 gnu/usr.sbin/postfix/man/man1/Makefile
--- a/gnu/usr.sbin/postfix/man/man1/Makefile Sat Feb 02 23:10:24 2002 +0000
+++ b/gnu/usr.sbin/postfix/man/man1/Makefile Sat Feb 02 23:21:45 2002 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2001/03/13 18:13:19 itojun Exp $
+# $NetBSD: Makefile,v 1.3 2002/02/02 23:21:47 perry Exp $
DIST= ${.CURDIR}/../../../../dist/postfix/man/man1
.PATH: ${DIST}
-MAN= postalias.1 postcat.1 postconf.1 postfix.1 \
- postkick.1 postlock.1 postlog.1 postdrop.1 \
- postmap.1 \
- postsuper.1
+MAN= postalias.1 postcat.1 postconf.1 postdrop.1 \
+ postfix.1 postkick.1 postlock.1 postlog.1 \
+ postmap.1 postqueue.1 postsuper.1
# XXX notyet:
# mailq.1 sendmail.1 newaliases.1
diff -r dafe9e22873e -r dc80da767ac0 gnu/usr.sbin/postfix/man/man5/Makefile
--- a/gnu/usr.sbin/postfix/man/man5/Makefile Sat Feb 02 23:10:24 2002 +0000
+++ b/gnu/usr.sbin/postfix/man/man5/Makefile Sat Feb 02 23:21:45 2002 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2001/03/13 18:13:19 itojun Exp $
+# $NetBSD: Makefile,v 1.3 2002/02/02 23:21:47 perry Exp $
DIST= ${.CURDIR}/../../../../dist/postfix/man/man5
.PATH: ${DIST}
-MAN= access.5 canonical.5 relocated.5 \
- transport.5 virtual.5 pcre_table.5 regexp_table.5
+MAN= access.5 canonical.5 pcre_table.5 regexp_table.5 \
+ relocated.5 transport.5 virtual.5
# XXX notyet:
# aliases.5
diff -r dafe9e22873e -r dc80da767ac0 gnu/usr.sbin/postfix/man/man8/Makefile
--- a/gnu/usr.sbin/postfix/man/man8/Makefile Sat Feb 02 23:10:24 2002 +0000
+++ b/gnu/usr.sbin/postfix/man/man8/Makefile Sat Feb 02 23:21:45 2002 +0000
@@ -1,13 +1,17 @@
-# $NetBSD: Makefile,v 1.2 2001/03/13 18:13:19 itojun Exp $
+# $NetBSD: Makefile,v 1.3 2002/02/02 23:21:47 perry Exp $
DIST= ${.CURDIR}/../../../../dist/postfix/man/man8
.PATH: ${DIST}
-MAN= bounce.8 cleanup.8 error.8 local.8 \
- lmtp.8 master.8 pickup.8 pipe.8 qmgr.8 \
- showq.8 smtp.8 smtpd.8 trivial-rewrite.8 \
- spawn.8 flush.8 # nqmgr.8 virtual.8
+MAN= bounce.8 cleanup.8 error.8 flush.8 \
+ lmtp.8 local.8 master.8 nqmgr.8 pickup.8 \
+ pipe.8 qmgr.8 showq.8 smtp.8 smtpd.8 \
+ spawn.8 trivial-rewrite.8 virtual.8
MLINKS= bounce.8 defer.8
+# XXX notyet:
+# qmqpd.8
+# We're not building it, yet.
+
.include <bsd.man.mk>
diff -r dafe9e22873e -r dc80da767ac0 gnu/usr.sbin/postfix/master/Makefile
--- a/gnu/usr.sbin/postfix/master/Makefile Sat Feb 02 23:10:24 2002 +0000
+++ b/gnu/usr.sbin/postfix/master/Makefile Sat Feb 02 23:21:45 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/12/20 22:18:50 yamt Exp $
+# $NetBSD: Makefile,v 1.5 2002/02/02 23:21:47 perry Exp $
PROG= master
@@ -9,8 +9,7 @@
SRCS= master.c master_conf.c master_ent.c master_sig.c master_avail.c \
master_spawn.c master_service.c master_status.c master_listen.c \
- master_proto.c single_server.c multi_server.c master_vars.c \
- master_wakeup.c
+ master_vars.c master_wakeup.c master_flow.c
DPADD+= ${LIBPGLOBAL} ${LIBPUTIL}
LDADD+= ${LIBPGLOBAL} ${LIBPUTIL}
diff -r dafe9e22873e -r dc80da767ac0 gnu/usr.sbin/postfix/masterlib/Makefile
--- a/gnu/usr.sbin/postfix/masterlib/Makefile Sat Feb 02 23:10:24 2002 +0000
+++ b/gnu/usr.sbin/postfix/masterlib/Makefile Sat Feb 02 23:21:45 2002 +0000
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile,v 1.3 2001/12/12 01:49:08 tv Exp $
+# $NetBSD: Makefile,v 1.4 2002/02/02 23:21:47 perry Exp $
LIB= master
DIST= ${.CURDIR}/../../../dist/postfix/src/${LIB}
.PATH: ${DIST}
-SRCS= single_server.c multi_server.c trigger_server.c master_proto.c
+SRCS= single_server.c multi_server.c trigger_server.c master_proto.c \
+ mail_flow.c
NOLINT= # defined
NOPIC= # defined
diff -r dafe9e22873e -r dc80da767ac0 gnu/usr.sbin/postfix/nqmgr/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/usr.sbin/postfix/nqmgr/Makefile Sat Feb 02 23:21:45 2002 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2002/02/02 23:21:48 perry Exp $
+
+PROG= nqmgr
+
+DIST= ${.CURDIR}/../../../dist/postfix/src/${PROG}
+.PATH: ${DIST}
+
+BINDIR= ${PFIX_LIBEXECDIR}
+
+SRCS= qmgr.c qmgr_active.c qmgr_transport.c qmgr_queue.c qmgr_entry.c \
+ qmgr_message.c qmgr_deliver.c qmgr_move.c qmgr_rcpt_list.c \
+ qmgr_job.c qmgr_peer.c \
+ qmgr_defer.c qmgr_enable.c qmgr_scan.c qmgr_bounce.c
+
+DPADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPUTIL}
+LDADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPUTIL}
+
+NOMAN=# defined
+
+.include <bsd.prog.mk>
diff -r dafe9e22873e -r dc80da767ac0 gnu/usr.sbin/postfix/postconf/Makefile
--- a/gnu/usr.sbin/postfix/postconf/Makefile Sat Feb 02 23:10:24 2002 +0000
+++ b/gnu/usr.sbin/postfix/postconf/Makefile Sat Feb 02 23:21:45 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/12/12 01:49:09 tv Exp $
+# $NetBSD: Makefile,v 1.7 2002/02/02 23:21:48 perry Exp $
# XXX Note we aren't building ../conf/main.cf.default
# The shipped makefiles construct it using postconf -d after building
@@ -14,8 +14,8 @@
BINDIR= ${PFIX_SBINDIR}
PSRCS= postconf.c
-GENSRCS=bool_table.h bool_vars.h int_table.h int_vars.h raw_table.h \
- raw_vars.h str_table.h str_vars.h time_table.h time_vars.h
+GENSRCS=bool_table.h bool_vars.h int_table.h int_vars.h str_table.h \
+ str_vars.h time_table.h time_vars.h raw_table.h raw_vars.h
SRCS= ${PSRCS} ${GENSRCS}
@@ -30,7 +30,7 @@
# XXX Note that there is no ${AWK} variable in our build system. This
# is probably a deficiency.
-${GENSRCS}: ${DIST}/../global/mail_params.h
+${GENSRCS}: ${DIST}/../global/mail_params.h ${DIST}/../global/mail_params.c
awk -f ${DIST}/extract.awk ${DIST}/../*/*.c
.include <bsd.prog.mk>
diff -r dafe9e22873e -r dc80da767ac0 gnu/usr.sbin/postfix/postfix-etc/Makefile
--- a/gnu/usr.sbin/postfix/postfix-etc/Makefile Sat Feb 02 23:10:24 2002 +0000
Home |
Main Index |
Thread Index |
Old Index