diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-18 02:14:32 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-18 02:14:32 +0000 |
commit | caaa6963da08c2802a1f7eda1b152f8d1b5bc0da (patch) | |
tree | 21c8b8d35cf417377518d81396f46687f879241f /mail/libpst/files/patch-aa | |
parent | Fix the checksum for patch.3.3.11.1. In diff'ing the new patch to the older (diff) |
New port: Tool to convert Outlook .pst to Unix mbox
A small CLI tool to convert M$ Outlook .pst files to standard
Unix mbox files. Port is named libpst...actual binary is
readpst.
PR: ports/39963
Submitted by: Nate Underwood <natey@natey.com>
Notes
Notes:
svn path=/head/; revision=73366
Diffstat (limited to 'mail/libpst/files/patch-aa')
-rw-r--r-- | mail/libpst/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/libpst/files/patch-aa b/mail/libpst/files/patch-aa new file mode 100644 index 000000000000..94c74e3bc8a2 --- /dev/null +++ b/mail/libpst/files/patch-aa @@ -0,0 +1,11 @@ +--- libpst.c.orig Fri Dec 13 20:32:35 2002 ++++ libpst.c Fri Dec 13 20:32:40 2002 +@@ -3,8 +3,6 @@ + #include <time.h> + #include <string.h> + #include <ctype.h> +-#include <getopt.h> +-//#include <values.h> + #include <limits.h> + + #include <errno.h> |