./mail/oe2mbx, Outlook Express messages to the Unix mailbox format converter

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2012Q1, Version: 1.21nb1, Package name: oe2mbx-1.21nb1, Maintainer: pkgsrc-users

liboe is a C library that reads Outlook Express 4 and 5.x mailboxes and
returns a standard Unix mailbox to a function specified as a parameter to
the converter

oe2mbx is a C program using liboe to convert Outlook Express messages to
the Unix mailbox format


SHA1: e3931f0eb8c27c4ba0f1118e6d3bb7342ec172e2
RMD160: 147b02fac16d2d5124ee069f2b11c236baf00235
Filesize: 22.282 KB

Version history: (Expand)


CVS history: (Expand)


   2012-05-09 08:26:08 by Matthias Scheler | Files touched by this commit (3)
Log message:
Pullup ticket #3777 - requested by dholland
mail/oe2mbx: build fix

Revisions pulled up:
- mail/oe2mbx/Makefile                                          1.13
- mail/oe2mbx/distinfo                                          1.5
- mail/oe2mbx/patches/patch-src_liboe_c                         1.1

---
   Module Name:	pkgsrc
   Committed By:	dholland
   Date:		Mon May  7 19:21:57 UTC 2012

   Modified Files:
   	pkgsrc/mail/oe2mbx: Makefile distinfo
   Added Files:
   	pkgsrc/mail/oe2mbx/patches: patch-src_liboe_c

   Log message:
   Hack around misuse of fpos_t. Fix some code that assumed fpos_t is a
   4-byte integer type. If this code ever worked on NetBSD, it was only
   by accident. PKGREVISION++ for the fixes.