port include:
- many bug fixes, a revised regression test suite.
- a new MLRISC code generator for the amd64.
- "lexgen" has been replaced by "ml-ulex".
- "ml-ulex", "ml-antlr" and "trace-debug-profile" are now part of
the default install.
Remove CONFLICTS with sml-nj. The sml-nj* ports now use a helper
script (installed as ${PREFIX}/bin/multiexec-wrapper) to resolve
conflicting executable names (such as sml, ml-lex, etc.).
Submitted by: Johannes 5 Joemann [MAINTAINER]
Upstream changes from the previous version of the port include:
- An improved lexer generator tool "lexgen".
- bug fixes and minor improvements
Submitted by: Johannes 5 Joemann <joemann at beefree.free.de>, with
patches tty handling code from Timothy Bourke
<timbob at bigpond.com>
knobs:
- the default compiles the basic runtime, heap, libs, ml-yacc,
ml-lex and smlnj-lib
- WITH_EVERYTHING installs everything in the distribution,
including sources
- WITH_RECOMPILE recompiles the compiler, implies WITH_EVERYTHING
- WITH_FLINT applies the patch to access FLINT, implies
WITH_RECOMPILE
Submitted by: Johannes 5 Joemann <joemann@beefree.free.de> (MAINTAINER)