diff options
author | schmonz <schmonz@pkgsrc.org> | 2008-07-30 10:40:56 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2008-07-30 10:40:56 +0000 |
commit | 7da22c4ac5701d05ae7b3fd8e2db81e071747ed0 (patch) | |
tree | ff7eb88ec63c4ecfe1e2082f63989f91b8f48d8a /mail/mess822 | |
parent | e851d372016d4a9bb1be68e629e7e147cb981dbf (diff) | |
download | pkgsrc-7da22c4ac5701d05ae7b3fd8e2db81e071747ed0.tar.gz |
Bring over leapsecs_read() fix to the included libtai, fixing the
handful of programs which read leapsecs.dat. Bump PKGREVISION.
Diffstat (limited to 'mail/mess822')
-rw-r--r-- | mail/mess822/Makefile | 4 | ||||
-rw-r--r-- | mail/mess822/distinfo | 3 | ||||
-rw-r--r-- | mail/mess822/patches/patch-ac | 12 |
3 files changed, 16 insertions, 3 deletions
diff --git a/mail/mess822/Makefile b/mail/mess822/Makefile index 607c78daca0..f283b85b1e4 100644 --- a/mail/mess822/Makefile +++ b/mail/mess822/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2007/01/07 09:13:58 rillig Exp $ +# $NetBSD: Makefile,v 1.16 2008/07/30 10:40:56 schmonz Exp $ # DISTNAME= mess822-0.58 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= mail MASTER_SITES= http://cr.yp.to/software/ diff --git a/mail/mess822/distinfo b/mail/mess822/distinfo index 9bf12815de8..5fd32787692 100644 --- a/mail/mess822/distinfo +++ b/mail/mess822/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.3 2005/02/24 09:59:24 agc Exp $ +$NetBSD: distinfo,v 1.4 2008/07/30 10:40:56 schmonz Exp $ SHA1 (mess822-0.58.tar.gz) = ef3380c793c852d40688c108d164234ecf8a5362 RMD160 (mess822-0.58.tar.gz) = 40fbcb5af92882e133ab3653c6119022180caedb Size (mess822-0.58.tar.gz) = 64287 bytes SHA1 (patch-aa) = 62464e4d3afb31ad2ef38575cddbee969c8a82b3 SHA1 (patch-ab) = b947129046bbef7012208db39a341648c13ff68f +SHA1 (patch-ac) = af02dc2acf416ae63f93de08bdafdad80faebc12 diff --git a/mail/mess822/patches/patch-ac b/mail/mess822/patches/patch-ac new file mode 100644 index 00000000000..90666664dfe --- /dev/null +++ b/mail/mess822/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.1 2008/07/30 10:40:56 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" |