diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2012-03-14 20:13:33 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2012-03-14 20:13:33 +0000 |
commit | 576dbe84a44999c310e022263935b0abf81d4b3a (patch) | |
tree | ca38aebf301404c0ba48118d18f755d2c3324c5e /www/geneweb | |
parent | b67329949f6b87129a486ccf5b4f37d08c83fc6e (diff) |
- Mark BROKEN: does not build
camlp5r ./pa_lock.cmo ./pa_html.cmo pa_extend.cmo ../wserver/pa_macro5.cmo -DUNIX -o srcfile.ppo srcfile.ml
ocamlopt.opt -I ../wserver -I ../dag2html -I +camlp5 -c -impl srcfile.ppo
File "srcfile.ml", line 195, characters 4-56:
Error: Unbound constructor Stdpp.Exc_located
*** Error code 2
Reported by: pointyhat
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=293318
Diffstat (limited to 'www/geneweb')
-rw-r--r-- | www/geneweb/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/geneweb/Makefile b/www/geneweb/Makefile index 5c92d20505e5..27d76404c403 100644 --- a/www/geneweb/Makefile +++ b/www/geneweb/Makefile @@ -17,6 +17,8 @@ COMMENT= An advanced genealogy software BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ camlp5:${PORTSDIR}/devel/ocaml-camlp5 +BROKEN= does not build + HAS_CONFIGURE= yes MAN1= ged2gwb.1 gwb2ged.1 gwc.1 gwc2.1 gwu.1 gwd.1 consang.1 gwsetup.1 |