Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 05/22/2001 00:39:15
Module Name: pkgsrc
Committed By: wiz
Date: Mon May 21 21:39:14 UTC 2001
Modified Files:
pkgsrc/graphics/png: Makefile distinfo
pkgsrc/graphics/png/patches: patch-aa
pkgsrc/graphics/png/pkg: PLIST
Log Message:
Update libpng to 1.0.11.
pkgsrc change: bump shared library major like it happened in libpng some
time ago -- our libtool'ified build didn't reflect this. Fixes pkg/12856
by Thor Simon. Note necessity of manual major/minor handling in Makefile,
to decrease chance that this will repeat in the future.
Changes since 1.0.10:
Added type casts on several png_malloc() calls (Dimitri Papadapoulos).
Removed a no-longer needed AIX work-around from pngconf.h
Changed several "//" single-line comments to C-style in pnggccrd.c
Removed PNGAPI from several functions whose prototypes did not have PNGAPI.
Updated scripts/pngos2.def
Added a check for NULL return from user's malloc_fn().
Removed some useless type casts of the NULL pointer.
Added makefile.netbsd [not used, since we're using libtool instead]
To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 pkgsrc/graphics/png/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/graphics/png/distinfo
cvs rdiff -r1.14 -r1.15 pkgsrc/graphics/png/patches/patch-aa
cvs rdiff -r1.15 -r1.16 pkgsrc/graphics/png/pkg/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.