summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2013-11-11 21:34:40 +0000
committerdholland <dholland@pkgsrc.org>2013-11-11 21:34:40 +0000
commit03560dffc224e7c4bd34d59f3778d8f996cf73a6 (patch)
tree37b10cf1b228714133c03cdae6f5b32524acb46f /graphics
parent8d52e7b95370f9ed2aa37834d2b85e8e96ee02fb (diff)
downloadpkgsrc-03560dffc224e7c4bd34d59f3778d8f996cf73a6.tar.gz
Add upstream report URL per PR 48334.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gd/distinfo4
-rw-r--r--graphics/gd/patches/patch-src_gd__bmp.c5
2 files changed, 6 insertions, 3 deletions
diff --git a/graphics/gd/distinfo b/graphics/gd/distinfo
index 6d4021bacd7..9c7522941b3 100644
--- a/graphics/gd/distinfo
+++ b/graphics/gd/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.34 2013/11/11 20:38:15 dholland Exp $
+$NetBSD: distinfo,v 1.35 2013/11/11 21:34:40 dholland Exp $
SHA1 (libgd-2.1.0.tar.xz) = 66c56fc07246b66ba649c83e996fd2085ea2f9e2
RMD160 (libgd-2.1.0.tar.xz) = 3fcdf88e1ca653ffd40ddba607dbc317ca87bf63
Size (libgd-2.1.0.tar.xz) = 2004304 bytes
SHA1 (patch-aa) = 00198349dd9cff60f1f5738524096a251057eb16
SHA1 (patch-ab) = 300ffacf47d7421fc9efb7b3fd9e93f011de1b4b
-SHA1 (patch-src_gd__bmp.c) = ec0916d5f6f118fc50de7b2482cfb2fd39b3ae12
+SHA1 (patch-src_gd__bmp.c) = 4db300a26cebae6fb6f14564c5648608d7ed6cc5
diff --git a/graphics/gd/patches/patch-src_gd__bmp.c b/graphics/gd/patches/patch-src_gd__bmp.c
index bb69c77b43f..d0576162014 100644
--- a/graphics/gd/patches/patch-src_gd__bmp.c
+++ b/graphics/gd/patches/patch-src_gd__bmp.c
@@ -1,9 +1,12 @@
-$NetBSD: patch-src_gd__bmp.c,v 1.1 2013/11/11 20:38:15 dholland Exp $
+$NetBSD: patch-src_gd__bmp.c,v 1.2 2013/11/11 21:34:40 dholland Exp $
Don't use ceill(); it isn't remotely needed here (it is probably a
typo) and causes build failure on platforms where it isn't available.
See PR 48334.
+upstream report:
+https://bitbucket.org/libgd/gd-libgd/issue/98/gd_bmpc-use-of-both-ceil-and-ceill
+
--- src/gd_bmp.c~ 2013-06-25 09:58:23.000000000 +0000
+++ src/gd_bmp.c
@@ -792,7 +792,7 @@ static int bmp_read_1bit(gdImagePtr im,