summaryrefslogtreecommitdiff
path: root/www/liferea
diff options
context:
space:
mode:
authorsmb <smb>2008-01-16 19:53:24 +0000
committersmb <smb>2008-01-16 19:53:24 +0000
commit30751ed511c83554c7fbdb6337481c0c1064b67d (patch)
treea3ee42f8c041ef729c72bee86ed86de4edf949a6 /www/liferea
parent1a9571d1914f90f776afea95a4f7887db4fbf1dd (diff)
downloadpkgsrc-30751ed511c83554c7fbdb6337481c0c1064b67d.tar.gz
Fix a reentrancy bug, and a portability bug involving a Linux documentation
error and the behavior of NetBSD on 64-bit machines. All three bugs (including the Linux documentation problem) have been reported upstream and will be fixed there.
Diffstat (limited to 'www/liferea')
-rw-r--r--www/liferea/Makefile4
-rw-r--r--www/liferea/distinfo6
-rw-r--r--www/liferea/patches/patch-ae4
-rw-r--r--www/liferea/patches/patch-af4
4 files changed, 9 insertions, 9 deletions
diff --git a/www/liferea/Makefile b/www/liferea/Makefile
index 6be1a9713c9..119068f5367 100644
--- a/www/liferea/Makefile
+++ b/www/liferea/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.66 2008/01/09 20:12:19 smb Exp $
+# $NetBSD: Makefile,v 1.67 2008/01/16 19:53:24 smb Exp $
DISTNAME= liferea-1.4.10
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=liferea/}
-PKGREVISION= 1
+PKGREVISION= 2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://liferea.sourceforge.net/
diff --git a/www/liferea/distinfo b/www/liferea/distinfo
index d99f67ec435..e2019b7bbdc 100644
--- a/www/liferea/distinfo
+++ b/www/liferea/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.45 2008/01/09 21:09:26 smb Exp $
+$NetBSD: distinfo,v 1.46 2008/01/16 19:53:24 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) = 40c7b4a13eeffd7ec1391883d00ce35193d2d094
-SHA1 (patch-af) = edf31ddfad5829447a3d6f45b48cc652594bda17
+SHA1 (patch-ae) = 546eb57a0e98d511c53da66483180efb0e25a8cb
+SHA1 (patch-af) = fa8d4ec8b23a73890a9f1c62387c775e44bb7878
diff --git a/www/liferea/patches/patch-ae b/www/liferea/patches/patch-ae
index ae50bf38dfc..8564628f26c 100644
--- a/www/liferea/patches/patch-ae
+++ b/www/liferea/patches/patch-ae
@@ -1,4 +1,4 @@
-$NetBSD: patch-ae,v 1.2 2008/01/09 21:09:26 smb Exp $
+$NetBSD: patch-ae,v 1.3 2008/01/16 19:53:24 smb Exp $
--- src/common.c.orig 2007-10-21 14:30:46.000000000 -0400
+++ src/common.c 2008-01-09 15:58:30.000000000 -0500
@@ -7,7 +7,7 @@ $NetBSD: patch-ae,v 1.2 2008/01/09 21:09:26 smb Exp $
#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 */
++#define _XOPEN_SOURCE 600 /* Set according to Opengroup standards */
#include <libxml/uri.h>
diff --git a/www/liferea/patches/patch-af b/www/liferea/patches/patch-af
index 443b133f873..1118cd71f81 100644
--- a/www/liferea/patches/patch-af
+++ b/www/liferea/patches/patch-af
@@ -1,4 +1,4 @@
-$NetBSD: patch-af,v 1.1 2008/01/09 21:09:27 smb Exp $
+$NetBSD: patch-af,v 1.2 2008/01/16 19:53:24 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
@@ -7,7 +7,7 @@ $NetBSD: patch-af,v 1.1 2008/01/09 21:09:27 smb Exp $
#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 */
++#define _XOPEN_SOURCE 600 /* Set according to Opengroup standards */
#include "ns_dc.h"
#include "conf.h"