Commit graph

21 commits

Author SHA1 Message Date
jaapb
8543e4d6c2 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-06 10:55:38 +00:00
jaapb
6cc4be3cc0 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.
2013-07-05 13:57:58 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
jaapb
ff1184e506 Revision bump associated with the update of lang/ocaml to version 4. 2012-10-08 15:18:20 +00:00
jaapb
81ae66b802 Added a configure argument to enforce installation location of libraries. This
should resolve PR pkg/46995.
2012-09-25 09:02:42 +00:00
wiz
2552eafa3c 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-08-14 06:56:21 +00:00
wiz
b2af1a7bcf 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-07-06 09:22:04 +00:00
asau
91caa785d0 Update to findlib 1.2.8
Changes:

- Adding support for ocamlmklib (B. Meurer's patches)
- Fix for win32 in the configure script.
2012-03-04 09:26:55 +00:00
sbd
8eca42f859 Recursive bump for lang/ocaml buildlink addition. 2011-12-06 00:19:21 +00:00
marino
bc94c066ea devel/ocaml-findlib: Designate not jobs safe. 2011-11-27 19:13:50 +00:00
uebayasi
22815364fb Check-point ocamlfind buildlink3.mk; overwrite "ocamlfind install" command
to ease ${DESTDIR} support.
2011-06-15 05:25:46 +00:00
cegger
6aa9c43221 make ocaml-findlib and ocaml a build dependency as discussed with wiz@ 2011-04-06 10:03:00 +00:00
cegger
7ff97c267d add buildlink3. Needed for xentools41. 2011-04-06 08:44:23 +00:00
asau
5df13ae8bd 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
2010-08-21 15:27:31 +00:00
joerg
bacea7cad5 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
zafer
2b6f79691d update master site and homepage. 2009-05-28 21:22:35 +00:00
joerg
f3b422088a DESTDIR support. Don't leak WRKDIR. Bump revision. 2009-02-16 16:29:18 +00:00
rillig
ebcb0ce01e Resign from maintaining a lot of packages, so everyone is free to update
them at will.
2008-03-04 11:02:23 +00:00
joerg
d1770350a4 Require m4 for build. From PR 37582. 2007-12-21 16:48:30 +00:00
rillig
7d33272f2d Added a utility to register and unregister package paths. 2006-05-20 13:47:43 +00:00
rillig
6e53dd3ffa Imported ocaml-findlib.
The "findlib" software provides a scheme to manage reusable software
components  in the form of libraries, and includes tools that support
this scheme. A  library installed as a findlib component is also called
a package. The point is  that the findlib scheme allows it to store
metainformation about the library,  especially how it can be used in
programs. The packages are kept in the  filesystem hierarchy, but the
directory structure is defined by findlib, and  there is no way to
deviate from this standard. The library contains functions  to look the
directory up that stores a package, to query metainformation about  a
package, and to retrieve dependency information about multiple packages.
There is also a tool that allows the user to enter queries on the
command-line.  In order to simplify compilation and linkage, there are
new frontends of the  various OCaml compilers that can directly deal
with packages.
2006-05-20 10:19:35 +00:00