summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorsmb <smb@pkgsrc.org>2008-01-10 01:57:27 +0000
committersmb <smb@pkgsrc.org>2008-01-10 01:57:27 +0000
commit95600bc1ee874675b3dc05597c14f5c44a741361 (patch)
treedc9c4593d27dcd8628db983a3212536804d687d1 /mail
parentebb5cff73190d6c4171394e5cc459089541ac6e0 (diff)
downloadpkgsrc-95600bc1ee874675b3dc05597c14f5c44a741361.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')
-rw-r--r--mail/claws-mail-rssyl/Makefile3
-rw-r--r--mail/claws-mail-rssyl/distinfo3
-rw-r--r--mail/claws-mail-rssyl/patches/patch-aa13
-rw-r--r--mail/claws-mail/Makefile3
-rw-r--r--mail/claws-mail/distinfo3
-rw-r--r--mail/claws-mail/patches/patch-ag13
6 files changed, 34 insertions, 4 deletions
diff --git a/mail/claws-mail-rssyl/Makefile b/mail/claws-mail-rssyl/Makefile
index a76ed89fe1e..4c2cf852434 100644
--- a/mail/claws-mail-rssyl/Makefile
+++ b/mail/claws-mail-rssyl/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.6 2008/01/09 03:55:12 smb Exp $
+# $NetBSD: Makefile,v 1.7 2008/01/10 01:57:27 smb Exp $
#
DISTNAME= rssyl-0.17
PKGNAME= claws-mail-rssyl-0.17
CATEGORIES= mail
MASTER_SITES= http://claws-mail.org/downloads/plugins/
+PKGREVISION= 1
MAINTAINER= smb@NetBSD.org
COMMENT= Read RSS 1.0, 2.0 and Atom feeds in Claws-Mail
diff --git a/mail/claws-mail-rssyl/distinfo b/mail/claws-mail-rssyl/distinfo
index 53adadbeaed..c32772aa632 100644
--- a/mail/claws-mail-rssyl/distinfo
+++ b/mail/claws-mail-rssyl/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2008/01/09 03:55:12 smb Exp $
+$NetBSD: distinfo,v 1.4 2008/01/10 01:57:27 smb Exp $
SHA1 (rssyl-0.17.tar.gz) = 8531d9a5eac8a4688bd88e3ef1e33604e52bb965
RMD160 (rssyl-0.17.tar.gz) = 7ba0fa3261ee3234360af117194c9b6b036a0c73
Size (rssyl-0.17.tar.gz) = 472774 bytes
+SHA1 (patch-aa) = af0f39ff0527ae8a4ea23ce88d1b4f2a323470f3
diff --git a/mail/claws-mail-rssyl/patches/patch-aa b/mail/claws-mail-rssyl/patches/patch-aa
new file mode 100644
index 00000000000..adbec7d2b3e
--- /dev/null
+++ b/mail/claws-mail-rssyl/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2008/01/10 01:57:28 smb Exp $
+
+--- src/date.c.orig 2008-01-09 16:03:51.000000000 -0500
++++ src/date.c 2008-01-09 16:04:27.000000000 -0500
+@@ -33,7 +33,7 @@
+ #endif
+
+ /* this is needed for strptime() */
+-#define _XOPEN_SOURCE /* glibc2 needs this */
++#define _XOPEN_SOURCE 600
+
+ #include <time.h>
+ #include <glib.h>
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>