From 296deb0da8b1214461ba8ead7e683f3f9d0a0b53 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sun, 20 Apr 2014 20:37:14 +0000 Subject: Mark broken: Fails to build (cd ocaml_files; ocamlopt -for-pack Cduce_lib.Caml_cduce -c asttypes.mli outcometree.mli asttypes.ml config.ml misc.ml tbl.ml clflags.ml consistbl.ml warnings.ml terminfo.ml location.mli location.ml annot.mli longident.ml ident.ml path.ml primitive.ml types.ml btype.ml oprint.ml subst.ml predef.ml datarepr.ml env.ml ctype.mli ctype.ml printtyp.ml;\ ocamlopt -for-pack Cduce_lib -pack -o caml_cduce.cmx asttypes.cmx config.cmx misc.cmx tbl.cmx clflags.cmx consistbl.cmx warnings.cmx terminfo.cmx location.cmx longident.cmx ident.cmx path.cmx primitive.cmx types.cmx btype.cmx oprint.cmx subst.cmx predef.cmx datarepr.cmx env.cmx ctype.cmx printtyp.cmx; \ cp caml_cduce.cmx caml_cduce.o caml_cduce.cmi ..) File "asttypes.mli", line 44, characters 8-18: Error: Unbound module Location File "_none_", line 1: Error: File asttypes.cmx not found cp: caml_cduce.cmi: No such file or directory cp: caml_cduce.o: No such file or directory cp: caml_cduce.cmx: No such file or directory gmake[1]: *** [caml_cduce.cmx] Error 1 gmake[1]: Leaving directory `/wrkdirs/usr/ports/lang/cduce/work/cduce-0.5.5/ocamliface' gmake: *** [ocamliface/caml_cduce.cmx] Error 2 *** [do-build] Error code 1 Reported by: pkg-fallout With hat: portmgr --- lang/cduce/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lang') diff --git a/lang/cduce/Makefile b/lang/cduce/Makefile index c000d2ab6a38..8c6e4528bab6 100644 --- a/lang/cduce/Makefile +++ b/lang/cduce/Makefile @@ -11,6 +11,8 @@ MASTER_SITES= http://www.cduce.org/download/ \ MAINTAINER= johans@FreeBSD.org COMMENT= Efficient XML centric functional programming language +BROKEN= Fails to build + LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre BUILD_DEPENDS= ${SITELIBDIR}/ulex/ulexing.a:${PORTSDIR}/devel/ocaml-ulex \ ${SITELIBDIR}/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre \ -- cgit v1.2.3