summaryrefslogtreecommitdiff
path: root/mail/dovecot2
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2018-12-02 04:45:00 +0000
committerschmonz <schmonz@pkgsrc.org>2018-12-02 04:45:00 +0000
commite8440e0a532012155e3625a9947a7f23743aa541 (patch)
tree41d4dfc083654606e066754668d592e6362ae818 /mail/dovecot2
parent2ba0798b4ae26e659cdeb97fbffed4f6a1efb9ba (diff)
downloadpkgsrc-e8440e0a532012155e3625a9947a7f23743aa541.tar.gz
Provide declarations for kill() and SIGKILL to fix NetBSD-8 build.
Diffstat (limited to 'mail/dovecot2')
-rw-r--r--mail/dovecot2/distinfo3
-rw-r--r--mail/dovecot2/patches/patch-src_lib-master_test-event-stats.c14
2 files changed, 16 insertions, 1 deletions
diff --git a/mail/dovecot2/distinfo b/mail/dovecot2/distinfo
index 85e475d6b6e..303695038dd 100644
--- a/mail/dovecot2/distinfo
+++ b/mail/dovecot2/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.86 2018/11/30 18:43:09 adam Exp $
+$NetBSD: distinfo,v 1.87 2018/12/02 04:45:00 schmonz Exp $
SHA1 (dovecot-2.3.4.tar.gz) = 45f4ec697515d6c17d2a9c34b8bd345f84964229
RMD160 (dovecot-2.3.4.tar.gz) = 50f3ee11843de138299e903cd0cfcb4d91436dbe
@@ -10,5 +10,6 @@ SHA1 (patch-ae) = c795585df9f415ceabb28eec1ff691ee26168d3b
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-master_test-event-stats.c) = b86c1314739bc0156e6c07ea3509191fd8c51416
SHA1 (patch-src_lib_connection.h) = c147511f4ff50e4b5a048c3a363f0af90ee4c6ad
SHA1 (patch-src_old-stats_mail-stats.h) = 0d40c618445c089af2646a6864c3e909812282af
diff --git a/mail/dovecot2/patches/patch-src_lib-master_test-event-stats.c b/mail/dovecot2/patches/patch-src_lib-master_test-event-stats.c
new file mode 100644
index 00000000000..f2602be0d50
--- /dev/null
+++ b/mail/dovecot2/patches/patch-src_lib-master_test-event-stats.c
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_lib-master_test-event-stats.c,v 1.1 2018/12/02 04:45:00 schmonz Exp $
+
+Provide declarations for kill() and SIGKILL.
+
+--- src/lib-master/test-event-stats.c.orig 2018-11-23 11:06:49.000000000 +0000
++++ src/lib-master/test-event-stats.c
+@@ -12,6 +12,7 @@
+ #include "stats-client.h"
+ #include "test-common.h"
+ #include <fcntl.h>
++#include <signal.h>
+ #include <unistd.h>
+ #include <sys/socket.h>
+ #include <sys/un.h>