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: nia
Date: Wed Mar 18 17:02:37 UTC 2026
Modified Files:
pkgsrc/mail/distribute: distinfo
Added Files:
pkgsrc/mail/distribute/patches: patch-archive.c patch-strutil.c
Log Message:
distribute: Fix implicit function decls.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/mail/distribute/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/distribute/patches/patch-archive.c \
pkgsrc/mail/distribute/patches/patch-strutil.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.15 pkgsrc/mail/distribute/distinfo:1.16
--- pkgsrc/mail/distribute/distinfo:1.15 Mon May 23 03:55:50 2022
+++ pkgsrc/mail/distribute/distinfo Wed Mar 18 17:02:37 2026
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.15 2022/05/23 03:55:50 dholland Exp $
+$NetBSD: distinfo,v 1.16 2026/03/18 17:02:37 nia Exp $
BLAKE2s (distribute/distribute-2.1-pl19.tar.gz) = 6d31f088c79d2a181790e852d2f98e723447e813a6a0b96dd62b8ccecbf31105
SHA512 (distribute/distribute-2.1-pl19.tar.gz) = 1ece4fd98c86ce6a4087e25b35d46d8cb4d6d9882de13d210c2d4a6885385c38e2fbb31de529886ee3dd24ee3ef2f48858315324fd11e4add8e08b4653b30efa
@@ -26,5 +26,7 @@ SHA512 (distribute/patch.26e.gz) = c0c1d
Size (distribute/patch.26e.gz) = 12560 bytes
SHA1 (patch-aa) = fd8a98d613fbec3f057a2b9187306cc89eadd2bf
SHA1 (patch-ac) = 89873e55470070a2ceff7bc06fa63d2673aee766
+SHA1 (patch-archive.c) = 8e24a81fc6210822102ea5cec7656eddb53baccf
SHA1 (patch-history.c) = f9a42fdeac4c05ff56d672a3f455efe430e9570f
+SHA1 (patch-strutil.c) = 4bb9dab723cf7124507cd547cfd671666150a438
SHA1 (patch-tmpl2c.pl) = 5cdf21381f98df64b37609173e35448427edf231
Added files:
Index: pkgsrc/mail/distribute/patches/patch-archive.c
diff -u /dev/null pkgsrc/mail/distribute/patches/patch-archive.c:1.1
--- /dev/null Wed Mar 18 17:02:37 2026
+++ pkgsrc/mail/distribute/patches/patch-archive.c Wed Mar 18 17:02:37 2026
@@ -0,0 +1,14 @@
+$NetBSD: patch-archive.c,v 1.1 2026/03/18 17:02:37 nia Exp $
+
+Fix implicit decl of creat.
+
+--- archive.c.orig 2026-03-18 16:46:13.934473532 +0000
++++ archive.c
+@@ -12,6 +12,7 @@
+ #endif
+
+ #include <stdio.h>
++#include <fcntl.h>
+ #include <unistd.h>
+ #include <stdlib.h>
+ #include <ctype.h>
Index: pkgsrc/mail/distribute/patches/patch-strutil.c
diff -u /dev/null pkgsrc/mail/distribute/patches/patch-strutil.c:1.1
--- /dev/null Wed Mar 18 17:02:37 2026
+++ pkgsrc/mail/distribute/patches/patch-strutil.c Wed Mar 18 17:02:37 2026
@@ -0,0 +1,14 @@
+$NetBSD: patch-strutil.c,v 1.1 2026/03/18 17:02:37 nia Exp $
+
+Fix implicit function declarations.
+
+--- strutil.c.orig 2026-03-18 16:35:25.970568085 +0000
++++ strutil.c
+@@ -7,6 +7,7 @@
+ */
+
+ #include <stdio.h>
++#include <string.h>
+ #include <sys/types.h>
+ #include <sysexits.h>
+ #include <memory.h>
Home |
Main Index |
Thread Index |
Old Index