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 for postfix 2.0.6
details: https://anonhg.NetBSD.org/src/rev/609906ecc4e0
branches: trunk
changeset: 544014:609906ecc4e0
user: perry <perry%NetBSD.org@localhost>
date: Sat Mar 08 19:12:16 2003 +0000
description:
update for postfix 2.0.6
diffstat:
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(-)
diffs (92 lines):
diff -r 636782be62f1 -r 609906ecc4e0 gnu/usr.sbin/postfix/Makefile
--- a/gnu/usr.sbin/postfix/Makefile Sat Mar 08 19:05:29 2003 +0000
+++ b/gnu/usr.sbin/postfix/Makefile Sat Mar 08 19:12:16 2003 +0000
@@ -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 @@
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 -r 636782be62f1 -r 609906ecc4e0 gnu/usr.sbin/postfix/global/Makefile
--- a/gnu/usr.sbin/postfix/global/Makefile Sat Mar 08 19:05:29 2003 +0000
+++ b/gnu/usr.sbin/postfix/global/Makefile Sat Mar 08 19:12:16 2003 +0000
@@ -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 @@
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 -r 636782be62f1 -r 609906ecc4e0 gnu/usr.sbin/postfix/html/Makefile
--- a/gnu/usr.sbin/postfix/html/Makefile Sat Mar 08 19:05:29 2003 +0000
+++ b/gnu/usr.sbin/postfix/html/Makefile Sat Mar 08 19:12:16 2003 +0000
@@ -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 <bsd.own.mk>
@@ -19,6 +19,7 @@
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 -r 636782be62f1 -r 609906ecc4e0 gnu/usr.sbin/postfix/man/man8/Makefile
--- a/gnu/usr.sbin/postfix/man/man8/Makefile Sat Mar 08 19:05:29 2003 +0000
+++ b/gnu/usr.sbin/postfix/man/man8/Makefile Sat Mar 08 19:12:16 2003 +0000
@@ -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 <bsd.own.mk>
@@ -7,7 +7,7 @@
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 -r 636782be62f1 -r 609906ecc4e0 gnu/usr.sbin/postfix/proxymap/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/usr.sbin/postfix/proxymap/Makefile Sat Mar 08 19:12:16 2003 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2003/03/08 19:12:17 perry Exp $
+
+NOMAN= # defined
+
+.include <bsd.own.mk>
+
+PROG= proxymap
+
+DIST= ${NETBSDSRCDIR}/gnu/dist/postfix/src/${PROG}
+.PATH: ${DIST}
+
+BINDIR= ${PFIX_LIBEXECDIR}
+
+DPADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPUTIL}
+LDADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPUTIL}
+
+.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index