pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/dovecot2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jan 17 15:39:40 UTC 2017

Modified Files:
        pkgsrc/mail/dovecot2: distinfo
Added Files:
        pkgsrc/mail/dovecot2/patches: patch-src_imap_imap-client.h

Log Message:
Include sys/time.h for struct timeval.
Build fix for NetBSD-7.99.59.


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/mail/dovecot2/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/mail/dovecot2/patches/patch-src_imap_imap-client.h

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

Modified files:

Index: pkgsrc/mail/dovecot2/distinfo
diff -u pkgsrc/mail/dovecot2/distinfo:1.69 pkgsrc/mail/dovecot2/distinfo:1.70
--- pkgsrc/mail/dovecot2/distinfo:1.69  Wed Dec 14 15:48:09 2016
+++ pkgsrc/mail/dovecot2/distinfo       Tue Jan 17 15:39:40 2017
@@ -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) = ea185011f0c1ee3aa1ff52
 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

Added files:

Index: pkgsrc/mail/dovecot2/patches/patch-src_imap_imap-client.h
diff -u /dev/null pkgsrc/mail/dovecot2/patches/patch-src_imap_imap-client.h:1.1
--- /dev/null   Tue Jan 17 15:39:40 2017
+++ pkgsrc/mail/dovecot2/patches/patch-src_imap_imap-client.h   Tue Jan 17 15:39:40 2017
@@ -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



Home | Main Index | Thread Index | Old Index