pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail Fix #define of _XOPEN_SOURCE to be compatible wit...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9dba0a91656e
branches: trunk
changeset: 537509:9dba0a91656e
user: smb <smb%pkgsrc.org@localhost>
date: Thu Jan 10 01:57:27 2008 +0000
description:
Fix #define of _XOPEN_SOURCE to be compatible with Opengroup standards
(and, not incidentally, to make certain things work on amd64).
diffstat:
mail/claws-mail-rssyl/Makefile | 3 ++-
mail/claws-mail-rssyl/distinfo | 3 ++-
mail/claws-mail-rssyl/patches/patch-aa | 13 +++++++++++++
mail/claws-mail/Makefile | 3 ++-
mail/claws-mail/distinfo | 3 ++-
mail/claws-mail/patches/patch-ag | 13 +++++++++++++
6 files changed, 34 insertions(+), 4 deletions(-)
diffs (92 lines):
diff -r 9c401f48ee29 -r 9dba0a91656e mail/claws-mail-rssyl/Makefile
--- a/mail/claws-mail-rssyl/Makefile Wed Jan 09 22:14:05 2008 +0000
+++ b/mail/claws-mail-rssyl/Makefile Thu Jan 10 01:57:27 2008 +0000
@@ -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@localhost
COMMENT= Read RSS 1.0, 2.0 and Atom feeds in Claws-Mail
diff -r 9c401f48ee29 -r 9dba0a91656e mail/claws-mail-rssyl/distinfo
--- a/mail/claws-mail-rssyl/distinfo Wed Jan 09 22:14:05 2008 +0000
+++ b/mail/claws-mail-rssyl/distinfo Thu Jan 10 01:57:27 2008 +0000
@@ -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 -r 9c401f48ee29 -r 9dba0a91656e mail/claws-mail-rssyl/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/claws-mail-rssyl/patches/patch-aa Thu Jan 10 01:57:27 2008 +0000
@@ -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 -r 9c401f48ee29 -r 9dba0a91656e mail/claws-mail/Makefile
--- a/mail/claws-mail/Makefile Wed Jan 09 22:14:05 2008 +0000
+++ b/mail/claws-mail/Makefile Thu Jan 10 01:57:27 2008 +0000
@@ -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 @@
MAINTAINER= smb%NetBSD.org@localhost
COMMENT= X based e-mail and netnews client
+PKGREVISION= 1
CONFLICTS+= sylpheed-claws-[0-9]*
diff -r 9c401f48ee29 -r 9dba0a91656e mail/claws-mail/distinfo
--- a/mail/claws-mail/distinfo Wed Jan 09 22:14:05 2008 +0000
+++ b/mail/claws-mail/distinfo Thu Jan 10 01:57:27 2008 +0000
@@ -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-ac) = cb1b427cf2bcd810cc1bd05324fdb9d40c695bfc
SHA1 (patch-ad) = e37162dbbf335bef2b418722cd55c2e19f79e0a6
SHA1 (patch-af) = a24836beb156bf28921bc7606e8a5224d536b0b4
+SHA1 (patch-ag) = e8de39b62ae7de37a40929e4fa2f17cdb6a082c7
diff -r 9c401f48ee29 -r 9dba0a91656e mail/claws-mail/patches/patch-ag
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/claws-mail/patches/patch-ag Thu Jan 10 01:57:27 2008 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index