summaryrefslogtreecommitdiff
path: root/graphics/pngcrush
diff options
context:
space:
mode:
authoradam <adam>2008-10-26 09:19:16 +0000
committeradam <adam>2008-10-26 09:19:16 +0000
commiteac72ad9a4629aa6a6264cb615e92a6e319c2cda (patch)
tree786b9a11d882f76cb729668539741d8c41d4765b /graphics/pngcrush
parentf439c25da4db29dc3dc7fbbd3441d9a551c13e2d (diff)
downloadpkgsrc-eac72ad9a4629aa6a6264cb615e92a6e319c2cda.tar.gz
Changes 1.6.10:
* Add sTER chunk support. Changes 1.6.9: * Updated cexcept.h to version 2.0.1 * Add missing curly brackets. Changes 1.6.8: * Fixed bug with handling of -z and -zi options.
Diffstat (limited to 'graphics/pngcrush')
-rw-r--r--graphics/pngcrush/Makefile6
-rw-r--r--graphics/pngcrush/distinfo10
-rw-r--r--graphics/pngcrush/patches/patch-aa17
3 files changed, 21 insertions, 12 deletions
diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile
index 421fe407edf..279bfe513de 100644
--- a/graphics/pngcrush/Makefile
+++ b/graphics/pngcrush/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2008/07/18 08:41:19 adam Exp $
+# $NetBSD: Makefile,v 1.29 2008/10/26 09:19:16 adam Exp $
-DISTNAME= pngcrush-1.6.7-nolib
-PKGNAME= pngcrush-1.6.7
+DISTNAME= pngcrush-1.6.10-nolib
+PKGNAME= pngcrush-1.6.10
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pmt/}
EXTRACT_SUFX= .tar.bz2
diff --git a/graphics/pngcrush/distinfo b/graphics/pngcrush/distinfo
index cbf0d476826..42dc31c2dc3 100644
--- a/graphics/pngcrush/distinfo
+++ b/graphics/pngcrush/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2008/07/18 08:41:19 adam Exp $
+$NetBSD: distinfo,v 1.15 2008/10/26 09:19:16 adam Exp $
-SHA1 (pngcrush-1.6.7-nolib.tar.bz2) = 5db4157fa42762419ef100e39dd121509e8d04c3
-RMD160 (pngcrush-1.6.7-nolib.tar.bz2) = fcb1a1252ac09f715e58c2db02f2196fc50f8d71
-Size (pngcrush-1.6.7-nolib.tar.bz2) = 42089 bytes
-SHA1 (patch-aa) = 0729d2ae6185f8e3540d57ef91ae1b4a0069c7d8
+SHA1 (pngcrush-1.6.10-nolib.tar.bz2) = 4b3d6450d776e53408960fba9de7661b3e3e99cc
+RMD160 (pngcrush-1.6.10-nolib.tar.bz2) = 92466d6bde526e77f826b4ec7589f132c525ea39
+Size (pngcrush-1.6.10-nolib.tar.bz2) = 42633 bytes
+SHA1 (patch-aa) = 6e6949d18f5c1283ace50296d22184a211486eea
diff --git a/graphics/pngcrush/patches/patch-aa b/graphics/pngcrush/patches/patch-aa
index c4aaa1a73be..29a2de874f8 100644
--- a/graphics/pngcrush/patches/patch-aa
+++ b/graphics/pngcrush/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.7 2008/07/18 08:41:20 adam Exp $
+$NetBSD: patch-aa,v 1.8 2008/10/26 09:19:16 adam Exp $
---- pngcrush.c.orig 2008-06-13 03:50:52.000000000 +0200
+--- pngcrush.c.orig 2008-08-25 21:00:08.000000000 +0200
+++ pngcrush.c
-@@ -624,9 +624,6 @@ void png_crc_read(png_structp png_ptr, p
+@@ -632,9 +632,6 @@ void png_crc_read(png_structp png_ptr, p
int png_crc_error(png_structp png_ptr);
int png_crc_finish(png_structp png_ptr, png_uint_32 skip);
@@ -12,7 +12,7 @@ $NetBSD: patch-aa,v 1.7 2008/07/18 08:41:20 adam Exp $
#ifdef PNG_USER_MEM_SUPPORTED
png_voidp png_debug_malloc(png_structp png_ptr, png_uint_32 size);
-@@ -662,38 +659,6 @@ void print_usage(int retval);
+@@ -670,38 +667,6 @@ void print_usage(int retval);
* ============================================================
*/
@@ -51,3 +51,12 @@ $NetBSD: patch-aa,v 1.7 2008/07/18 08:41:20 adam Exp $
/* Reset the CRC variable to 32 bits of 1's. Care must be taken
* in case CRC is > 32 bits to leave the top bits 0.
*/
+@@ -2821,7 +2786,7 @@ int main(int argc, char *argv[])
+ #if !defined(PNG_cHRM_SUPPORTED) || !defined(PNG_hIST_SUPPORTED) || \
+ !defined(PNG_iCCP_SUPPORTED) || !defined(PNG_sCAL_SUPPORTED) || \
+ !defined(PNG_pCAL_SUPPORTED) || !defined(PNG_sPLT_SUPPORTED) || \
+- !defined(PNG_tIME_SUPPORTED)
++ !defined(PNG_tIME_SUPPORTED) || !defined(PNG_sTER_SUPPORTED)
+ png_byte chunk_name[5];
+ chunk_name[4] = '\0';
+ #endif