2005-07-26 16:34:53 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 10.26.12:
* ppmtompeg: fix uname() rc test (sometimes > 0 is success)
* Fix bytesToWordInt()
|
2005-07-15 22:14:04 by Johnny C. Lam | Files touched by this commit (16) |
Log message:
Drop support for TOOLS_DEPMETHOD.<tool>. The new way to specify a
run-time dependency (DEPENDS) on a tool is to append a ":run" modifier
to the tool name, e.g.,
USE_TOOLS+= perl:run
Tools without modifiers or with an explicit ":build" modifier will
cause build dependencies (BUILD_DEPENDS) on those tools to be added.
This makes the notation a bit more compact.
|
2005-06-30 17:58:59 by Min Sik Kim | Files touched by this commit (3) |
Log message:
Do not build fiasco on Darwin-8.x, where it causes a bus error. This
should be OK since the netpbm Makefile has the following:
# Fiasco has some special requirements that make it fail to compile on
# some systems, and since it isn't very important, just set this to "N"
# and skip it on those systems unless you want to debug it and fix it.
BUILD_FIASCO = Y
|
2005-06-30 16:55:13 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Changes 10.26.11:
* Fixed memory problem in pamcomp
Changes 10.26.10:
* Fixed: jpeg2ktopam, rle_open: ppmtompeg
|
2005-06-24 23:58:47 by Min Sik Kim | Files touched by this commit (1) |
Log message:
Use the tools framework to pull in dependency on bash.
Bump PKGREVISION due to dependency change on platforms with native bash.
|
2005-06-24 23:36:10 by Min Sik Kim | Files touched by this commit (1) |
Log message:
Preserve "!" in shebang lines.
Bump PKGREVISION.
|
2005-06-21 00:39:18 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Fix pkgsrc path to bash (not old bash2).
|
2005-06-12 08:37:32 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Several of the netpbm shell scripts use bashisms, so force using bash
for all of the shell scripts. Bump the PKGREVISION to 1. This fixes
PR pkg/23636.
|
2005-05-24 09:53:54 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Changes 10.26.9:
* libnetpbm: fix crash with -builtin=fixed
* pbmtoppa: fix floating point exception
Changes 10.26.8:
* pnmgamma: Correct math in -srgbramp
* ppmshadow: fix blurring
Pkgsrc:
* fixed problem on DragonFly (courtesy of Joerg Sonnenberger)
|
2005-05-22 22:08:52 by Johnny C. Lam | Files touched by this commit (1035) |
Log message:
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|