2012-09-25 11:02:42 by Jaap Boender | Files touched by this commit (1) |
Log message:
Added a configure argument to enforce installation location of libraries. This
should resolve PR pkg/46995.
|
2012-08-14 08:56:22 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 1.3.3, from maintainer Jaap Boender in PR 46796:
The changes are not enormous, fixes in compatibility with various
OCaml versions (4.00 and Homebrew).
|
2012-07-06 11:22:04 by Thomas Klausner | Files touched by this commit (8) |
Log message:
Update to 1.3.2. From Jaap Boender.
- 1.3.2: Handling of empty arguments (Wojciech Meyer).
Added entry for camlp4.fulllib.
New switch -add for "ocamlfind install" (Hans Ole Rafaelsen).
Further fixes for ocaml-4.00.
Fixing the recognition of double .cmi interface files.
Fixing -dontlink (it is now deeply interpreted).
- 1.3.1: Fixing a bug with ocamlmklib that slipped through in 1.3.0
- 1.3.0: Fixes for ocaml-4.00 (especially topfind).
Emitting an error if the configuration file does not exist.
Emitting a warning if the selected toolchain does not exist.
camlp4 is referenced by "+camlp4" in META.
Including the sources for the documentation in the tarball.
License change (simplification) for num_top_printers.mli.
Fix ocamlmklib wrapper: processing contracted args (like -L/dir) correctly.
Many wrappers get a new option -passrest instructing to pass all remaining
options on the command-line unchanged to the invoked tool.
Prettified -help output.
|
2012-03-04 10:26:55 by Aleksej Saushev | Files touched by this commit (2) |
Log message:
Update to findlib 1.2.8
Changes:
- Adding support for ocamlmklib (B. Meurer's patches)
- Fix for win32 in the configure script.
|
2011-12-06 01:19:26 by Steven Drake | Files touched by this commit (42) |
Log message:
Recursive bump for lang/ocaml buildlink addition.
|
2011-11-27 20:13:50 by John Marino | Files touched by this commit (1) |
Log message:
devel/ocaml-findlib: Designate not jobs safe.
|
2011-06-15 07:25:48 by Masao Uebayashi | Files touched by this commit (2) |
Log message:
Check-point ocamlfind buildlink3.mk; overwrite "ocamlfind install" command
to ease ${DESTDIR} support.
|
2011-04-06 12:03:01 by Christoph Egger | Files touched by this commit (2) |
Log message:
make ocaml-findlib and ocaml a build dependency as discussed with wiz@
|
2011-04-06 10:44:24 by Christoph Egger | Files touched by this commit (1) |
Log message:
add buildlink3. Needed for xentools41.
|
2010-08-21 17:27:31 by Aleksej Saushev | Files touched by this commit (5) |
Log message:
Update OCaml findlib to 1.2.6
Changes:
- 1.2.5: Fix: Again CR deletion... Turns out some OS do not understand '\r'
but only '\015' (thanks to Isaiah Weiner)
Support for Win64 (untested; thanks to David Allsopp)
ocamlfind no longer emits auto-generated -ccopt options. These tend to
accumulate, and it is possible that for large projects the maximum command
line length is exceeded. Current versions of the O'Caml compilers do not
need these extra -ccopt anyway, so this code is completely dropped.
- 1.2.4: Fix: Bigarray needs unix (Thanks to Markus Mottl)
Fix: In the version of camlp4 provided by O'Caml 3.11 various libraries do
not contain dynlink anymore. Because of this, dynlink becomes a
prerequisite of camlp4. (Thanks to Martin Jambon)
Attempt: Fixing the space issue for paths (Win32). It is unclear whether it
is solved. (Thanks to Christophe Troestler)
- 1.2.3: Solving the CR deletion differently, to make OS X happy.
- 1.2.2: Fix: Problem with CR character (Cygwin) (Thanks to David Allsopp)
Fix: Case-insensitive filesystems (partially solved) (Thanks to David
Allsopp)
Fix: File name with backslashes at the end (Win32; thanks to Dmitry
Grebeniuk)
- 1.2.1: Fix: Camlp4 rules now activate the stream parser extension
- 1.2: Fix in build scripts: Prepending $(prefix) when installing safe_camlp4
(thanks to Daniel Janus)
Non-existing -I directories are ignored (thanks to Nicolas Pouillard)
A script to create a MacOS X package (thanks to Pietro Abate)
Better support for Windows (with help from Robert Roessler and David
Allsopp)
Support for camlp4 on O'Caml 3.10
Fix: "ocamlfind install" with "-patch" option writes now \
correct META file
for the case that subpackages occur
Adding environment variable OCAMLFIND_IGNORE_DUPS_IN to reduce the number of
warnings ocamlfind emits
|