From b51d4476846a1b8364c05d954e88fa977c5d2080 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Mon, 24 Jun 2019 10:14:57 +0000 Subject: 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 --- devel/ocaml-camlp4/files/patch-build_install.sh | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 devel/ocaml-camlp4/files/patch-build_install.sh (limited to 'devel/ocaml-camlp4/files/patch-build_install.sh') diff --git a/devel/ocaml-camlp4/files/patch-build_install.sh b/devel/ocaml-camlp4/files/patch-build_install.sh deleted file mode 100644 index b99f59baa514..000000000000 --- a/devel/ocaml-camlp4/files/patch-build_install.sh +++ /dev/null @@ -1,13 +0,0 @@ ---- build/install.sh.orig 2014-10-21 11:41:15 UTC -+++ build/install.sh -@@ -26,8 +26,8 @@ SAVED_LIBDIR="${LIBDIR}" - - . ./config.sh - --BINDIR="${SAVED_BINDIR:-${BINDIR}}" --LIBDIR="${SAVED_LIBDIR:-${LIBDIR}}" -+BINDIR="${DESTDIR}${SAVED_BINDIR:-${BINDIR}}" -+LIBDIR="${DESTDIR}${SAVED_LIBDIR:-${LIBDIR}}" - - not_installed=$PWD/_build/not_installed - -- cgit v1.2.3