diff options
author | dholland <dholland@pkgsrc.org> | 2012-10-11 18:23:12 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-10-11 18:23:12 +0000 |
commit | 6e0f4c7887540553d62b99132499bdbdc9b62ad3 (patch) | |
tree | bcdb497c08495802deb54d83b9af674116fb47c1 /lang | |
parent | 06b1387a1e205b57b847c75304c34acfeb17efdc (diff) | |
download | pkgsrc-6e0f4c7887540553d62b99132499bdbdc9b62ad3.tar.gz |
Mark this BROKEN until someone gets around to updating it for ocaml 4, as
it makes bulk builds hang with
File to patch: No file found--skip this patch? [n]
(I thought we did something with patch to get it to just fail in these
cases?)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ocamlduce/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/ocamlduce/Makefile b/lang/ocamlduce/Makefile index b69e3452ddc..85b0d8ce048 100644 --- a/lang/ocamlduce/Makefile +++ b/lang/ocamlduce/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2012/10/08 15:18:22 jaapb Exp $ +# $NetBSD: Makefile,v 1.13 2012/10/11 18:23:12 dholland Exp $ # DISTNAME= ocamlduce-3.12.1.0 @@ -16,6 +16,8 @@ MAINTAINER= jaapb@kerguelen.org HOMEPAGE= http://ocamlduce.forge.ocamlcore.org/ COMMENT= Library to integrate XML features into OCaml +BROKEN= Hangs the bulk build; needs update for ocaml 4. + DEPENDS+= ocaml-findlib-[0-9]*:../../devel/ocaml-findlib USE_TOOLS+= gmake patch |