pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/liferea Change #define of _XOPEN_SOURCE to make st...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8697c5069c59
branches:  trunk
changeset: 537496:8697c5069c59
user:      smb <smb%pkgsrc.org@localhost>
date:      Wed Jan 09 21:09:26 2008 +0000

description:
Change #define of _XOPEN_SOURCE to make strptime() happy

diffstat:

 www/liferea/distinfo         |   5 +++--
 www/liferea/patches/patch-ae |  15 ++++++++++++---
 www/liferea/patches/patch-af |  13 +++++++++++++
 3 files changed, 28 insertions(+), 5 deletions(-)

diffs (53 lines):

diff -r fe3d55cc83cb -r 8697c5069c59 www/liferea/distinfo
--- a/www/liferea/distinfo      Wed Jan 09 20:35:28 2008 +0000
+++ b/www/liferea/distinfo      Wed Jan 09 21:09:26 2008 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.44 2008/01/09 20:35:28 smb Exp $
+$NetBSD: distinfo,v 1.45 2008/01/09 21:09:26 smb Exp $
 
 SHA1 (liferea-1.4.10.tar.gz) = 7293e6872149308d0fbfdad57c3aae8ec20b6b63
 RMD160 (liferea-1.4.10.tar.gz) = af7656ef9e89850c5e5b2fcee4b9e1d5312ffaf5
 Size (liferea-1.4.10.tar.gz) = 1609333 bytes
-SHA1 (patch-ae) = 9c9ce0adae109b07ee69422830d35eb09445ec6b
+SHA1 (patch-ae) = 40c7b4a13eeffd7ec1391883d00ce35193d2d094
+SHA1 (patch-af) = edf31ddfad5829447a3d6f45b48cc652594bda17
diff -r fe3d55cc83cb -r 8697c5069c59 www/liferea/patches/patch-ae
--- a/www/liferea/patches/patch-ae      Wed Jan 09 20:35:28 2008 +0000
+++ b/www/liferea/patches/patch-ae      Wed Jan 09 21:09:26 2008 +0000
@@ -1,7 +1,16 @@
-$NetBSD: patch-ae,v 1.1 2008/01/09 20:12:19 smb Exp $
+$NetBSD: patch-ae,v 1.2 2008/01/09 21:09:26 smb Exp $
 
---- src/common.c.orig  2008-01-09 11:46:50.000000000 -0500
-+++ src/common.c       2008-01-09 11:46:53.000000000 -0500
+--- src/common.c.orig  2007-10-21 14:30:46.000000000 -0400
++++ src/common.c       2008-01-09 15:58:30.000000000 -0500
+@@ -37,7 +37,7 @@
+ #  include <config.h>
+ #endif
+ 
+-#define _XOPEN_SOURCE /* glibc2 needs this (man strptime) */
++#define _XOPEN_SOURCE 4 /* glibc2 needs this (man strptime); NetBSD wants it to be 4 or higher */
+ 
+ #include <libxml/uri.h>
+ 
 @@ -196,7 +196,7 @@
  
  /* converts a ISO 8601 time string to a time_t value */
diff -r fe3d55cc83cb -r 8697c5069c59 www/liferea/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/liferea/patches/patch-af      Wed Jan 09 21:09:26 2008 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2008/01/09 21:09:27 smb Exp $
+
+--- src/parsers/ns_dc.c.orig   2008-01-09 16:01:28.000000000 -0500
++++ src/parsers/ns_dc.c        2008-01-09 16:02:11.000000000 -0500
+@@ -23,7 +23,7 @@
+ #  include <config.h>
+ #endif
+ 
+-#define _XOPEN_SOURCE         /* glibc2 needs this (man strptime) */
++#define _XOPEN_SOURCE 4 /* glibc2 needs this (man strptime); NetBSD wants it to be 4 or higher */
+ 
+ #include "ns_dc.h"
+ #include "conf.h"



Home | Main Index | Thread Index | Old Index