Commit graph

7 commits

Author SHA1 Message Date
plunky
d9e46af432 OpenSSL has provided a "typedef char *STRING" in recent versions,
this conflicts with the "typedef struct { } STRING" used througout
Alpine.

Since Alpine does not actually use the OpenSSL STRING def, obscure
it with #define and pretend it does not exist.
2009-08-06 20:01:50 +00:00
plunky
63da046e1c include <time.h> and <utime.h> so that where time_t has been changed to 64-bit
values on NetBSD, we we get correctly referred to __utime50() which can handle
64-bit values. This fixes a problem where mailbox mtimes were being reset to 0

Note that this actually causes some build warnings as the code uses
"time_t tp[2]" instead of "struct utimbuf tp" (contains two time_t values)

Although the <os_bsi.h> file says it is used for BSDI, it seems to be used by
NetBSD and OpenBSD, both of which have the <utime.h> and <time.h>

bump PKGREVISION
2009-05-17 17:34:01 +00:00
abs
e09a64f3cb Update alpine to official 1.00 release (many thanks to upstream for taking
back all patches). No changelog available
2007-12-29 19:49:43 +00:00
abs
099fe31aef Update alpine to 0.999999 from 0.999
- This is still a development release so unfortunately no changelog
2007-12-09 22:17:54 +00:00
joerg
5a70fcaacb Fix spool directory default for *BSD. Add DragonFly support.
Add DESTDIR support. Bump revision.
2007-06-12 13:29:50 +00:00
abs
1f43cff805 Update alpine to 0.99nb1 - do not ^M and similar to toupper(). Avoids
potential crash on selecting files to attach on some machines
2007-05-17 21:58:58 +00:00
abs
e664c08761 Import alpine-0.99 into pkgsrc:
Alpine is the replacement for the Pine email and news client.

Alpine is a screen-oriented message-handling tool. In its default
configuration, Alpine offers an intentionally limited set of
functions geared toward the novice user, but it also has a large
list of optional "power-user" and personal-preference features.

This package currently only installs the alpine binary, excluding
the pilot and pico binaries which would cause it to conflict with
the pine package.
2007-05-03 12:11:37 +00:00