From 40fd15b19e3089caa46718d2819d48cc5f34f837 Mon Sep 17 00:00:00 2001 From: Mihail Ivanchev Date: Mon, 29 Jan 2024 22:43:20 +0100 Subject: [PATCH] ocaml: update to 5.1.1 --- srcpkgs/ocaml/template | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/srcpkgs/ocaml/template b/srcpkgs/ocaml/template index f44b0b83941a2..71844d869a301 100644 --- a/srcpkgs/ocaml/template +++ b/srcpkgs/ocaml/template @@ -1,26 +1,19 @@ # Template file for 'ocaml' pkgname=ocaml -version=4.14.0 -revision=2 +version=5.1.1 +revision=1 build_style="gnu-configure" -configure_args="--with-pic --libdir=/usr/lib/ocaml" +configure_args="--enable-frame-pointers" make_build_target="world.opt" -makedepends="ncurses-devel libX11-devel" +makedepends="ncurses-devel" short_desc="Main implementation of the Caml language" -maintainer="Leah Neukirchen " +maintainer="Mihail Ivanchev " license="QPL-1.0, LGPL-2.1-only" homepage="http://ocaml.org/" distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz" -checksum=39f44260382f28d1054c5f9d8bf4753cb7ad64027da792f7938344544da155e8 +checksum=57f7b382b3d71198413ede405d95ef3506f1cdc480cda1dca1e26b37cb090e17 nocross=yes -export ASPP="cc -c" - -case "$XBPS_TARGET_MACHINE" in - # also just segfaults when compiled without PIE (BSS-PLT?) - ppc-musl) broken="/usr/bin/ocamlc: unsupported relocation type 6";; -esac - post_install() { vlicense LICENSE }