2014-10-31 02:00:31 by Hiramatsu Yoshifumi | Files touched by this commit (1) |
Log message:
Improve wrapper script as suggested by Joerg Sonnenberger.
|
2014-10-27 04:44:40 by Hiramatsu Yoshifumi | Files touched by this commit (1) |
Log message:
- Do not execute arguments modification other than install subcommand.
- Avoid removing files that have "install" in its filename.
|
2014-10-09 22:53:15 by Jaap Boender | Files touched by this commit (7) |
Log message:
Updated package to latest version, 1.5.3. Package now uses ocaml.mk
framework, and the buildlink wrapper has been modified to deal with
quoted arguments properly.
Changes:
- 1.5.3: The installation of "bytes" respects now $prefix and the \
configured
destination.
New option -pp for "ocamlfind query", to get preprocessor packages.
Updated the compatibility Bytes module to support extend, init, mapi,
blit_string (Gabriel Scherer).
- 1.5.2: support for the query formats "%+a" and "%+A".
Fix: the "ppx" property is now also path-expanded when interpreted in a
toploop.
Fix: implicit "ppx" is not path-expanded anymore.
Fix: Build bytes.cmxs only if natdynlink is enabled (Andy Ray).
- 1.5.1: includes a file that was missing in 1.5
- 1.5: Including the "bytes" package that is either a compat package \
for ocaml
< 4.02 or a fake package for ocaml >= 4.02. The package aims at helping to
support the transition to the new "bytes" type for mutable strings.
Also installing findlib.cmxs if OCaml supports it.
Allowing to disable camlp4 (in prep for OCaml-4.02).
The "ppx" package property can be specified for constructing ppx-type
preprocessors (patches from Peter Zotov).
|
2014-04-13 12:39:02 by Hiramatsu Yoshifumi | Files touched by this commit (2) |
Log message:
Fix buildlink wrapper not to ignore ${DESTDIR}.
ok'ed by MAINTAINER.
|
2014-03-12 11:29:38 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.4.1:
- 1.4.1:ocamldoc: The order of -ppopt arguments was changed by ocamlfind,
which is not correct. (Sylvain Le Gall and J<E9>r<E9>mie Dimino.)
|
2013-11-01 12:30:24 by Jaap Boender | Files touched by this commit (47) | |
Log message:
Revision bump associated with the update of lang/ocaml to version 4.01.
|
2013-07-06 12:55:38 by Jaap Boender | Files touched by this commit (4) |
Log message:
Disabled META file generation for dbm package; this will be taken care of
by the databases/ocaml-dbm package itself from now on.
|
2013-07-05 15:57:58 by Jaap Boender | Files touched by this commit (3) |
Log message:
Updated package to latest version, 1.4. Changes include:
* Fixed performance bug when many arguments need to be processed
* Auto-configuring ocamldoc.opt if it is found
* New config switch -no-custom to prevent that "ocamlfind" is linked in
custom-runtime mode (bytecode only)
* The library dbm is no longer part of OCaml, and now optional in findlib
* Support for ocamloptp.
* New function Topfind.log for controlling the verbosity
* Rewritten Fl_metascanner without camlp4
Also changed maintainer e-mail address.
|
2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-10-08 17:18:26 by Jaap Boender | Files touched by this commit (54) | |
Log message:
Revision bump associated with the update of lang/ocaml to version 4.
|