2011-01-15 19:37:46 by Matthias Scheler | Files touched by this commit (5) |
Log message:
Update "netpbm" package to version 10.35.78. Changes since 10.35.77:
- bmptopnm: Don't crash on invalid zero value of image height in
the BMP header of a compressed file. Always broken.
- bmptopnm: don't crash on large invalid value of 'colorsused' in
the BMP header.
- ilbmtoppm: Don't crash on image that has a transparent color
index, but no color map.
"pkgsrc" changes:
- Add a lot of patches written by Thomas Klausner and me to make this
compile with PNG 1.5.
|
2011-01-15 09:15:47 by Matthias Scheler | Files touched by this commit (2) |
Log message:
Fix bug in patch for "pnmtopng" reported by Thomas Klausner in private
e-mail. No package revision bump as the package didn't build before
and still doesn't until "pngtopnm" gets fixed as well.
|
2011-01-14 22:51:59 by Matthias Scheler | Files touched by this commit (4) |
Log message:
Get "pnmtopng" to build with new "png" package. \
"pngtopnm" still fails.
|
2011-01-13 14:40:12 by Thomas Klausner | Files touched by this commit (1644) |
Log message:
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
|
2010-11-04 11:57:51 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Fix problem finding rgb.txt, PR#43934
|
2010-10-28 09:09:13 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Pass LDFLAGS when building progs; required e.g. for -isysroot on MacOSX
|
2010-09-23 11:09:20 by Matthias Scheler | Files touched by this commit (2) |
Log message:
Update "netpbm" package to version 10.35.77.
Changes since version 10.35.76:
- ppmtompeg: fix crash with free of unallocated memory.
- Build: don't expect snprintf() to exist.
- Build: don't use <strings.h> or bzero().
|
2010-07-14 04:39:17 by David A. Holland | Files touched by this commit (2) |
Log message:
Arrange conditional PLIST for the "fiasco" converters since they're
disabled on MacOS. From Edgar Fuss in PR 43464.
|
2010-07-13 08:09:08 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
Changes 10.35.76:
* Pnmtopng: -libversion doesn't report level of linked libz.
It was a modularity violation and caused build failures on
Mac OS X, because Pnmtopng per se doesn't know about libz --
it's used by libpng.
* Build: don't fail due to SIGRTMIN, SIGRTMAX being undefined.
Changes 10.35.75:
* palmtopnm: fix for pixel size 16.
* pamscale: fix -reduce. Introduced in 10.27.
* configure: default to 'none' for Svgalib if it doesn't appear to
be installed (per 'ldconfig'). Ported from 10.38, released March 2007.
Changes 10.35.74:
* pbmtext: don't crash when font file contains a blank line.
Fail cleanly.
* ppmtoilbm: fix arithmetic overflow with image dimension
represented as 16 bit integer.
* pbmpage: fix garbage output.
* pnmhistmap: Fix crash with -width. Always broken.
* Build: don't fail due to SIGPWR being undefined.
|
2010-07-13 08:08:23 by Adam Ciarcinski | Files touched by this commit (5) |
Log message:
Changes 10.35.76:
* Pnmtopng: -libversion doesn't report level of linked libz.
It was a modularity violation and caused build failures on
Mac OS X, because Pnmtopng per se doesn't know about libz --
it's used by libpng.
* Build: don't fail due to SIGRTMIN, SIGRTMAX being undefined.
Changes 10.35.75:
* palmtopnm: fix for pixel size 16.
* pamscale: fix -reduce. Introduced in 10.27.
* configure: default to 'none' for Svgalib if it doesn't appear to
be installed (per 'ldconfig'). Ported from 10.38, released March 2007.
Changes 10.35.74:
* pbmtext: don't crash when font file contains a blank line.
Fail cleanly.
* ppmtoilbm: fix arithmetic overflow with image dimension
represented as 16 bit integer.
* pbmpage: fix garbage output.
* pnmhistmap: Fix crash with -width. Always broken.
* Build: don't fail due to SIGPWR being undefined.
|