diff options
author | smb <smb> | 2008-01-10 01:57:27 +0000 |
---|---|---|
committer | smb <smb> | 2008-01-10 01:57:27 +0000 |
commit | b889efbfb8f089aeb8e86be44023e4271d9cd93c (patch) | |
tree | dc9c4593d27dcd8628db983a3212536804d687d1 /mail/claws-mail | |
parent | 24342b3b9ae989517c5759db78ec843742c39bad (diff) | |
download | pkgsrc-b889efbfb8f089aeb8e86be44023e4271d9cd93c.tar.gz |
Fix #define of _XOPEN_SOURCE to be compatible with Opengroup standards
(and, not incidentally, to make certain things work on amd64).
Diffstat (limited to 'mail/claws-mail')
-rw-r--r-- | mail/claws-mail/Makefile | 3 | ||||
-rw-r--r-- | mail/claws-mail/distinfo | 3 | ||||
-rw-r--r-- | mail/claws-mail/patches/patch-ag | 13 |
3 files changed, 17 insertions, 2 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index 060841bcb80..882da7ab920 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2008/01/09 03:55:09 smb Exp $ +# $NetBSD: Makefile,v 1.12 2008/01/10 01:57:27 smb Exp $ .include "Makefile.common" @@ -6,6 +6,7 @@ PKGNAME= claws-mail-${CLAWS_VERSION} MAINTAINER= smb@NetBSD.org COMMENT= X based e-mail and netnews client +PKGREVISION= 1 CONFLICTS+= sylpheed-claws-[0-9]* diff --git a/mail/claws-mail/distinfo b/mail/claws-mail/distinfo index 08203205561..e6bdce7c132 100644 --- a/mail/claws-mail/distinfo +++ b/mail/claws-mail/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2008/01/09 03:55:09 smb Exp $ +$NetBSD: distinfo,v 1.7 2008/01/10 01:57:27 smb Exp $ SHA1 (claws-mail-3.2.0.tar.bz2) = 23e093afb9cae541f4ace74f41178a551aec3921 RMD160 (claws-mail-3.2.0.tar.bz2) = 31af404393bfd15b26b20ec2c056de1f82ad3e31 @@ -7,3 +7,4 @@ SHA1 (patch-ab) = d908b8b47b525aa9d6ed677e5c1d5e5eddf74cc0 SHA1 (patch-ac) = cb1b427cf2bcd810cc1bd05324fdb9d40c695bfc SHA1 (patch-ad) = e37162dbbf335bef2b418722cd55c2e19f79e0a6 SHA1 (patch-af) = a24836beb156bf28921bc7606e8a5224d536b0b4 +SHA1 (patch-ag) = e8de39b62ae7de37a40929e4fa2f17cdb6a082c7 diff --git a/mail/claws-mail/patches/patch-ag b/mail/claws-mail/patches/patch-ag new file mode 100644 index 00000000000..f185e1d7927 --- /dev/null +++ b/mail/claws-mail/patches/patch-ag @@ -0,0 +1,13 @@ +$NetBSD: patch-ag,v 1.1 2008/01/10 01:57:27 smb Exp $ + +--- src/common/passcrypt.c.orig 2008-01-09 19:59:19.000000000 -0500 ++++ src/common/passcrypt.c 2008-01-09 19:59:41.000000000 -0500 +@@ -17,7 +17,7 @@ + * + */ + +-#define _XOPEN_SOURCE ++#define _XOPEN_SOURCE 600 + + #include <sys/types.h> + #include <stdio.h> |