Port details |
- ocaml-ocamlbuild Legacy build tool for OCaml libraries and programs
- 0.14.1 devel
=0 Version of this port present on the latest quarterly branch. - Maintainer: danfe@FreeBSD.org
 - Port Added: 2018-09-18 17:21:37
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- License: GPLv2
- Description:
- OCamlbuild is a generic build tool, that has built-in rules for building
OCaml library and programs.
In recent years, the OCaml community has converged towards a more recent
and faster build tool: Dune. It is available as `devel/ocaml-dune' port.
When choosing a build system, one should probably use Dune instead.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ocaml-ocamlbuild>0:devel/ocaml-ocamlbuild
- To install the port:
- cd /usr/ports/devel/ocaml-ocamlbuild/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/ocaml-ocamlbuild
- pkg install ocaml-ocamlbuild
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ocaml-ocamlbuild
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1644405306
SHA256 (ocaml-ocamlbuild-0.14.1_GH0.tar.gz) = 4e1279ff0ef80c862eaa5207a77020d741e89ef94f0e4a92a37c4188dbf08256
SIZE (ocaml-ocamlbuild-0.14.1_GH0.tar.gz) = 199103
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ocamlc : lang/ocaml
- gmake>=4.3 : devel/gmake
- Runtime dependencies:
-
- ocamlc : lang/ocaml
- Patch dependencies:
-
- ocamlc : lang/ocaml
-
- This port is required by:
- for Build
-
- converters/ocaml-base64
- converters/ocaml-jsonm
- databases/ocaml-sqlite3
- devel/aifad
- devel/cil
- devel/menhir
- devel/ocaml-camlp4
Configuration Options:
- No options to configure
- Options name:
- devel_ocaml-ocamlbuild
- USES:
- gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.14.1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.14.1 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.14.1 18 Apr 2022 10:03:24
    |
Alexey Dokuchaev (danfe)  |
devel/ocaml-ocamlbuild: update the port to version 1.14.1
Actualize the COMMENT and port description while I'm here.
PR: 262782
Submitted by: thierry |
0.14.0 06 Sep 2021 18:10:29
    |
Alexey Dokuchaev (danfe)  |
devel/ocaml-ocamlbuild: fix install in presence of `devel/ocaml-findlib'
If ocamlfind(1) is installed, its output of `printconf destdir' is used
as OCAMLBUILD_LIBDIR, which does not match OCAML_LIBDIR and is actually
not a single directory, but colon-separated path list. Specify correct
destination explicitly to avoid this type of side effects. While at it,
hook the test suite to our framework.
PR: 238905
Reported by: John Hein |
0.14.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.14.0 24 Jun 2019 10:14:57
  |
danfe  |
Update OCaml to version 4.05.0 (this is the last version where strings
are unsafe by default, which is the main motivation why it was picked,
but not the very latest one) and synchronize the rest of the stack and
dependent ports with it, particularly:
- Update `devel/ocaml-ocamlbuild' to version 0.14.0 and unbreak,
register build dependency on all ports that require it (should
be part of USE_OCAML, but we do not want to make any Mk-related
changes the for time being)
- Update `devel/ocaml-camlp4' to version 4.05+2
- Update `devel/ocaml-camlp5' to version 7.07 (the project had
moved to GitHub)
- Mark `devel/ocaml-deriving-ocsigen' as BROKEN for now, it is
very outdated and requires quite a lot of work
- Update `x11-toolkits/ocaml-labltk' to version 8.06.3
PR: 218333
Exp-run by: antoine |
0.9.3 29 Mar 2019 06:40:23
  |
antoine  |
Mark BROKEN: conflicts with ocaml |
0.9.3 18 Sep 2018 17:21:22
  |
danfe  |
Add the port of OCamlbuild, generic build tool that has built-in rules for
building OCaml library and programs.
Currently unused in the ports tree, committing it early would allow for a
cleaner diff for the upcoming OCaml update.
WWW: https://github.com/ocaml/ocamlbuild |