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.11.1.
details: https://anonhg.NetBSD.org/src/rev/6146e7adfe98
branches: trunk
changeset: 330381:6146e7adfe98
user: tron <tron%NetBSD.org@localhost>
date: Sun Jul 06 19:53:05 2014 +0000
description:
Adapt makefiles for Postfix 2.11.1.
diffstat:
external/ibm-public/postfix/lib/global/Makefile | 5 +++--
external/ibm-public/postfix/lib/tls/Makefile | 5 +++--
external/ibm-public/postfix/lib/util/Makefile | 10 +++++-----
external/ibm-public/postfix/libexec/smtp/Makefile | 4 ++--
external/ibm-public/postfix/sbin/postconf/Makefile | 4 ++--
5 files changed, 15 insertions(+), 13 deletions(-)
diffs (108 lines):
diff -r 4b5484553cc6 -r 6146e7adfe98 external/ibm-public/postfix/lib/global/Makefile
--- a/external/ibm-public/postfix/lib/global/Makefile Sun Jul 06 19:45:50 2014 +0000
+++ b/external/ibm-public/postfix/lib/global/Makefile Sun Jul 06 19:53:05 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2013/09/25 19:25:08 tron Exp $
+# $NetBSD: Makefile,v 1.6 2014/07/06 19:53:05 tron Exp $
LIBISPRIVATE= yes
@@ -42,6 +42,7 @@
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_nbool.c \
smtp_reply_footer.c memcache_proto.c mkmap_fail.c safe_ultostr.c \
- server_acl.c verify_sender_addr.c mail_version.c haproxy_srvr.c
+ server_acl.c verify_sender_addr.c mail_version.c haproxy_srvr.c \
+ mkmap_lmdb.c
.include <bsd.lib.mk>
diff -r 4b5484553cc6 -r 6146e7adfe98 external/ibm-public/postfix/lib/tls/Makefile
--- a/external/ibm-public/postfix/lib/tls/Makefile Sun Jul 06 19:45:50 2014 +0000
+++ b/external/ibm-public/postfix/lib/tls/Makefile Sun Jul 06 19:53:05 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2011/03/02 22:24:55 tron Exp $
+# $NetBSD: Makefile,v 1.3 2014/07/06 19:53:05 tron Exp $
LIBISPRIVATE= yes
@@ -13,6 +13,7 @@
tls_prng_exch.c tls_stream.c tls_bio_ops.c tls_misc.c tls_dh.c \
tls_rsa.c tls_verify.c tls_certkey.c tls_session.c \
tls_client.c tls_server.c tls_scache.c tls_mgr.c tls_seed.c \
- tls_level.c tls_proxy_clnt.c tls_proxy_print.c
+ tls_level.c tls_proxy_clnt.c tls_proxy_print.c tls_dane.c \
+ tls_fprint.c
.include <bsd.lib.mk>
diff -r 4b5484553cc6 -r 6146e7adfe98 external/ibm-public/postfix/lib/util/Makefile
--- a/external/ibm-public/postfix/lib/util/Makefile Sun Jul 06 19:45:50 2014 +0000
+++ b/external/ibm-public/postfix/lib/util/Makefile Sun Jul 06 19:53:05 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2013/09/25 19:25:08 tron Exp $
+# $NetBSD: Makefile,v 1.7 2014/07/06 19:53:05 tron Exp $
LIBISPRIVATE= yes
@@ -28,7 +28,7 @@
mymalloc.c myrand.c mystrtok.c name_code.c name_mask.c netstring.c \
neuter.c non_blocking.c nvtable.c open_as.c open_limit.c open_lock.c \
peekfd.c percentm.c posix_signals.c printable.c rand_sleep.c \
- read_wait.c readable.c readlline.c ring.c safe_getenv.c safe_open.c \
+ readlline.c ring.c safe_getenv.c safe_open.c \
sane_accept.c sane_connect.c sane_link.c sane_rename.c \
sane_socketpair.c sane_time.c scan_dir.c set_eugid.c set_ugid.c \
sigdelay.c skipblanks.c sock_addr.c spawn_command.c split_at.c \
@@ -38,14 +38,14 @@
translit.c trimblanks.c unescape.c unix_connect.c unix_listen.c \
unix_recv_fd.c unix_send_fd.c unix_trigger.c unsafe.c uppercase.c \
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 \
+ vstream_popen.c vstring.c vstring_vstream.c watchdog.c \
+ write_buf.c sane_basename.c format_tv.c allspace.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 valid_utf_8.c myrand.c base32_code.c dict_fail.c \
dict_surrogate.c dict_test.c msg_rate_delay.c warn_stat.c \
dict_sockmap.c line_number.c pass_accept.c pass_trigger.c \
- recv_pass_attr.c
+ recv_pass_attr.c slmdb.c dict_lmdb.c poll_fd.c timecmp.c
COPTS.unix_recv_fd.c = -Wno-stack-protector
COPTS.unix_send_fd.c = -Wno-stack-protector
diff -r 4b5484553cc6 -r 6146e7adfe98 external/ibm-public/postfix/libexec/smtp/Makefile
--- a/external/ibm-public/postfix/libexec/smtp/Makefile Sun Jul 06 19:45:50 2014 +0000
+++ b/external/ibm-public/postfix/libexec/smtp/Makefile Sun Jul 06 19:53:05 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2009/06/25 18:21:55 tron Exp $
+# $NetBSD: Makefile,v 1.2 2014/07/06 19:53:05 tron Exp $
NOMAN= # defined
@@ -12,7 +12,7 @@
SRCS= smtp.c smtp_connect.c smtp_proto.c smtp_chat.c smtp_session.c \
smtp_addr.c smtp_trouble.c smtp_state.c smtp_rcpt.c \
smtp_sasl_proto.c smtp_sasl_glue.c smtp_reuse.c smtp_map11.c \
- smtp_sasl_auth_cache.c
+ smtp_sasl_auth_cache.c smtp_key.c smtp_tls_policy.c
LINKS+= ${PFIX_LIBEXECDIR}/smtp ${PFIX_LIBEXECDIR}/lmtp
diff -r 4b5484553cc6 -r 6146e7adfe98 external/ibm-public/postfix/sbin/postconf/Makefile
--- a/external/ibm-public/postfix/sbin/postconf/Makefile Sun Jul 06 19:45:50 2014 +0000
+++ b/external/ibm-public/postfix/sbin/postconf/Makefile Sun Jul 06 19:53:05 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2013/09/25 19:39:47 tron Exp $
+# $NetBSD: Makefile,v 1.7 2014/07/06 19:53:06 tron Exp $
# XXX Note we aren't building ../conf/main.cf.default
# The shipped makefiles construct it using postconf -d after building
@@ -18,7 +18,7 @@
PSRCS= postconf.c postconf_builtin.c postconf_dbms.c postconf_edit.c \
postconf_main.c postconf_master.c postconf_misc.c postconf_node.c \
postconf_other.c postconf_service.c postconf_unused.c postconf_user.c \
- postconf_lookup.c
+ postconf_lookup.c postconf_match.c postconf_print.c
GENSRCS=bool_table.h bool_vars.h int_table.h int_vars.h str_table.h \
str_vars.h time_table.h time_vars.h raw_table.h raw_vars.h \
nint_table.h nint_vars.h nbool_table.h nbool_vars.h long_table.h \
Home |
Main Index |
Thread Index |
Old Index