diff options
author | antoine <antoine@FreeBSD.org> | 2014-04-21 04:37:14 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-04-21 04:37:14 +0800 |
commit | 4a3203544bc7dad7f581668f9e78514833b9a434 (patch) | |
tree | 5b637296fa3dce6a704aa509d2e5d0b4ae5e96f6 /lang/cduce | |
parent | d8e851a70ed24654f2f4bb6092fdcaddb5136be6 (diff) | |
download | freebsd-ports-gnome-4a3203544bc7dad7f581668f9e78514833b9a434.tar.gz freebsd-ports-gnome-4a3203544bc7dad7f581668f9e78514833b9a434.tar.zst freebsd-ports-gnome-4a3203544bc7dad7f581668f9e78514833b9a434.zip |
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
Diffstat (limited to 'lang/cduce')
-rw-r--r-- | lang/cduce/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |