update for postfix 2.0.0.1

This commit is contained in:
perry 2002-12-24 19:47:47 +00:00
parent 56fd167ac6
commit 18338a662b
8 changed files with 64 additions and 55 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.9 2002/09/19 03:09:43 lukem Exp $
# $NetBSD: Makefile.inc,v 1.10 2002/12/24 19:47:47 perry Exp $
.include <bsd.own.mk>
@ -28,6 +28,7 @@ LIBPUTIL= ${UOBJDIR}/libutil.a
PFIX_LIBEXECDIR=/usr/libexec/postfix
PFIX_ETCDIR= /etc/postfix
PFIX_EXAMPLEDIR=/usr/share/examples/postfix
PFIX_HTMLDIR= /usr/share/doc/html/postfix
PFIX_SBINDIR= /usr/sbin
# postfix check wants a lot of files to be owned by root

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2002/09/19 03:09:44 lukem Exp $
# $NetBSD: Makefile,v 1.3 2002/12/24 19:47:48 perry Exp $
.include <bsd.own.mk>
@ -7,8 +7,9 @@ BINDIR= ${PFIX_EXAMPLEDIR}
DIST= ${NETBSDSRCDIR}/gnu/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
FILES= DEBUG_README ETRN_README FILTER_README LDAP_README \
LMTP_README MAILDROP_README MYSQL_README NFS_README \
PCRE_README RELEASE_NOTES RESTRICTION_CLASS_README \
SASL_README UUCP_README VERP_README VIRTUAL_README
.include <bsd.prog.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2002/09/19 03:09:44 lukem Exp $
# $NetBSD: Makefile,v 1.6 2002/12/24 19:47:49 perry Exp $
NOMAN= # defined
@ -11,8 +11,9 @@ DIST= ${NETBSDSRCDIR}/gnu/dist/postfix/src/${PROG}
BINDIR= ${PFIX_LIBEXECDIR}
SRCS= bounce.c bounce_append_service.c bounce_notify_service.c \
bounce_cleanup.c bounce_notify_util.c bounce_notify_verp.c
SRCS = bounce.c bounce_append_service.c bounce_notify_service.c \
bounce_cleanup.c bounce_notify_util.c bounce_notify_verp.c \
bounce_one_service.c
DPADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPUTIL}
LDADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPUTIL}

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2002/09/19 03:09:44 lukem Exp $
# $NetBSD: Makefile,v 1.7 2002/12/24 19:47:49 perry Exp $
.include <bsd.own.mk>
@ -10,17 +10,18 @@ DIST= ${NETBSDSRCDIR}/gnu/dist/postfix/conf
# Not built: main.cf.default
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
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-mime.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

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2002/09/19 03:09:45 lukem Exp $
# $NetBSD: Makefile,v 1.9 2002/12/24 19:47:50 perry Exp $
NOLINT= # defined
NOPIC= # defined
@ -11,7 +11,7 @@ LIB= global
DIST= ${NETBSDSRCDIR}/gnu/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 \
@ -31,7 +31,9 @@ SRCS = been_here.c bounce.c canon_addr.c cleanup_strerror.c clnt_stream.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 \
verp_sender.c match_parent_style.c
verp_sender.c match_parent_style.c mime_state.c header_token.c \
strip_addr.c virtual8_maps.c hold_message.c
# IPv6
#SRCS+= wildcard_inet_addr.c

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2002/09/19 03:09:46 lukem Exp $
# $NetBSD: Makefile,v 1.5 2002/12/24 19:47:51 perry Exp $
.include <bsd.own.mk>
@ -14,5 +14,8 @@ MAN= postalias.1 postcat.1 postconf.1 postdrop.1 \
# These would conflict with the ones installed by sendmail. It isn't
# clear what to do with them. The missing documentation is not too
# interesting given that the sendmail docs are in place, though.
# qmqp-sink.1 qmqp-source.1 smtp-sink.1 smtp-source.1
# These are test programs. It isn't clear that they are wanted by an
# ordinary user.
.include <bsd.man.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2002/09/19 03:09:51 lukem Exp $
# $NetBSD: Makefile,v 1.5 2002/12/24 19:47:52 perry Exp $
NOMAN= # defined
@ -12,7 +12,7 @@ DIST= ${NETBSDSRCDIR}/gnu/dist/postfix/src/${PROG}
BINDIR= ${PFIX_LIBEXECDIR}
SRCS= smtp.c smtp_connect.c smtp_proto.c smtp_chat.c smtp_session.c \
smtp_addr.c smtp_trouble.c smtp_unalias.c smtp_state.c \
smtp_addr.c smtp_trouble.c smtp_state.c \
smtp_sasl_proto.c smtp_sasl_glue.c
DPADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPDNS} ${LIBPUTIL}

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2002/09/19 03:09:51 lukem Exp $
# $NetBSD: Makefile,v 1.9 2002/12/24 19:47:53 perry Exp $
NOLINT= # defined
NOPIC= # defined
@ -11,34 +11,34 @@ LIB= util
DIST= ${NETBSDSRCDIR}/gnu/dist/postfix/src/${LIB}
.PATH: ${DIST}
SRCS = alldig.c argv.c argv_split.c attr_print0.c attr_print64.c \
attr_scan0.c attr_scan64.c base64_code.c basename.c binhash.c \
chroot_uid.c clean_env.c close_on_exec.c concatenate.c ctable.c \
dict.c dict_alloc.c dict_db.c dict_dbm.c dict_debug.c dict_env.c \
dict_ht.c dict_ldap.c dict_mysql.c dict_ni.c dict_nis.c \
dict_nisplus.c dict_open.c dict_pcre.c dict_regexp.c dict_static.c \
dict_tcp.c dict_unix.c dir_forest.c doze.c duplex_pipe.c \
environ.c events.c exec_command.c fifo_listen.c fifo_trigger.c \
file_limit.c find_inet.c fsspace.c fullname.c get_domainname.c \
get_hostname.c hex_quote.c htable.c inet_addr_host.c \
inet_addr_list.c inet_addr_local.c inet_connect.c inet_listen.c \
inet_trigger.c inet_util.c intv.c line_wrap.c lowercase.c \
lstat_as.c mac_expand.c mac_parse.c make_dirs.c match_list.c \
match_ops.c msg.c msg_output.c msg_syslog.c msg_vstream.c \
mvect.c myflock.c mymalloc.c myrand.c mystrtok.c name_mask.c \
netstring.c non_blocking.c open_as.c open_limit.c open_lock.c \
peekfd.c percentm.c posix_signals.c printable.c rand_sleep.c \
read_wait.c readable.c readlline.c ring.c safe_getenv.c \
safe_open.c sane_accept.c sane_link.c sane_rename.c \
sane_socketpair.c sane_time.c scan_dir.c set_eugid.c set_ugid.c \
sigdelay.c skipblanks.c spawn_command.c split_at.c \
split_nameval.c stat_as.c stream_connect.c stream_listen.c \
stream_trigger.c sys_compat.c timed_connect.c timed_read.c \
timed_wait.c timed_write.c translit.c trimblanks.c unescape.c \
unix_connect.c unix_listen.c unix_trigger.c unsafe.c username.c \
valid_hostname.c vbuf.c vbuf_print.c vstream.c vstream_popen.c \
vstring.c vstring_vstream.c watchdog.c writable.c write_buf.c \
write_wait.c
SRCS = alldig.c argv.c argv_split.c attr_print0.c attr_print64.c \
attr_scan0.c attr_scan64.c base64_code.c basename.c binhash.c \
chroot_uid.c clean_env.c close_on_exec.c concatenate.c ctable.c \
dict.c dict_alloc.c dict_db.c dict_dbm.c dict_debug.c dict_env.c \
dict_ht.c dict_ldap.c dict_mysql.c dict_ni.c dict_nis.c \
dict_nisplus.c dict_open.c dict_pcre.c dict_regexp.c dict_static.c \
dict_tcp.c dict_unix.c dir_forest.c doze.c duplex_pipe.c \
environ.c events.c exec_command.c fifo_listen.c fifo_trigger.c \
file_limit.c find_inet.c fsspace.c fullname.c get_domainname.c \
get_hostname.c hex_quote.c htable.c inet_addr_host.c \
inet_addr_list.c inet_addr_local.c inet_connect.c inet_listen.c \
inet_trigger.c inet_util.c intv.c line_wrap.c lowercase.c \
lstat_as.c mac_expand.c mac_parse.c make_dirs.c match_list.c \
match_ops.c msg.c msg_output.c msg_syslog.c msg_vstream.c \
mvect.c myflock.c mymalloc.c myrand.c mystrtok.c name_mask.c \
netstring.c non_blocking.c open_as.c open_limit.c open_lock.c \
peekfd.c percentm.c posix_signals.c printable.c rand_sleep.c \
read_wait.c readable.c readlline.c ring.c safe_getenv.c \
safe_open.c sane_accept.c sane_link.c sane_rename.c \
sane_socketpair.c sane_time.c scan_dir.c set_eugid.c set_ugid.c \
sigdelay.c skipblanks.c spawn_command.c split_at.c \
split_nameval.c stat_as.c stream_connect.c stream_listen.c \
stream_trigger.c sys_compat.c timed_connect.c timed_read.c \
timed_wait.c timed_write.c translit.c trimblanks.c unescape.c \
unix_connect.c unix_listen.c unix_trigger.c unsafe.c username.c \
valid_hostname.c vbuf.c vbuf_print.c vstream.c vstream_popen.c \
vstring.c vstring_vstream.c watchdog.c writable.c write_buf.c \
write_wait.c strcasecmp.c nvtable.c host_port.c
# IPv6
#SRCS+= get_port.c