2008-03-20 20:58:16 by Matthias Drochner | Files touched by this commit (4) |
Log message:
add a patch from Debian (bug #413041) to fix some heap corruption
on malformed image input (CVE-2007-2721),
also fix some initialisation which could cause random misbehaviour
on cleanup,
bump PKGREVISION
|
2007-08-18 00:18:15 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Add DESTDIR support.
|
2007-08-12 23:53:42 by Lubomir Sedlacik | Files touched by this commit (3) |
Log message:
Use correct Autoconf macro for stdbool.h detection and functionality test.
Fixes build of some depending package such as netpbm (with its horrible,
horrible hardcoded _XOPEN_SOURCES definitions all over the place) on Solaris.
Will be submitted upstream.
|
2007-01-21 22:44:35 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 1.900.1:
This release fixes some build problems as well as
a multiply-defined symbol problem in jpc_qmfb.h.
|
2007-01-18 00:47:26 by Thomas Klausner | Files touched by this commit (166) | |
Log message:
Very belatedly bump PKGREVISION for all jasper dependencies because
of the shlib name change (!) during the update to 1.900.0.
Noted by Robert Elz in PR 35431.
|
2007-01-07 20:02:12 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
Fix pkglint warnings
|
2007-01-07 20:00:59 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Fix building on Darwin/Mac OS X
|
2007-01-07 00:28:07 by Thomas Klausner | Files touched by this commit (6) |
Log message:
Update to 1.900.0:
1) The wavelet transform code has been rewritten in order to be more
cache efficient (via loop tiling). As a few individuals have noted,
the old code could often result in an excessive number of cache misses.
2) Some man pages have been added to the distribution as provided
by Roland Stigge.
3) Some simple timer routines have been added to facilitate performance
measurements.
4) Numerous bugs have been fixed (e.g., memory leaks, JP2 box processing
problem, etc.).
5) Some name space pollution issues have been resolved.
6) A few compiler warnings have been fixed.
|
2006-12-02 23:33:00 by Jan Schaumann | Files touched by this commit (11) |
Log message:
Instead of setting compiler flags in each package if it uses C99,
allow USE_LANGUAGES+=c99 and let gcc and mipspro do the right thing.
May need to be reviewed/added for other compilers.
ok rillig@
|
2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
|