summaryrefslogtreecommitdiff
path: root/graphics/png
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-01-13 15:40:13 +0000
committerwiz <wiz@pkgsrc.org>2008-01-13 15:40:13 +0000
commita7f5486e684c8f94953d6448da3312239bd4a1f1 (patch)
tree7defb1dbecb271ae183eb5887170750e71eeb43e /graphics/png
parentd27762d4451ec5ca495ac00a976d750bfe600bc4 (diff)
downloadpkgsrc-a7f5486e684c8f94953d6448da3312239bd4a1f1.tar.gz
Update to 1.2.24:
version 1.2.24beta01 [November 19, 2007] Moved misplaced test for malloc failure in png_set_sPLT(). This bug was introduced in libpng-1.2.20beta01. Ifdef out avg_row etc from png.h and pngwrite.c when PNG_NO_WRITE_FILTER Do not use png_ptr->free_fn and png_ptr->mem_fn in png_destroy_read_struct() when png_ptr is NULL (Marshall Clow). Updated handling of symbol prefixes in Makefile.am and configure.ac (Mike Frysinger). version 1.2.24beta02 [November 30, 2007] Removed a useless test and fixed incorrect test in png_set_cHRM_fixed() (David Hill). version 1.2.24rc01 [December 7, 2007] No changes. version 1.2.24 [December 14, 2007] Make sure not to redefine _BSD_SOURCE in pngconf.h Revised gather.sh and makefile.std in contrib/pngminim to avoid compiling unused files.
Diffstat (limited to 'graphics/png')
-rw-r--r--graphics/png/Makefile4
-rw-r--r--graphics/png/distinfo10
-rw-r--r--graphics/png/patches/patch-ae6
3 files changed, 10 insertions, 10 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile
index 476dfe90752..89bae4d4d0a 100644
--- a/graphics/png/Makefile
+++ b/graphics/png/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.99 2007/12/12 20:43:06 wiz Exp $
+# $NetBSD: Makefile,v 1.100 2008/01/13 15:40:13 wiz Exp $
-DISTNAME= libpng-1.2.23
+DISTNAME= libpng-1.2.24
PKGNAME= ${DISTNAME:S/lib//}
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpng/} \
diff --git a/graphics/png/distinfo b/graphics/png/distinfo
index 430953cec5f..8d093d1191d 100644
--- a/graphics/png/distinfo
+++ b/graphics/png/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.43 2007/11/11 19:08:11 wiz Exp $
+$NetBSD: distinfo,v 1.44 2008/01/13 15:40:13 wiz Exp $
-SHA1 (libpng-1.2.23.tar.bz2) = a03e47700660c1ee8dbef0dd2817285a21794455
-RMD160 (libpng-1.2.23.tar.bz2) = 594b334481ed52751b60dec4bf4906b88cbeb9a0
-Size (libpng-1.2.23.tar.bz2) = 614843 bytes
+SHA1 (libpng-1.2.24.tar.bz2) = 67ea40f216348cc1d9952e972899cd17d175ec6f
+RMD160 (libpng-1.2.24.tar.bz2) = 944dfaba20ed6ed8a15f7a5ae45c811f0b055a57
+Size (libpng-1.2.24.tar.bz2) = 615634 bytes
SHA1 (patch-aa) = 27df7893fc54f7e87790850eb9f047155c73f7d3
SHA1 (patch-ac) = 87850d6ac555f1d8863a96d287a1ccccfa89230b
-SHA1 (patch-ae) = b9bf9de3caa32ac78a17685cdd5df5b80d1ccbbf
+SHA1 (patch-ae) = 8c06a09817d414ffffbfd39bdd7d1f4336538bf3
diff --git a/graphics/png/patches/patch-ae b/graphics/png/patches/patch-ae
index 0fcedffddb1..550ff9245b5 100644
--- a/graphics/png/patches/patch-ae
+++ b/graphics/png/patches/patch-ae
@@ -1,4 +1,4 @@
-$NetBSD: patch-ae,v 1.7 2006/05/17 21:48:57 wiz Exp $
+$NetBSD: patch-ae,v 1.8 2008/01/13 15:40:13 wiz Exp $
--- pngconf.h.orig 2006-04-23 18:45:34.000000000 +0000
+++ pngconf.h
@@ -6,9 +6,9 @@ $NetBSD: patch-ae,v 1.7 2006/05/17 21:48:57 wiz Exp $
/* If you encounter a compiler error here, see the explanation
* near the end of INSTALL.
*/
-- __png.h__ already includes setjmp.h;
+- __pngconf.h__ already includes setjmp.h;
- __dont__ include it again.;
-+#warning __png.h__ already includes setjmp.h;
++#warning __pngconf.h__ already includes setjmp.h;
+#warning __dont__ include it again.;
# endif
# endif /* __linux__ */