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 Fix build of Postfix 2.8.1.



details:   https://anonhg.NetBSD.org/src/rev/1d11ee682286
branches:  trunk
changeset: 762843:1d11ee682286
user:      tron <tron%NetBSD.org@localhost>
date:      Wed Mar 02 20:12:29 2011 +0000

description:
Fix build of Postfix 2.8.1.

diffstat:

 external/ibm-public/postfix/lib/global/Makefile    |  5 +++--
 external/ibm-public/postfix/lib/util/Makefile      |  9 +++++----
 external/ibm-public/postfix/libexec/smtpd/Makefile |  5 +++--
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (60 lines):

diff -r 040632c1bc46 -r 1d11ee682286 external/ibm-public/postfix/lib/global/Makefile
--- a/external/ibm-public/postfix/lib/global/Makefile   Wed Mar 02 19:56:37 2011 +0000
+++ b/external/ibm-public/postfix/lib/global/Makefile   Wed Mar 02 20:12:29 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2009/06/25 18:21:52 tron Exp $
+#      $NetBSD: Makefile,v 1.2 2011/03/02 20:12:29 tron Exp $
 
 LIBISPRIVATE=  yes
 
@@ -39,6 +39,7 @@
        user_acl.c valid_mailhost_addr.c verify.c verify_clnt.c \
        verp_sender.c wildcard_inet_addr.c xtext.c data_redirect.c \
        delivered_hdr.c fold_addr.c mkmap_proxy.c header_body_checks.c \
-       mail_conf_nint.c match_service.c match_service.h
+       mail_conf_nint.c match_service.c match_service.h mail_conf_nbool.c \
+       smtp_reply_footer.c
 
 .include <bsd.lib.mk>
diff -r 040632c1bc46 -r 1d11ee682286 external/ibm-public/postfix/lib/util/Makefile
--- a/external/ibm-public/postfix/lib/util/Makefile     Wed Mar 02 19:56:37 2011 +0000
+++ b/external/ibm-public/postfix/lib/util/Makefile     Wed Mar 02 20:12:29 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2010/06/17 18:35:45 tron Exp $
+#      $NetBSD: Makefile,v 1.3 2011/03/02 20:12:29 tron Exp $
 
 LIBISPRIVATE=  yes
 
@@ -40,9 +40,10 @@
        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 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 \
-       unix_pass_fd_fix.c dict_cache.c
+       allascii.c load_file.c killme_after.c vstream_tweak.c edit_file.c \
+       inet_windowsize.c unix_pass_fd_fix.c dict_cache.c dict_thash.c \
+       ip_match.c nbbio.c stream_pass_connect.c unix_pass_listen.c \
+       unix_pass_trigger.c valid_utf_8.c
 
 COPTS.unix_recv_fd.c = -Wno-stack-protector
 COPTS.unix_send_fd.c = -Wno-stack-protector
diff -r 040632c1bc46 -r 1d11ee682286 external/ibm-public/postfix/libexec/smtpd/Makefile
--- a/external/ibm-public/postfix/libexec/smtpd/Makefile        Wed Mar 02 19:56:37 2011 +0000
+++ b/external/ibm-public/postfix/libexec/smtpd/Makefile        Wed Mar 02 20:12:29 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2009/06/25 18:21:55 tron Exp $
+#      $NetBSD: Makefile,v 1.2 2011/03/02 20:12:29 tron Exp $
 
 NOMAN= # defined
 
@@ -11,7 +11,8 @@
 
 SRCS=  smtpd.c smtpd_token.c smtpd_check.c smtpd_chat.c smtpd_state.c \
        smtpd_peer.c smtpd_sasl_proto.c smtpd_sasl_glue.c smtpd_proxy.c \
-       smtpd_xforward.c smtpd_dsn_fix.c smtpd_milter.c smtpd_resolve.c
+       smtpd_xforward.c smtpd_dsn_fix.c smtpd_milter.c smtpd_resolve.c \
+       smtpd_expand.c
 
 DPADD+= ${LIBPMASTER} ${LIBPMILTER} ${LIBPGLOBAL} ${LIBPDNS} ${LIBPXSASL}
 LDADD+= ${LIBPMASTER} ${LIBPMILTER} ${LIBPGLOBAL} ${LIBPDNS} ${LIBPXSASL}



Home | Main Index | Thread Index | Old Index