aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ocaml-cmdliner
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2019-06-24 18:14:57 +0800
committerdanfe <danfe@FreeBSD.org>2019-06-24 18:14:57 +0800
commitaae3667ef838e7d6a73e61ecd9309eb467d2fea9 (patch)
treec6799f414d81b83df0e1640dde540befcd389da6 /devel/ocaml-cmdliner
parent8b44608f3f2aeace07c47b71ab55db2290dfe576 (diff)
downloadfreebsd-ports-gnome-aae3667ef838e7d6a73e61ecd9309eb467d2fea9.tar.gz
freebsd-ports-gnome-aae3667ef838e7d6a73e61ecd9309eb467d2fea9.tar.zst
freebsd-ports-gnome-aae3667ef838e7d6a73e61ecd9309eb467d2fea9.zip
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
Diffstat (limited to 'devel/ocaml-cmdliner')
-rw-r--r--devel/ocaml-cmdliner/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/ocaml-cmdliner/Makefile b/devel/ocaml-cmdliner/Makefile
index 9ed9bb4edf60..e2b33c7d6fa8 100644
--- a/devel/ocaml-cmdliner/Makefile
+++ b/devel/ocaml-cmdliner/Makefile
@@ -11,6 +11,8 @@ COMMENT= OCaml module for handling of command line interfaces
LICENSE= BSD3CLAUSE
+BUILD_DEPENDS= ocamlbuild:devel/ocaml-ocamlbuild
+
USES= tar:tbz
USE_OCAML= yes
USE_OCAML_FINDLIB= yes