pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/alpine
Module Name: pkgsrc
Committed By: plunky
Date: Sun May 17 17:34:01 UTC 2009
Modified Files:
pkgsrc/mail/alpine: Makefile distinfo
Added Files:
pkgsrc/mail/alpine/patches: patch-aa
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/mail/alpine/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/mail/alpine/distinfo
cvs rdiff -u -r0 -r1.4 pkgsrc/mail/alpine/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index