aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ocamlduce
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2009-04-11 21:23:05 +0800
committerstas <stas@FreeBSD.org>2009-04-11 21:23:05 +0800
commit31fdc4858e57df24c1dd96083a17f90a28965ea3 (patch)
treefd6f260215e8231fc6604982ccc5f798a946a2ca /lang/ocamlduce
parentb958e28e499f0b30859e69c9187ac09a27905e63 (diff)
downloadfreebsd-ports-gnome-31fdc4858e57df24c1dd96083a17f90a28965ea3.tar.gz
freebsd-ports-gnome-31fdc4858e57df24c1dd96083a17f90a28965ea3.tar.zst
freebsd-ports-gnome-31fdc4858e57df24c1dd96083a17f90a28965ea3.zip
- Update lang/ocaml to 3.11.0. [1]
- Fix devel/cil build with 3.11.0 by using proper object file name - Fix devel/deputy build with 3.11.0 by using proper object file name - Fix lang/mtasc. Ocamlp4 syntax has changed and usage of ';' as delimiters is not allowed now. - Fix usage message in lang/mtasc. - Implement a FreeBSD specific code for retriving the executable path in lang/mtasc. - Update devel/omake to 0.9.8.5. - Fix devel/omake compilation with 3.11 by dropping an unused reference from the code. - Fix www/geneweb build with 3.11 by not emitting errors for warnings. - Fix print/advi build. [2] - Update lang/cduce to 0.5.3 (this fixes build with ocaml 3.11.0). PR: ports/130845 [1] [2] (based on) Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> [2]
Diffstat (limited to 'lang/ocamlduce')
-rw-r--r--lang/ocamlduce/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ocamlduce/Makefile b/lang/ocamlduce/Makefile
index 1e3ab51fcc63..864184d08bd4 100644
--- a/lang/ocamlduce/Makefile
+++ b/lang/ocamlduce/Makefile
@@ -22,6 +22,7 @@ USE_OCAML_LDCONFIG= yes
USE_OCAML_PLIST= yes
ALL_TARGET= all opt
+BROKEN= does not build with current version of lang/ocaml
.include <bsd.port.pre.mk>