diff options
author | wiz <wiz> | 2017-01-17 15:39:40 +0000 |
---|---|---|
committer | wiz <wiz> | 2017-01-17 15:39:40 +0000 |
commit | 94f44026b5695b96f4a1fae2f3c6c78d39923af7 (patch) | |
tree | 1e770a5cf5f39b44d3b4fb2080a65a4be91e7cb7 /mail/dovecot2 | |
parent | 2ede7f73fe7b39075188ab5d30a1e1bb80ce3953 (diff) | |
download | pkgsrc-94f44026b5695b96f4a1fae2f3c6c78d39923af7.tar.gz |
Include sys/time.h for struct timeval.
Build fix for NetBSD-7.99.59.
Diffstat (limited to 'mail/dovecot2')
-rw-r--r-- | mail/dovecot2/distinfo | 3 | ||||
-rw-r--r-- | mail/dovecot2/patches/patch-src_imap_imap-client.h | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/mail/dovecot2/distinfo b/mail/dovecot2/distinfo index f65d8960848..ec099cc6efe 100644 --- a/mail/dovecot2/distinfo +++ b/mail/dovecot2/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.69 2016/12/14 15:48:09 adam Exp $ +$NetBSD: distinfo,v 1.70 2017/01/17 15:39:40 wiz Exp $ SHA1 (dovecot-2.2.27.tar.gz) = e007081c43b06fa2670d556de7a62bbb87fc637c RMD160 (dovecot-2.2.27.tar.gz) = 8cda1656b7ece5818550160d347f760e091fdb3c @@ -8,6 +8,7 @@ SHA1 (patch-aa) = ea185011f0c1ee3aa1ff528e61f6f356fe385666 SHA1 (patch-ab) = d637a64feec8e4eafacda149cf0193aa1b70a054 SHA1 (patch-ae) = 51d8cb998cc2ded8bfc767710e465b752c50e656 SHA1 (patch-af) = c066e94dd6593d16eec3e66f5f4d26f021918498 +SHA1 (patch-src_imap_imap-client.h) = 1a2bf95ab6af57d88862a1512624bf263f4c2ce7 SHA1 (patch-src_lib-ldap_ldap-private.h) = 2d5ce32330ad4164cc75f8d209ba499d37ed01fc SHA1 (patch-src_lib_buffer.h) = d75017a1093c1ca34827d01ec85b06e6b03105d2 SHA1 (patch-src_lib_connection.h) = c749dd1517902b6602f81e41bb90c6288a571487 diff --git a/mail/dovecot2/patches/patch-src_imap_imap-client.h b/mail/dovecot2/patches/patch-src_imap_imap-client.h new file mode 100644 index 00000000000..55d47b2d292 --- /dev/null +++ b/mail/dovecot2/patches/patch-src_imap_imap-client.h @@ -0,0 +1,14 @@ +$NetBSD: patch-src_imap_imap-client.h,v 1.1 2017/01/17 15:39:40 wiz Exp $ + +Include sys/time.h for struct timeval. + +--- src/imap/imap-client.h.orig 2016-12-03 17:13:21.000000000 +0000 ++++ src/imap/imap-client.h +@@ -3,6 +3,7 @@ + + #include "imap-commands.h" + #include "message-size.h" ++#include <sys/time.h> + + #define CLIENT_COMMAND_QUEUE_MAX_SIZE 4 + /* Maximum number of CONTEXT=SEARCH UPDATEs. Clients probably won't need more |