aboutsummaryrefslogtreecommitdiff
path: root/security/ocaml-cryptokit
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2019-06-24 10:14:57 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2019-06-24 10:14:57 +0000
commitb51d4476846a1b8364c05d954e88fa977c5d2080 (patch)
treec6799f414d81b83df0e1640dde540befcd389da6 /security/ocaml-cryptokit
parentcbe8c05f729b765acec73c2ac11815e12ed09cfd (diff)
downloadports-b51d4476846a1b8364c05d954e88fa977c5d2080.tar.gz
ports-b51d4476846a1b8364c05d954e88fa977c5d2080.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
Notes
Notes: svn path=/head/; revision=505020
Diffstat (limited to 'security/ocaml-cryptokit')
-rw-r--r--security/ocaml-cryptokit/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/ocaml-cryptokit/Makefile b/security/ocaml-cryptokit/Makefile
index 92a95ed3e933..6f6c269abf94 100644
--- a/security/ocaml-cryptokit/Makefile
+++ b/security/ocaml-cryptokit/Makefile
@@ -10,6 +10,8 @@ PKGNAMEPREFIX= ocaml-
MAINTAINER= ports@FreeBSD.org
COMMENT= Variety of cryptographic primitives for Objective Caml
+BUILD_DEPENDS= ocamlbuild:devel/ocaml-ocamlbuild
+
DESTDIRNAME= destdir
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --docdir ${OCAML_DOCSDIR}
@@ -27,7 +29,8 @@ OPTIONS_DEFINE= DOCS
DOCS_ALL_TARGET= doc
post-patch:
- ${REINPLACE_CMD} 's,"install","install" :: "-ldconf ignore",' \
+ @${REINPLACE_CMD} 's,"install","install" :: "-ldconf ignore",' \
${WRKSRC}/setup.ml
+ @${REINPLACE_CMD} -e 's,uint32,&_t,' ${WRKSRC}/src/stubs-md5.c
.include <bsd.port.mk>