summaryrefslogtreecommitdiff
path: root/graphics/png/Makefile
diff options
context:
space:
mode:
authormjl <mjl>2001-04-02 02:23:48 +0000
committermjl <mjl>2001-04-02 02:23:48 +0000
commit18b213d28eac4fd0f0391615d941f27684203c42 (patch)
tree5da963544cd850079af08e1c4908248b56234c10 /graphics/png/Makefile
parent3f9128873f04fe166497f8a53183c6002288b4ae (diff)
downloadpkgsrc-18b213d28eac4fd0f0391615d941f27684203c42.tar.gz
Update to 1.0.10. Updates are bug fixes and MMX support.
Moved some error checking from png_handle_IHDR to png_set_IHDR. Added PNG_NO_READ_SUPPORTED and PNG_NO_WRITE_SUPPORTED macros. Revised png_mmx_support() function in pnggccrd.c Restored version 1.0.8 PNG_WRITE_EMPTY_PLTE_SUPPORTED behavior in pngwutil.c Fixed memory leak in contrib/visupng/PngFile.c Fixed bugs in png_combine_row() in pnggccrd.c and pngvcrd.c (C version) Added warnings when retrieving or setting gamma=0. Increased the first part of msg buffer from 16 to 18 in png_chunk_warning(). Fixed bug in progressive reading (pngpread.c) with small images (height < 8).
Diffstat (limited to 'graphics/png/Makefile')
-rw-r--r--graphics/png/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile
index 8cf01770dc3..df2050ecfb3 100644
--- a/graphics/png/Makefile
+++ b/graphics/png/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2001/03/30 12:57:38 mycroft Exp $
+# $NetBSD: Makefile,v 1.31 2001/04/02 02:23:48 mjl Exp $
# FreeBSD Id: Makefile,v 1.10 1997/07/17 15:12:44 max Exp
-DISTNAME= libpng-1.0.9
-PKGNAME= ${DISTNAME:S/lib//}nb1
+DISTNAME= libpng-1.0.10
+PKGNAME= ${DISTNAME:S/lib//}
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.libpng.org/pub/png/src/ \
ftp://ftp.cdrom.com/pub/png/src/ \