pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/notmuch



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Apr 20 09:06:34 UTC 2017

Modified Files:
        pkgsrc/mail/notmuch: distinfo
Added Files:
        pkgsrc/mail/notmuch/patches: patch-lib_notmuch-private.h

Log Message:
Include strings.h for index(3).


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/mail/notmuch/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/mail/notmuch/patches/patch-lib_notmuch-private.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/notmuch/distinfo
diff -u pkgsrc/mail/notmuch/distinfo:1.22 pkgsrc/mail/notmuch/distinfo:1.23
--- pkgsrc/mail/notmuch/distinfo:1.22   Tue Apr  4 11:54:10 2017
+++ pkgsrc/mail/notmuch/distinfo        Thu Apr 20 09:06:34 2017
@@ -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.global) = 848213d89
 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

Added files:

Index: pkgsrc/mail/notmuch/patches/patch-lib_notmuch-private.h
diff -u /dev/null pkgsrc/mail/notmuch/patches/patch-lib_notmuch-private.h:1.1
--- /dev/null   Thu Apr 20 09:06:35 2017
+++ pkgsrc/mail/notmuch/patches/patch-lib_notmuch-private.h     Thu Apr 20 09:06:34 2017
@@ -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