Received: by mail.netbsd.org (Postfix, from userid 605) id 304E284D26; Mon, 23 May 2022 03:55:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6546D84D6F for ; Mon, 23 May 2022 03:55:05 +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 8DpLX_atnSoF for ; Mon, 23 May 2022 03:55:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C96E484D26 for ; Mon, 23 May 2022 03:55:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9622EFAEB; Mon, 23 May 2022 03:55:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1653278150214160" MIME-Version: 1.0 Date: Mon, 23 May 2022 03:55:50 +0000 From: "David A. Holland" Subject: CVS commit: pkgsrc/mail/distribute To: pkgsrc-changes@NetBSD.org Reply-To: dholland@netbsd.org X-Mailer: log_accum Message-Id: <20220523035550.9622EFAEB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1653278150214160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: dholland Date: Mon May 23 03:55:50 UTC 2022 Modified Files: pkgsrc/mail/distribute: distinfo Added Files: pkgsrc/mail/distribute/patches: patch-history.c Log Message: mail/distribute: while here, patch some build warnings To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/mail/distribute/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/mail/distribute/patches/patch-history.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1653278150214160 Content-Disposition: inline Content-Length: 1646 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/distribute/distinfo diff -u pkgsrc/mail/distribute/distinfo:1.14 pkgsrc/mail/distribute/distinfo:1.15 --- pkgsrc/mail/distribute/distinfo:1.14 Mon May 23 03:45:35 2022 +++ pkgsrc/mail/distribute/distinfo Mon May 23 03:55:50 2022 @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.14 2022/05/23 03:45:35 dholland Exp $ +$NetBSD: distinfo,v 1.15 2022/05/23 03:55:50 dholland Exp $ BLAKE2s (distribute/distribute-2.1-pl19.tar.gz) = 6d31f088c79d2a181790e852d2f98e723447e813a6a0b96dd62b8ccecbf31105 SHA512 (distribute/distribute-2.1-pl19.tar.gz) = 1ece4fd98c86ce6a4087e25b35d46d8cb4d6d9882de13d210c2d4a6885385c38e2fbb31de529886ee3dd24ee3ef2f48858315324fd11e4add8e08b4653b30efa @@ -26,4 +26,5 @@ SHA512 (distribute/patch.26e.gz) = c0c1d Size (distribute/patch.26e.gz) = 12560 bytes SHA1 (patch-aa) = fd8a98d613fbec3f057a2b9187306cc89eadd2bf SHA1 (patch-ac) = 89873e55470070a2ceff7bc06fa63d2673aee766 +SHA1 (patch-history.c) = f9a42fdeac4c05ff56d672a3f455efe430e9570f SHA1 (patch-tmpl2c.pl) = 5cdf21381f98df64b37609173e35448427edf231 Added files: Index: pkgsrc/mail/distribute/patches/patch-history.c diff -u /dev/null pkgsrc/mail/distribute/patches/patch-history.c:1.1 --- /dev/null Mon May 23 03:55:50 2022 +++ pkgsrc/mail/distribute/patches/patch-history.c Mon May 23 03:55:50 2022 @@ -0,0 +1,14 @@ +$NetBSD: patch-history.c,v 1.1 2022/05/23 03:55:50 dholland Exp $ + +Use standard headers. + +--- history.c~ 2022-05-23 03:43:34.271366357 +0000 ++++ history.c +@@ -22,6 +22,7 @@ + #include + #include + #include ++#include + #include + + #include "memory.h" --_----------=_1653278150214160--