From b5fe7b6a73b3bfdbdde6e76b6535ddbd74768e84 Mon Sep 17 00:00:00 2001 From: perry Date: Sat, 8 Mar 2003 19:12:16 +0000 Subject: [PATCH] update for postfix 2.0.6 --- gnu/usr.sbin/postfix/Makefile | 4 ++-- gnu/usr.sbin/postfix/global/Makefile | 4 ++-- gnu/usr.sbin/postfix/html/Makefile | 3 ++- gnu/usr.sbin/postfix/man/man8/Makefile | 4 ++-- gnu/usr.sbin/postfix/proxymap/Makefile | 17 +++++++++++++++++ 5 files changed, 25 insertions(+), 7 deletions(-) create mode 100644 gnu/usr.sbin/postfix/proxymap/Makefile diff --git a/gnu/usr.sbin/postfix/Makefile b/gnu/usr.sbin/postfix/Makefile index 55e0f584a7f6..0d7f184296ad 100644 --- a/gnu/usr.sbin/postfix/Makefile +++ b/gnu/usr.sbin/postfix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/12/24 21:21:03 perry Exp $ +# $NetBSD: Makefile,v 1.10 2003/03/08 19:12:16 perry Exp $ # The first four of these are libraries and have to be built first. @@ -8,7 +8,7 @@ SUBDIR= util global dns masterlib .WAIT \ README_FILES bounce cleanup error flush html \ lmtp local man master nqmgr pickup pipe postalias \ postcat postconf postdrop postfix postkick postlock \ - postlog postmap postqueue postsuper qmgr sendmail \ + postlog postmap postqueue postsuper proxymap qmgr sendmail \ showq smtp smtpd spawn trivial-rewrite virtual .if ${MKSHARE} != "no" || \ diff --git a/gnu/usr.sbin/postfix/global/Makefile b/gnu/usr.sbin/postfix/global/Makefile index 4b1a62b79812..c22b8c7c40e1 100644 --- a/gnu/usr.sbin/postfix/global/Makefile +++ b/gnu/usr.sbin/postfix/global/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/12/24 19:47:50 perry Exp $ +# $NetBSD: Makefile,v 1.10 2003/03/08 19:12:16 perry Exp $ NOLINT= # defined NOPIC= # defined @@ -32,7 +32,7 @@ SRCS= been_here.c bounce.c canon_addr.c cleanup_strerror.c clnt_stream.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 mime_state.c header_token.c \ - strip_addr.c virtual8_maps.c hold_message.c + strip_addr.c virtual8_maps.c hold_message.c dict_proxy.c mail_dict.c # IPv6 #SRCS+= wildcard_inet_addr.c diff --git a/gnu/usr.sbin/postfix/html/Makefile b/gnu/usr.sbin/postfix/html/Makefile index 102001b2e4fa..72e644ce1385 100644 --- a/gnu/usr.sbin/postfix/html/Makefile +++ b/gnu/usr.sbin/postfix/html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/12/25 07:45:35 lukem Exp $ +# $NetBSD: Makefile,v 1.4 2003/03/08 19:12:17 perry Exp $ .include @@ -19,6 +19,7 @@ FILES= access.5.html aliases.5.html architecture.html \ postconf.1.html postdrop.1.html postfix.1.html \ postkick.1.html postlock.1.html postlog.1.html \ postmap.1.html postqueue.1.html postsuper.1.html \ + proxymap.8.html \ qmgr.8.html queuing.html rate.html \ receiving.html regexp_table.5.html relocated.5.html \ resource.html rewrite.html security.html sendmail.1.html \ diff --git a/gnu/usr.sbin/postfix/man/man8/Makefile b/gnu/usr.sbin/postfix/man/man8/Makefile index 8b33532a3b8a..957152decd12 100644 --- a/gnu/usr.sbin/postfix/man/man8/Makefile +++ b/gnu/usr.sbin/postfix/man/man8/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/09/19 03:09:46 lukem Exp $ +# $NetBSD: Makefile,v 1.5 2003/03/08 19:12:17 perry Exp $ .include @@ -7,7 +7,7 @@ DIST= ${NETBSDSRCDIR}/gnu/dist/postfix/man/man8 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 \ + pipe.8 proxymap.8 qmgr.8 showq.8 smtp.8 smtpd.8 \ spawn.8 trivial-rewrite.8 virtual.8 MLINKS= bounce.8 defer.8 diff --git a/gnu/usr.sbin/postfix/proxymap/Makefile b/gnu/usr.sbin/postfix/proxymap/Makefile new file mode 100644 index 000000000000..79ac4061a8f0 --- /dev/null +++ b/gnu/usr.sbin/postfix/proxymap/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2003/03/08 19:12:17 perry Exp $ + +NOMAN= # defined + +.include + +PROG= proxymap + +DIST= ${NETBSDSRCDIR}/gnu/dist/postfix/src/${PROG} +.PATH: ${DIST} + +BINDIR= ${PFIX_LIBEXECDIR} + +DPADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPUTIL} +LDADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPUTIL} + +.include