pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/tnef2txt
Module Name: pkgsrc
Committed By: nia
Date: Thu Mar 19 07:54:10 UTC 2026
Modified Files:
pkgsrc/mail/tnef2txt: distinfo
Added Files:
pkgsrc/mail/tnef2txt/patches: patch-tnef.c
Log Message:
tnef2txt: Fix implicit function decls
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/mail/tnef2txt/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/tnef2txt/patches/patch-tnef.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/tnef2txt/distinfo
diff -u pkgsrc/mail/tnef2txt/distinfo:1.6 pkgsrc/mail/tnef2txt/distinfo:1.7
--- pkgsrc/mail/tnef2txt/distinfo:1.6 Tue Oct 26 10:54:33 2021
+++ pkgsrc/mail/tnef2txt/distinfo Thu Mar 19 07:54:09 2026
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 10:54:33 nia Exp $
+$NetBSD: distinfo,v 1.7 2026/03/19 07:54:09 nia Exp $
BLAKE2s (tnef2txt-1.4.tar.gz) = 6c61aa32d013345041a0c31ec507fbe23a8508f7db59663a560d2368dcdddb14
SHA512 (tnef2txt-1.4.tar.gz) = f31b45620325f2769799b21796ec93008cc634c3dc07ae452e466c086e052f6440a9d77d6b475c622d9b37bf159342ee19943ef10e6018e22f645c2d939fcbae
Size (tnef2txt-1.4.tar.gz) = 36568 bytes
SHA1 (patch-aa) = 166a353bd13a4231c77816a1231a95ef21f22d4d
+SHA1 (patch-tnef.c) = 053d1b539c95e47418102a1fcf05162d1d038e39
Added files:
Index: pkgsrc/mail/tnef2txt/patches/patch-tnef.c
diff -u /dev/null pkgsrc/mail/tnef2txt/patches/patch-tnef.c:1.1
--- /dev/null Thu Mar 19 07:54:10 2026
+++ pkgsrc/mail/tnef2txt/patches/patch-tnef.c Thu Mar 19 07:54:10 2026
@@ -0,0 +1,24 @@
+$NetBSD: patch-tnef.c,v 1.1 2026/03/19 07:54:10 nia Exp $
+
+Fix implicit function declarations.
+
+--- tnef.c.orig 1997-07-23 00:15:59.000000000 +0000
++++ tnef.c
+@@ -30,6 +30,8 @@
+ ***************************************************************************/
+
+ #include <stdio.h>
++#include <stdlib.h>
++#include <string.h>
+ #include <sys/stat.h>
+ #include "config.h"
+ #include "tnef.h"
+@@ -41,6 +43,8 @@
+ int Verbose = FALSE;
+ int SaveData = FALSE;
+
++int save_attach_data(char *, uint8 *, uint32);
++
+ /* Some systems don't like to read unaligned data */
+ uint32 read_32(uint8 *tsp)
+ {
Home |
Main Index |
Thread Index |
Old Index