diff options
author | wiz <wiz> | 2011-01-24 12:29:42 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-01-24 12:29:42 +0000 |
commit | 892de45901907f351e5512d728699179612580f8 (patch) | |
tree | 467325195b913ecd25d1bcdd01251c8629f03688 /graphics/gdk-pixbuf2 | |
parent | f804d3a53040772d7fe2ca66af925a25b997466e (diff) | |
download | pkgsrc-892de45901907f351e5512d728699179612580f8.tar.gz |
Note upstream bug reports.
Diffstat (limited to 'graphics/gdk-pixbuf2')
-rw-r--r-- | graphics/gdk-pixbuf2/distinfo | 10 | ||||
-rw-r--r-- | graphics/gdk-pixbuf2/patches/patch-aa | 5 | ||||
-rw-r--r-- | graphics/gdk-pixbuf2/patches/patch-ad | 4 | ||||
-rw-r--r-- | graphics/gdk-pixbuf2/patches/patch-ae | 4 | ||||
-rw-r--r-- | graphics/gdk-pixbuf2/patches/patch-af | 3 |
5 files changed, 17 insertions, 9 deletions
diff --git a/graphics/gdk-pixbuf2/distinfo b/graphics/gdk-pixbuf2/distinfo index 8690abc5014..fadf861a6ef 100644 --- a/graphics/gdk-pixbuf2/distinfo +++ b/graphics/gdk-pixbuf2/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.5 2011/01/13 17:14:43 wiz Exp $ +$NetBSD: distinfo,v 1.6 2011/01/24 12:29:42 wiz Exp $ SHA1 (gdk-pixbuf-2.22.1.tar.bz2) = b452208963ddd84f7280865695b50255fcafaa2e RMD160 (gdk-pixbuf-2.22.1.tar.bz2) = d05d6642e147281b7dc1dd21657595333f13f6f1 Size (gdk-pixbuf-2.22.1.tar.bz2) = 1543273 bytes -SHA1 (patch-aa) = d5106a1436ad6899c30188c46246a066b13548df +SHA1 (patch-aa) = 4ba8d71c089ba1e18ffa42fdb2c9b81b07168411 SHA1 (patch-ab) = d18a235ce973ef132e9dc777b1cf029b064c02ef SHA1 (patch-ac) = f8c8ff3175cee6a88938a0aaa081d3bd832a050d -SHA1 (patch-ad) = 00b9186e0d3513a518c263b6d2f8350fc977580d -SHA1 (patch-ae) = d4ad340e16589c579ec964bf95fd951b334adf04 -SHA1 (patch-af) = ee6fdf4c2ef334873b56487dafe4e2a0d055318b +SHA1 (patch-ad) = 224ce909009d1d0ac42ba938987877c39b9aa380 +SHA1 (patch-ae) = e13fe0ad5a3e313bc4d6daa3c30f00fb66788534 +SHA1 (patch-af) = 4f7de87f3e840ceb282885ab806648e8dba28cff diff --git a/graphics/gdk-pixbuf2/patches/patch-aa b/graphics/gdk-pixbuf2/patches/patch-aa index d867819c99a..1206ac7a815 100644 --- a/graphics/gdk-pixbuf2/patches/patch-aa +++ b/graphics/gdk-pixbuf2/patches/patch-aa @@ -1,4 +1,7 @@ -$NetBSD: patch-aa,v 1.2 2010/11/14 20:11:42 drochner Exp $ +$NetBSD: patch-aa,v 1.3 2011/01/24 12:29:42 wiz Exp $ + +Unportable test(1) construct. +https://bugzilla.gnome.org/show_bug.cgi?id=640407 --- configure.orig 2010-11-05 23:56:08.000000000 +0000 +++ configure diff --git a/graphics/gdk-pixbuf2/patches/patch-ad b/graphics/gdk-pixbuf2/patches/patch-ad index 979a9eced94..4d3d49d2bd6 100644 --- a/graphics/gdk-pixbuf2/patches/patch-ad +++ b/graphics/gdk-pixbuf2/patches/patch-ad @@ -1,9 +1,11 @@ -$NetBSD: patch-ad,v 1.1 2010/11/23 13:05:22 he Exp $ +$NetBSD: patch-ad,v 1.2 2011/01/24 12:29:42 wiz Exp $ This file is passed through the C preprocessor, so we have to use C comments to acheive the desired effect, so that these are not mis-interpreted as invalid C preprocessing directives. +https://bugzilla.gnome.org/show_bug.cgi?id=640405 + --- gdk-pixbuf/pixops/have_mmx.S.orig 2010-11-19 11:41:03.000000000 +0000 +++ gdk-pixbuf/pixops/have_mmx.S @@ -42,7 +42,7 @@ __pixops_have_mmx: diff --git a/graphics/gdk-pixbuf2/patches/patch-ae b/graphics/gdk-pixbuf2/patches/patch-ae index 58f233022a0..6559c9d8e7f 100644 --- a/graphics/gdk-pixbuf2/patches/patch-ae +++ b/graphics/gdk-pixbuf2/patches/patch-ae @@ -1,9 +1,11 @@ -$NetBSD: patch-ae,v 1.1 2010/11/23 13:05:22 he Exp $ +$NetBSD: patch-ae,v 1.2 2011/01/24 12:29:42 wiz Exp $ This file is passed through the C preprocessor, so we have to use C comments to acheive the desired effect, so that these are not mis-interpreted as invalid C preprocessing directives. +https://bugzilla.gnome.org/show_bug.cgi?id=640405 + --- gdk-pixbuf/pixops/composite_line_22_4a4_mmx.S.orig 2010-06-25 21:40:10.000000000 +0000 +++ gdk-pixbuf/pixops/composite_line_22_4a4_mmx.S @@ -189,8 +189,8 @@ __pixops_composite_line_22_4a4_mmx: diff --git a/graphics/gdk-pixbuf2/patches/patch-af b/graphics/gdk-pixbuf2/patches/patch-af index 029d914235f..3f6a42e0573 100644 --- a/graphics/gdk-pixbuf2/patches/patch-af +++ b/graphics/gdk-pixbuf2/patches/patch-af @@ -1,6 +1,7 @@ -$NetBSD: patch-af,v 1.1 2011/01/13 17:14:43 wiz Exp $ +$NetBSD: patch-af,v 1.2 2011/01/24 12:29:42 wiz Exp $ Fix build with png-1.5. +https://bugzilla.gnome.org/show_bug.cgi?id=640404 --- gdk-pixbuf/io-png.c.orig 2010-07-10 00:54:35.000000000 +0000 +++ gdk-pixbuf/io-png.c |