Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/ibm-public/postfix Adapt makefiles for Postfix 2.7....
details: https://anonhg.NetBSD.org/src/rev/3807518ee84c
branches: trunk
changeset: 755723:3807518ee84c
user: tron <tron%NetBSD.org@localhost>
date: Thu Jun 17 18:35:45 2010 +0000
description:
Adapt makefiles for Postfix 2.7.1 (at least first past).
diffstat:
external/ibm-public/postfix/lib/util/Makefile | 5 +++--
external/ibm-public/postfix/libexec/local/Makefile | 4 ++--
2 files changed, 5 insertions(+), 4 deletions(-)
diffs (37 lines):
diff -r eeec9f97ac33 -r 3807518ee84c external/ibm-public/postfix/lib/util/Makefile
--- a/external/ibm-public/postfix/lib/util/Makefile Thu Jun 17 18:18:14 2010 +0000
+++ b/external/ibm-public/postfix/lib/util/Makefile Thu Jun 17 18:35:45 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2009/06/25 18:21:53 tron Exp $
+# $NetBSD: Makefile,v 1.2 2010/06/17 18:35:45 tron Exp $
LIBISPRIVATE= yes
@@ -41,7 +41,8 @@
vstream_popen.c vstring.c vstring_vstream.c watchdog.c writable.c \
write_buf.c write_wait.c sane_basename.c format_tv.c allspace.c \
allascii.c load_file.c killme_after.c vstream_tweak.c upass_listen.c \
- upass_trigger.c upass_connect.c edit_file.c inet_windowsize.c
+ upass_trigger.c upass_connect.c edit_file.c inet_windowsize.c \
+ unix_pass_fd_fix.c dict_cache.c
COPTS.unix_recv_fd.c = -Wno-stack-protector
COPTS.unix_send_fd.c = -Wno-stack-protector
diff -r eeec9f97ac33 -r 3807518ee84c external/ibm-public/postfix/libexec/local/Makefile
--- a/external/ibm-public/postfix/libexec/local/Makefile Thu Jun 17 18:18:14 2010 +0000
+++ b/external/ibm-public/postfix/libexec/local/Makefile Thu Jun 17 18:35:45 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2009/06/25 18:21:54 tron Exp $
+# $NetBSD: Makefile,v 1.2 2010/06/17 18:35:45 tron Exp $
NOMAN= # defined
@@ -12,7 +12,7 @@
SRCS= alias.c command.c dotforward.c file.c forward.c \
include.c indirect.c local.c mailbox.c recipient.c resolve.c token.c \
deliver_attr.c maildir.c biff_notify.c unknown.c \
- local_expand.c
+ local_expand.c bounce_workaround.c
DPADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPUTIL}
LDADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPUTIL}
Home |
Main Index |
Thread Index |
Old Index