2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583) |
Log message:
Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.
There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
|
2017-09-08 11:51:27 by Jaap Boender | Files touched by this commit (113) | |
Log message:
Recursive revbump associated with update of ocaml to 4.05
|
2017-07-31 00:32:28 by Thomas Klausner | Files touched by this commit (229) |
Log message:
Switch github HOMEPAGEs to https.
|
2017-07-11 12:00:51 by Jaap Boender | Files touched by this commit (4) |
Log message:
Updated package to latest version, 1.07. Changes include:
- Allocate Zlib data structures outside the OCaml heap for compatibility
with recent versions of Zlib
(Github issue #1, pull request #2, report and fix by Einar Lielmanis).
- Don't pass -L and -I options to the C compiler unless necessary.
- Compile and install the shared library zip.cmxs.
(Contributed by E. Millon.)
- ocamlfind: install under 'zip' and 'camlzip' package names.
|
2016-12-30 12:17:03 by Jaap Boender | Files touched by this commit (89) | |
Log message:
Recursive revbump associated with ocaml update to 4.04.
|
2016-07-07 08:27:17 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Remove obsolete patch (not in distinfo).
|
2016-07-03 12:20:21 by Jaap Boender | Files touched by this commit (1) |
Log message:
Corrected distinfo.
|
2016-07-03 12:16:36 by Jaap Boender | Files touched by this commit (3) |
Log message:
Removed superfluous patches and revbump
|
2016-06-25 16:01:34 by Jaap Boender | Files touched by this commit (3) |
Log message:
Updated package to latest version (1.06) and made it compatible with
ocaml 4.03 and the latest framework version. Discussed on packages@ and
OK'd by jperkin.
Changes include:
- Switch to "safe string" mode. Some API functions that use to take
strings now take byte sequences instead. OCaml 4.02 or up is required.
- Update for OCaml 4.03.
- Avoid Zlib error when calling Gzip.output with length = 0.
- Improve support for ZIP files / ZIP file members greater than 2 Gbytes.
|
2016-05-05 13:27:47 by Jaap Boender | Files touched by this commit (5) | |
Log message:
Revbump associated with ocaml update. Also added patches to make package
compile with newest zlib/ocaml.
|