2004-07-10 03:11:18 by Thomas Klausner | Files touched by this commit (1) |
Log message: Fix path to pkgconfig file in PKGCONFIG_OVERRIDE. Bump PKGREVISION, since now the pkgconfig file contains the right rpath. |
2004-07-07 00:41:17 by Thomas Klausner | Files touched by this commit (30) |
Log message: Unused. |
2004-05-10 03:15:14 by Frederick Bruckman | Files touched by this commit (4) |
Log message: Don't read past the end of the error message string. This patch was posted to png-implement by Glenn Randers-Pherson, libpng's maintainer. This error was widely reported as "security issue", http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0421 even though there is no security issue. The most the error could do is SIGSEGV, and that only with some fairly uncommon circumstances. The patch posted with the advisory is in fact flawed, in that it calls strlen() on presumably arbitrary data. Bump PKGREVISION. |
2004-04-28 00:40:35 by Todd Vierling | Files touched by this commit (2) |
Log message: Convert INSTALL_SCRIPT to INSTALL_LIB. |
2004-04-27 21:36:27 by Todd Vierling | Files touched by this commit (3) |
Log message: Shared objects must be installed as executable on some platforms. Convert BSD_INSTALL_DATA to BSD_INSTALL_SCRIPT. |
2004-03-30 17:52:09 by Min Sik Kim | Files touched by this commit (1) |
Log message: Create pkgconfig directory before installing libpng12.pc. Noted by Cesar Catrian C. in PR pkg/24974. |
2004-03-30 13:09:15 by Thomas Klausner | Files touched by this commit (2) |
Log message: Fix pngconf.h on Linux systems. From Michal Pasternak in PR 24581. Ride yesterday's PKGREVISION bump for this one. |
2004-03-29 19:11:46 by Thomas Klausner | Files touched by this commit (1) |
Log message: Bump PKGREVISION for pkgconfig file addition. |
2004-03-29 18:02:08 by Ben Collver | Files touched by this commit (4) |
Log message: Install lib/pkgconfig/libpng12.pc, otherwise "pkg-config --list-all" will fail with an error if imlib2 is installed. |
2004-03-19 19:36:46 by Ben Collver | Files touched by this commit (2) |
Log message: Backing out PNG patch that installed lib/pkgconfig/libpng12.pc because it was done incorrectly and because it was disruptive to the pkgsrc freeze. Will fix this correctly after the freeze is finished. |