2006-10-22 23:11:15 by Roland Illig | Files touched by this commit (1) |
Log message:
Fixed PKGMANDIR.
|
2006-10-04 01:01:25 by Georg Schwarz | Files touched by this commit (3) |
Log message:
added missing $NetBSD$ headers
|
2006-10-04 00:56:51 by Georg Schwarz | Files touched by this commit (19) |
Log message:
added support for IRIX 5 and in particular the SGI IDO cc.
patches were discussed with Bryan Henderson, maintainer of the netpbm
code.
|
2006-09-09 04:42:02 by OBATA Akio | Files touched by this commit (113) |
Log message:
Rename variable MAKEFILE to MAKE_FILE.
|
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
|
2006-07-09 00:39:49 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
|
2006-06-25 08:35:58 by Adam Ciarcinski | Files touched by this commit (8) | |
Log message:
This is a security update, which fixes a buffer overflow vulnerability.
Changes 10.34:
* Add pamthreshold, pamx, pamtoxvmini.
* pammasksharpen: Add -threshold.
* pnmtopng: make "N colors found" message verbose-only.
* pnmtopng: make "no room in palette" message non-verbose.
* picttoppm: Tolerate various PICT file corruptions.
* picttoppm: Don't issue warning message when file named
'fontdir' doesn't exist.
* libnetpbm: Add ppmd_fill_path().
* ppmtobmp: Fix for PBM input.
* bmptopnm: Don't crash on BMP with no color map.
* bmptopnm: Fix wrong file name in error messages.
* ppmtogif: fix bug: always produces garbage output.
* ppmtompeg: fix input from Standard Input.
* pnmflip: fix bug: -rotate90, -rotate180, and -rotate270
(and synonyms) don't work when followed by other rotation options.
* ppmtoilbm: Fig bug: generates more planes than necessary.
* pamtofits: fix buffer overflow in asembling header.
* picttoppm: fix bug - interprets some images wrong because of
bogus "rowBytes" value.
* Redo asprintfN(), etc. so as not to use va_list in a way
that doesn't work on some machines.
* cameratopam: remove definition of memmem() so it doesn't collide
with same in some C libraries. Add memmemN() and MEMEQ to libnetpbm.
* Fix build of filename.o.
|
2006-06-18 18:18:11 by Min Sik Kim | Files touched by this commit (3) |
Log message:
Build .dylib instead of .so on Darwin. Bump PKGREVISION.
|
2006-05-14 18:39:05 by Thomas Klausner | Files touched by this commit (5) |
Log message:
Add patches for some issues from the known-bugs page, including
one that should fix PR 33347 by martijn (build on amd64).
Bump PKGREVISION.
|
2006-05-10 19:19:00 by Johnny C. Lam | Files touched by this commit (2) |
Log message:
On FreeBSD 4.x, <netinet/in.h> needs <sys/types.h> to be included first.
|