CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2011/07/08 14:34:37
Modified files:
graphics/png : Makefile distinfo
graphics/png/patches: patch-pngerror_c
patch-scripts_libpng_pc_in
patch-scripts_makefile_openbsd
graphics/png/pkg: PLIST
Added files:
graphics/png/patches: patch-libpng_3
Removed files:
graphics/png/patches: patch-pngconf_h
Log message:
Update to png 1.5.2. Lots of improvements, but also significant
API incompatibility:
"The libpng 1.5.x series finally hides the contents of the venerable
and hoary png_struct and png_info data structures inside private
(i.e., non-installed) header files. Instead of direct struct-access,
applications should be using the various png_get_xxx() and png_set_xxx()
accessor functions, which have existed for almost as long as libpng
itself."