diff options
author | wiz <wiz@pkgsrc.org> | 2014-08-21 12:02:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-08-21 12:02:59 +0000 |
commit | 8d2c1a6f0d4a2822bc25458f665bf46871d0f76b (patch) | |
tree | 46ded59b62bc24855cb0fe0ea78d2db7f189be98 /graphics | |
parent | ae8bffdf8860ae1b161c70378b42654f8e5684d3 (diff) | |
download | pkgsrc-8d2c1a6f0d4a2822bc25458f665bf46871d0f76b.tar.gz |
Update to 1.6.13:
Version 1.6.13beta01 [July 4, 2014]
Quieted -Wsign-compare and -Wclobber compiler warnings in
contrib/pngminus/*.c
Added "(void) png_ptr;" where needed in contrib/gregbook to quiet
compiler complaints about unused pointers.
Split a long output string in contrib/gregbook/rpng2-x.c.
Added "PNG_SET_OPTION" requirement for sRGB chunk support to pnglibconf.dfa,
Needed for write-only support (John Bowler).
Changed "if defined(__ARM_NEON__)" to
"if (defined(__ARM_NEON__) || defined(__ARM_NEON))" (James Wu).
Fixed clang no-warning builds: png_digit was defined but never used.
Version 1.6.13beta02 [July 21, 2014]
Fixed an incorrect separator ("/" should be "\") in scripts/makefile.vcwin32
(bug report from Wolfgang S. Kechel). Bug was introduced in libpng-1.6.11.
Also fixed makefile.bc32, makefile.bor, makefile.msc, makefile.intel, and
makefile.tc3 similarly.
Version 1.6.13beta03 [August 3, 2014]
Removed scripts/makefile.elf. It has not worked since libpng-1.5.0beta14
due to elimination of the PNG_FUNCTION_EXPORT and PNG_DATA_EXPORT
definitions from pngconf.h.
Ensure that CMakeLists.txt makes the target "lib" directory before making
symbolic link into it (SourceForge bug report #226 by Rolf Timmermans).
Version 1.6.13beta04 [August 8, 2014]
Added opinion that the ECCN (Export Control Classification Number) for
libpng is EAR99 to the README file.
Eliminated use of "$<" in makefile explicit rules, when copying
$PNGLIBCONF_H_PREBUILT. This does not work on some versions of make;
bug introduced in libpng version 1.6.11.
Version 1.6.13rc01 [August 14, 2014]
Made "ccopts" agree with "CFLAGS" in scripts/makefile.hp* and makefile.*sunu
Version 1.6.13 [August 21, 2014]
No changes.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/png/Makefile | 4 | ||||
-rw-r--r-- | graphics/png/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 9af0067e419..67c2061795d 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.171 2014/06/12 08:59:19 wiz Exp $ +# $NetBSD: Makefile,v 1.172 2014/08/21 12:02:59 wiz Exp $ -DISTNAME= libpng-1.6.12 +DISTNAME= libpng-1.6.13 PKGNAME= ${DISTNAME:S/lib//} CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpng/} \ diff --git a/graphics/png/distinfo b/graphics/png/distinfo index be2ded3cc80..bd2cd81426a 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.116 2014/06/12 08:59:19 wiz Exp $ +$NetBSD: distinfo,v 1.117 2014/08/21 12:02:59 wiz Exp $ -SHA1 (libpng-1.6.12.tar.xz) = c3d54f9ab683d63218361487269380fb8e0cf3b6 -RMD160 (libpng-1.6.12.tar.xz) = 7b8cb830b26ffa11256045406b83373a3f1d720d -Size (libpng-1.6.12.tar.xz) = 902368 bytes +SHA1 (libpng-1.6.13.tar.xz) = 5ae32b6b99cef6c5c85feab8edf9d619e1773b15 +RMD160 (libpng-1.6.13.tar.xz) = 519725df766ffbaa456ba6f963cabd3b14e48ea2 +Size (libpng-1.6.13.tar.xz) = 902612 bytes |