pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/distribute mail/distribute: while here, patch som...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5a8241989011
branches:  trunk
changeset: 379758:5a8241989011
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Mon May 23 03:55:50 2022 +0000

description:
mail/distribute: while here, patch some build warnings

diffstat:

 mail/distribute/distinfo                |   3 ++-
 mail/distribute/patches/patch-history.c |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r 5826df8de91c -r 5a8241989011 mail/distribute/distinfo
--- a/mail/distribute/distinfo  Mon May 23 03:45:35 2022 +0000
+++ b/mail/distribute/distinfo  Mon May 23 03:55:50 2022 +0000
@@ -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 @@
 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
diff -r 5826df8de91c -r 5a8241989011 mail/distribute/patches/patch-history.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/distribute/patches/patch-history.c   Mon May 23 03:55:50 2022 +0000
@@ -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 <sysexits.h>
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <string.h>
+ #include <unistd.h>
+ 
+ #include "memory.h"



Home | Main Index | Thread Index | Old Index