From 8fc6b8ab5bcb3324c5b332847586725ddc7ede8d Mon Sep 17 00:00:00 2001 From: johannes Date: Thu, 15 Sep 2016 05:14:21 +0200 Subject: [PATCH] opam: unbreak build process and add unzip to dependencies --- srcpkgs/opam/patches/fix_url.patch | 11 +++++++++++ srcpkgs/opam/template | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/opam/patches/fix_url.patch diff --git a/srcpkgs/opam/patches/fix_url.patch b/srcpkgs/opam/patches/fix_url.patch new file mode 100644 index 00000000000..d4f348837d8 --- /dev/null +++ b/srcpkgs/opam/patches/fix_url.patch @@ -0,0 +1,11 @@ +--- src_ext/Makefile.orig 2015-04-27 09:46:51.000000000 +0200 ++++ src_ext/Makefile 2016-09-15 05:38:45.453896142 +0200 +@@ -2,7 +2,7 @@ + + SRC_EXTS = extlib re cmdliner graph cudf dose uutf jsonm + +-URL_extlib = http://ocaml-extlib.googlecode.com/files/extlib-1.5.3.tar.gz ++URL_extlib = http://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ocaml-extlib/extlib-1.5.3.tar.gz + MD5_extlib = 3de5f4e0a95fda7b2f3819c4a655b17c + + URL_re = https://github.com/ocaml/ocaml-re/archive/ocaml-re-1.2.0.tar.gz diff --git a/srcpkgs/opam/template b/srcpkgs/opam/template index 35867e69cc8..35d82fa0f08 100644 --- a/srcpkgs/opam/template +++ b/srcpkgs/opam/template @@ -1,12 +1,12 @@ # Template file for 'opam' pkgname=opam version=1.2.2 -revision=3 +revision=4 build_style=gnu-configure disable_parallel_build=yes make_build_args="lib-ext all" makedepends="ncurses-devel ocaml curl" -depends="curl patch" +depends="curl patch unzip" short_desc="OCaml package manager" maintainer="Christian Neukirchen " license="LGPL-3"