Age | Commit message (Collapse) | Author | Files | Lines |
|
rather than PKG_FAIL_REASON, so that they provide useful error
messages in build logs, and so that they continue to work on platforms
where they aren't broken.
|
|
3.0. If one of these is important to you, please fix it in time
for pkgsrc-2006Q1, or it may be removed.
|
|
CONFIGURE_ARGS.
|
|
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
|
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this directory for Makefiles. From Todd Vierling in private mail.
|
|
The OpenJIT project is an ongoing Java[tm] the programming language JIT
compiler project as a collaborative effort between Tokyo Institute of
Technology and Fujitsu Laboratory, partly sponsored by the Information
Promotion Agency of Japan.
OpenJIT is a "reflective" JIT compiler in that not only it is almost
entirely written in Java, but also that it bootstraps and compiles
itself during execution of the user program, and compiler components
coexist as first-class objects in user heap space.
This was imported from wip/jdk-openjit, provided by Todd Vierling
<tv at pobox dot com> with some minor changes by me.
|