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: schmonz
Date: Sun Dec 2 04:45:00 UTC 2018
Modified Files:
pkgsrc/mail/dovecot2: distinfo
Added Files:
pkgsrc/mail/dovecot2/patches: patch-src_lib-master_test-event-stats.c
Log Message:
Provide declarations for kill() and SIGKILL to fix NetBSD-8 build.
To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/mail/dovecot2/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/mail/dovecot2/patches/patch-src_lib-master_test-event-stats.c
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.86 pkgsrc/mail/dovecot2/distinfo:1.87
--- pkgsrc/mail/dovecot2/distinfo:1.86 Fri Nov 30 18:43:09 2018
+++ pkgsrc/mail/dovecot2/distinfo Sun Dec 2 04:45:00 2018
@@ -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) = c795585df9f415ceabb28e
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
Added files:
Index: pkgsrc/mail/dovecot2/patches/patch-src_lib-master_test-event-stats.c
diff -u /dev/null pkgsrc/mail/dovecot2/patches/patch-src_lib-master_test-event-stats.c:1.1
--- /dev/null Sun Dec 2 04:45:00 2018
+++ pkgsrc/mail/dovecot2/patches/patch-src_lib-master_test-event-stats.c Sun Dec 2 04:45:00 2018
@@ -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>
Home |
Main Index |
Thread Index |
Old Index