Sun Jan 13 15:40:14 2008 UTC ()
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.


(wiz)
diff -r1.99 -r1.100 pkgsrc/graphics/png/Makefile
diff -r1.43 -r1.44 pkgsrc/graphics/png/distinfo
diff -r1.7 -r1.8 pkgsrc/graphics/png/patches/patch-ae

cvs diff -r1.99 -r1.100 pkgsrc/graphics/png/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/png/Makefile 2007/12/12 20:43:06 1.99
+++ pkgsrc/graphics/png/Makefile 2008/01/13 15:40:13 1.100
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.99 2007/12/12 20:43:06 wiz Exp $ 1# $NetBSD: Makefile,v 1.100 2008/01/13 15:40:13 wiz Exp $
2 2
3DISTNAME= libpng-1.2.23 3DISTNAME= libpng-1.2.24
4PKGNAME= ${DISTNAME:S/lib//} 4PKGNAME= ${DISTNAME:S/lib//}
5CATEGORIES= graphics 5CATEGORIES= graphics
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpng/} \ 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpng/} \
7 ftp://ftp.fu-berlin.de/unix/graphics/png/src/ 7 ftp://ftp.fu-berlin.de/unix/graphics/png/src/
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
9 9
10MAINTAINER= wiz@NetBSD.org 10MAINTAINER= wiz@NetBSD.org
11HOMEPAGE= http://www.libpng.org/pub/png/ 11HOMEPAGE= http://www.libpng.org/pub/png/
12COMMENT= Library for manipulating PNG images 12COMMENT= Library for manipulating PNG images
13 13
14PKG_INSTALLATION_TYPES= overwrite pkgviews 14PKG_INSTALLATION_TYPES= overwrite pkgviews
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16 16

cvs diff -r1.43 -r1.44 pkgsrc/graphics/png/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/png/distinfo 2007/11/11 19:08:11 1.43
+++ pkgsrc/graphics/png/distinfo 2008/01/13 15:40:13 1.44
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.43 2007/11/11 19:08:11 wiz Exp $ 1$NetBSD: distinfo,v 1.44 2008/01/13 15:40:13 wiz Exp $
2 2
3SHA1 (libpng-1.2.23.tar.bz2) = a03e47700660c1ee8dbef0dd2817285a21794455 3SHA1 (libpng-1.2.24.tar.bz2) = 67ea40f216348cc1d9952e972899cd17d175ec6f
4RMD160 (libpng-1.2.23.tar.bz2) = 594b334481ed52751b60dec4bf4906b88cbeb9a0 4RMD160 (libpng-1.2.24.tar.bz2) = 944dfaba20ed6ed8a15f7a5ae45c811f0b055a57
5Size (libpng-1.2.23.tar.bz2) = 614843 bytes 5Size (libpng-1.2.24.tar.bz2) = 615634 bytes
6SHA1 (patch-aa) = 27df7893fc54f7e87790850eb9f047155c73f7d3 6SHA1 (patch-aa) = 27df7893fc54f7e87790850eb9f047155c73f7d3
7SHA1 (patch-ac) = 87850d6ac555f1d8863a96d287a1ccccfa89230b 7SHA1 (patch-ac) = 87850d6ac555f1d8863a96d287a1ccccfa89230b
8SHA1 (patch-ae) = b9bf9de3caa32ac78a17685cdd5df5b80d1ccbbf 8SHA1 (patch-ae) = 8c06a09817d414ffffbfd39bdd7d1f4336538bf3

cvs diff -r1.7 -r1.8 pkgsrc/graphics/png/patches/Attic/patch-ae (expand / switch to unified diff)

--- pkgsrc/graphics/png/patches/Attic/patch-ae 2006/05/17 21:48:57 1.7
+++ pkgsrc/graphics/png/patches/Attic/patch-ae 2008/01/13 15:40:13 1.8
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1$NetBSD: patch-ae,v 1.7 2006/05/17 21:48:57 wiz Exp $ 1$NetBSD: patch-ae,v 1.8 2008/01/13 15:40:13 wiz Exp $
2 2
3--- pngconf.h.orig 2006-04-23 18:45:34.000000000 +0000 3--- pngconf.h.orig 2006-04-23 18:45:34.000000000 +0000
4+++ pngconf.h 4+++ pngconf.h
5@@ -314,8 +314,8 @@ 5@@ -314,8 +314,8 @@
6 /* If you encounter a compiler error here, see the explanation 6 /* If you encounter a compiler error here, see the explanation
7 * near the end of INSTALL. 7 * near the end of INSTALL.
8 */ 8 */
9- __png.h__ already includes setjmp.h; 9- __pngconf.h__ already includes setjmp.h;
10- __dont__ include it again.; 10- __dont__ include it again.;
11+#warning __png.h__ already includes setjmp.h; 11+#warning __pngconf.h__ already includes setjmp.h;
12+#warning __dont__ include it again.; 12+#warning __dont__ include it again.;
13 # endif 13 # endif
14 # endif /* __linux__ */ 14 # endif /* __linux__ */
15  15