diff options
author | schmonz <schmonz@pkgsrc.org> | 2008-07-30 10:54:10 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2008-07-30 10:54:10 +0000 |
commit | d8da1894ac54172afa9bb5a19840b5c8a8cf64bd (patch) | |
tree | 0bdfd323521d94db5dfcf364d0913abf991aaa65 /mail/serialmail | |
parent | a07c2d5ae1c005317f608f348d027c2b109b2327 (diff) | |
download | pkgsrc-d8da1894ac54172afa9bb5a19840b5c8a8cf64bd.tar.gz |
Bring over leapsecs_read() fix to the included libtai, probably
fixing maildirserial (as with mess822). Bump PKGREVISION.
Diffstat (limited to 'mail/serialmail')
-rw-r--r-- | mail/serialmail/Makefile | 3 | ||||
-rw-r--r-- | mail/serialmail/distinfo | 3 | ||||
-rw-r--r-- | mail/serialmail/patches/patch-ab | 12 |
3 files changed, 16 insertions, 2 deletions
diff --git a/mail/serialmail/Makefile b/mail/serialmail/Makefile index ef68bc4147b..447fb523360 100644 --- a/mail/serialmail/Makefile +++ b/mail/serialmail/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2006/01/23 16:24:09 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2008/07/30 10:54:10 schmonz Exp $ # DISTNAME= serialmail-0.75 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= http://cr.yp.to/software/ diff --git a/mail/serialmail/distinfo b/mail/serialmail/distinfo index 22b1154265c..f2eb9c55abc 100644 --- a/mail/serialmail/distinfo +++ b/mail/serialmail/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/04/21 01:00:29 schmonz Exp $ +$NetBSD: distinfo,v 1.2 2008/07/30 10:54:10 schmonz Exp $ SHA1 (serialmail-0.75.tar.gz) = 76f8d5ae698cff25b3227e51cc99fff1f4a8b137 RMD160 (serialmail-0.75.tar.gz) = 2d12152b9c7d007f76b4d129c2795cd192ba9f83 Size (serialmail-0.75.tar.gz) = 55079 bytes SHA1 (patch-aa) = 0ccbe27149addddcd839ed71cc07b68d7473100b +SHA1 (patch-ab) = af02dc2acf416ae63f93de08bdafdad80faebc12 diff --git a/mail/serialmail/patches/patch-ab b/mail/serialmail/patches/patch-ab new file mode 100644 index 00000000000..fdac909641b --- /dev/null +++ b/mail/serialmail/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1 2008/07/30 10:54:10 schmonz Exp $ + +--- leapsecs_read.c.orig 1998-09-04 22:33:37.000000000 -0400 ++++ leapsecs_read.c +@@ -2,6 +2,7 @@ + #include <sys/stat.h> + #include <fcntl.h> + #include <errno.h> ++#include <unistd.h> + extern int errno; + #include "tai.h" + #include "leapsecs.h" |