Module Name:    src
Committed By:   tron
Date:           Thu Jun 17 18:35:45 UTC 2010

Modified Files:
        src/external/ibm-public/postfix/lib/util: Makefile
        src/external/ibm-public/postfix/libexec/local: Makefile

Log Message:
Adapt makefiles for Postfix 2.7.1 (at least first past).


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/ibm-public/postfix/lib/util/Makefile
cvs rdiff -u -r1.1 -r1.2 \
    src/external/ibm-public/postfix/libexec/local/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/ibm-public/postfix/lib/util/Makefile
diff -u src/external/ibm-public/postfix/lib/util/Makefile:1.1 src/external/ibm-public/postfix/lib/util/Makefile:1.2
--- src/external/ibm-public/postfix/lib/util/Makefile:1.1	Thu Jun 25 18:21:53 2009
+++ src/external/ibm-public/postfix/lib/util/Makefile	Thu Jun 17 18:35:45 2010
@@ -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

Index: src/external/ibm-public/postfix/libexec/local/Makefile
diff -u src/external/ibm-public/postfix/libexec/local/Makefile:1.1 src/external/ibm-public/postfix/libexec/local/Makefile:1.2
--- src/external/ibm-public/postfix/libexec/local/Makefile:1.1	Thu Jun 25 18:21:54 2009
+++ src/external/ibm-public/postfix/libexec/local/Makefile	Thu Jun 17 18:35:45 2010
@@ -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}

Reply via email to