pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/notmuch Include strings.h for index(3).



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1194be60f0db
branches:  trunk
changeset: 361370:1194be60f0db
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Apr 20 09:06:34 2017 +0000

description:
Include strings.h for index(3).

diffstat:

 mail/notmuch/distinfo                            |   3 ++-
 mail/notmuch/patches/patch-lib_notmuch-private.h |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r bff28ee9178c -r 1194be60f0db mail/notmuch/distinfo
--- a/mail/notmuch/distinfo     Thu Apr 20 08:59:24 2017 +0000
+++ b/mail/notmuch/distinfo     Thu Apr 20 09:06:34 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.22 2017/04/04 11:54:10 wiz Exp $
+$NetBSD: distinfo,v 1.23 2017/04/20 09:06:34 jperkin Exp $
 
 SHA1 (notmuch-0.24.1.tar.gz) = 761bb1391a0d174b5819efabca582d3fba1f57cf
 RMD160 (notmuch-0.24.1.tar.gz) = 847bc5011131b4c34f3dfbd12dfb58fcd9a2ce1c
@@ -8,4 +8,5 @@
 SHA1 (patch-Makefile.local) = e5a11e3fd7470f745fccb3086fb864c2068f55a7
 SHA1 (patch-aa) = 90414224b80703587d211c8b56bfba0cbe1377b6
 SHA1 (patch-lib_Makefile.local) = 84ebfe1a57647e590f923d727d206b5f4687e1ce
+SHA1 (patch-lib_notmuch-private.h) = 24e608eb28c682e5f47c98c74f1bb3c2d62ac092
 SHA1 (patch-util_Makefile.local) = 1dcf152c0aba329e5e309c98042bd14f9a733714
diff -r bff28ee9178c -r 1194be60f0db mail/notmuch/patches/patch-lib_notmuch-private.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/notmuch/patches/patch-lib_notmuch-private.h  Thu Apr 20 09:06:34 2017 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-lib_notmuch-private.h,v 1.1 2017/04/20 09:06:34 jperkin Exp $
+
+Include strings.h for index(3).
+
+--- lib/notmuch-private.h.orig 2017-04-01 12:29:38.000000000 +0000
++++ lib/notmuch-private.h
+@@ -38,6 +38,7 @@ NOTMUCH_BEGIN_DECLS
+ #include <sys/stat.h>
+ #include <sys/mman.h>
+ #include <string.h>
++#include <strings.h>
+ #include <errno.h>
+ #include <fcntl.h>
+ #include <unistd.h>



Home | Main Index | Thread Index | Old Index