summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2011-03-14 00:15:32 +0000
committerwiz <wiz@pkgsrc.org>2011-03-14 00:15:32 +0000
commite1e959ac8c5d0d0b82c80182669d86a3ebf40564 (patch)
treea4f269ce1bc837eea5946c103b37b7c44f4e31f2 /www
parenta3057d4d31de39d508a79136118d47ac81e99e1b (diff)
downloadpkgsrc-e1e959ac8c5d0d0b82c80182669d86a3ebf40564.tar.gz
Add upstream bug report URL.
Diffstat (limited to 'www')
-rw-r--r--www/webkit-gtk/distinfo6
-rw-r--r--www/webkit-gtk/patches/patch-ag4
-rw-r--r--www/webkit-gtk/patches/patch-ah6
3 files changed, 11 insertions, 5 deletions
diff --git a/www/webkit-gtk/distinfo b/www/webkit-gtk/distinfo
index 53cde2f2597..ca02c6b6040 100644
--- a/www/webkit-gtk/distinfo
+++ b/www/webkit-gtk/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.30 2011/03/12 12:15:58 martin Exp $
+$NetBSD: distinfo,v 1.31 2011/03/14 00:15:32 wiz Exp $
SHA1 (webkit-1.2.7.tar.gz) = e9afc573d2459794c3749ba404f2187f9dcc9ed3
RMD160 (webkit-1.2.7.tar.gz) = f36b3ae05693e0eeb4d1936ceee52b6fe1517e57
@@ -6,5 +6,5 @@ Size (webkit-1.2.7.tar.gz) = 6615990 bytes
SHA1 (patch-ab) = 92a6d6e0def4c3fd77a692a199359255319f7f21
SHA1 (patch-ad) = ef727a30bf78b747402a23fea7bddcc37d70e77d
SHA1 (patch-af) = 7971cf7d873703e17c002fa660a949f6f6d1c684
-SHA1 (patch-ag) = cfc37a4476b3e0ee2d74bdf416ac5e6028536df1
-SHA1 (patch-ah) = 4711ba7d5faae0629470fe4a681739971dec9d13
+SHA1 (patch-ag) = 0da0f8e1299ab061118e0338af521a1f07f4722b
+SHA1 (patch-ah) = 9e0178a9fe7175e29e16155bd190b852ced7d01f
diff --git a/www/webkit-gtk/patches/patch-ag b/www/webkit-gtk/patches/patch-ag
index e9cb4db5347..62e5334c6b5 100644
--- a/www/webkit-gtk/patches/patch-ag
+++ b/www/webkit-gtk/patches/patch-ag
@@ -1,8 +1,10 @@
-$NetBSD: patch-ag,v 1.1 2011/03/12 12:15:58 martin Exp $
+$NetBSD: patch-ag,v 1.2 2011/03/14 00:15:32 wiz Exp $
It would be easier to list the CPUs where unaligned access is both allowed
and actually faster!
+https://bugs.webkit.org/show_bug.cgi?id=56247
+
--- WebCore/platform/text/AtomicString.cpp.orig 2010-09-10 15:20:33.000000000 +0200
+++ WebCore/platform/text/AtomicString.cpp 2011-03-12 12:54:41.000000000 +0100
@@ -105,7 +105,7 @@ static inline bool equal(StringImpl* str
diff --git a/www/webkit-gtk/patches/patch-ah b/www/webkit-gtk/patches/patch-ah
index 0f471ae45a9..d825427440d 100644
--- a/www/webkit-gtk/patches/patch-ah
+++ b/www/webkit-gtk/patches/patch-ah
@@ -1,4 +1,8 @@
-$NetBSD: patch-ah,v 1.1 2011/03/12 12:15:58 martin Exp $
+$NetBSD: patch-ah,v 1.2 2011/03/14 00:15:32 wiz Exp $
+
+Same as patch-ag.
+
+https://bugs.webkit.org/show_bug.cgi?id=56247
--- WebCore/platform/text/StringHash.h.orig 2010-09-10 15:20:33.000000000 +0200
+++ WebCore/platform/text/StringHash.h 2011-03-12 13:04:40.000000000 +0100