Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 12d614fa | 2016-07-06 17:49:32 | Tweak PLIST/PFRAG so build/package works on non-dynlink-native archs again. Remember to crank REVISION this time. | ||
| 9cba8f48 | 2016-07-04 19:01:55 | Update to latest (1.6.2). Don't try to create the man3 directory or remove the .3 man pages that are not generated because (according to the Makefile comment) ocamldoc is hopeless at at generating them. Placate portcheck by using ${PREFIX} instead of a hardcoded directory. Maintainer timeout. PLIST tweaks and ok chrisz@ | ||
| 50b44b65 | 2016-06-23 19:23:53 | Stop building Ocaml's internal ocamlbuild and use the ocaml-ocamlbuild port where needed. The next step towards Ocaml 4.3.0. Bulk build by sthen@ identified several laggards which are included here. ok anil@ sthen@ so final 4.3.0 polishing can be done in-tree. | ||
| 0907d052 | 2015-08-30 15:43:47 | update to findlib-1.5.5 This introduces a strong dependency on ocaml-camlp4 in order to get the safe_camlp4 script. This could be split into a subpackage in the future, to get a base findlib package that does not depend on camlp4 ok jca@, tested by krw@ daniel@ jsg@ | ||
| 48561e98 | 2014-10-22 14:56:42 | fix sed syntax. Thanks to naddy@ for reporting. | ||
| b17139ba | 2014-10-21 19:12:28 | Update to 1.5.4 ok avsm@ | ||
| 4f34b70b | 2014-09-02 09:24:44 | Upgrade OCaml to 4.02. Since camlp4 is now a seperate port, add / change BUILD_DEPENDS for all ports using camlp4. Findlib is changed because it won't use camlp4 and doesn't install the Bytes module anymore, which is now included in OCaml 4.02. ok avsm@ | ||
| 241940ca | 2014-08-25 15:20:19 | Upgrade findlib to 1.5.2. * Don't use MODULES = lang/ocaml, because with 4.02 we will need to build findlib without camlp4, which will depend on findlib. * Remove patches accepted upstream. * Add one patch from upstream to fix building without ocamlfind in path yet and respecting PREFIX. OK avsm@ | ||
| 10bf6648 | 2014-08-21 20:54:04 | Split off camlp4, labltk and graphics from our current OCaml 4.01. This will help when upgrading to upcoming OCaml 4.02, which will miss camlp4 and labltk. For a smooth transision, make all OCaml ports BUILD_DEPEND on camlp4 via MODULES=ocaml. sysutils/findlib is the only port using -labltk. graphics/ocaml-camlimage is the only port using -graphics. ok avsm@ | ||
| eae66e4a | 2013-03-11 11:35:43 | PERMIT_* / REGRESS->TEST sweep |