From 2fa4983922dc063b3f21795f6215a94fd0dfbcce Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 20 Aug 2020 14:21:57 +0200 Subject: [PATCH] ocaml: update to 4.11.0. --- srcpkgs/ocaml/patches/ocaml-4.08.0-ppc-pie.patch | 12 ++++++------ srcpkgs/ocaml/template | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/srcpkgs/ocaml/patches/ocaml-4.08.0-ppc-pie.patch b/srcpkgs/ocaml/patches/ocaml-4.08.0-ppc-pie.patch index 138f8185f85..8f8a0d747e4 100644 --- a/srcpkgs/ocaml/patches/ocaml-4.08.0-ppc-pie.patch +++ b/srcpkgs/ocaml/patches/ocaml-4.08.0-ppc-pie.patch @@ -1,9 +1,9 @@ ---- ocaml-4.08.0/asmcomp/emitaux.ml -+++ ocaml-4.08.0/asmcomp/emitaux.ml -@@ -213,6 +213,7 @@ let emit_frames a = - | None -> a.efa_word 0 - end - in +--- ocaml-4.11.0/asmcomp/emitaux.ml ++++ ocaml-4.11.0/asmcomp/emitaux.ml +@@ -268,6 +268,7 @@ + match rdbg with + | [] -> assert false + | d :: rest -> emit rs d rest in + a.efa_align Arch.size_addr; a.efa_word (List.length !frame_descriptors); List.iter emit_frame !frame_descriptors; diff --git a/srcpkgs/ocaml/template b/srcpkgs/ocaml/template index 613e47c9547..64b8aba83a1 100644 --- a/srcpkgs/ocaml/template +++ b/srcpkgs/ocaml/template @@ -1,6 +1,6 @@ # Template file for 'ocaml' pkgname=ocaml -version=4.10.0 +version=4.11.0 revision=1 build_style="gnu-configure" configure_args="--with-pic --disable-force-safe-string" @@ -11,7 +11,7 @@ maintainer="Leah Neukirchen " license="QPL-1.0, LGPL-2.1-only" homepage="http://ocaml.org/" distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz" -checksum=58bae0f0a79daf86ec755a173e593fef4ef588f15c6185993af88ceb9722bc39 +checksum=060a26420ad868e192076138a103dbe28fa39d7a0a80f7db349a1d5143dea506 nocross=yes patch_args="-Np1"