Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 533577A16F for ; Thu, 20 Apr 2017 09:06:36 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id EFDD984DE5; Thu, 20 Apr 2017 09:06:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8015984D99 for ; Thu, 20 Apr 2017 09:06:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id PLv75qVjOsVE for ; Thu, 20 Apr 2017 09:06:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1052384DD0 for ; Thu, 20 Apr 2017 09:06:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0E5D0FBE4; Thu, 20 Apr 2017 09:06:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1492679195220890" MIME-Version: 1.0 Date: Thu, 20 Apr 2017 09:06:35 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/mail/notmuch To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20170420090635.0E5D0FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1492679195220890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1492679195220890 Content-Disposition: inline Content-Length: 1657 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 + #include + #include ++#include + #include + #include + #include --_----------=_1492679195220890--