pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/distribute



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.

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 <sysexits.h>
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <string.h>
+ #include <unistd.h>
+ 
+ #include "memory.h"



Home | Main Index | Thread Index | Old Index