diff options
author | stas <stas@FreeBSD.org> | 2009-04-11 21:23:05 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2009-04-11 21:23:05 +0800 |
commit | 31fdc4858e57df24c1dd96083a17f90a28965ea3 (patch) | |
tree | fd6f260215e8231fc6604982ccc5f798a946a2ca /www/geneweb | |
parent | b958e28e499f0b30859e69c9187ac09a27905e63 (diff) | |
download | freebsd-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 'www/geneweb')
-rw-r--r-- | www/geneweb/files/patch-tools_Makefile.inc.unix | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/geneweb/files/patch-tools_Makefile.inc.unix b/www/geneweb/files/patch-tools_Makefile.inc.unix new file mode 100644 index 000000000000..f9916a8a0b2a --- /dev/null +++ b/www/geneweb/files/patch-tools_Makefile.inc.unix @@ -0,0 +1,13 @@ +--- tools/Makefile.inc.unix.orig 2009-04-11 15:01:55.000000000 +0400 ++++ tools/Makefile.inc.unix 2009-04-11 15:02:01.000000000 +0400 +@@ -5,8 +5,8 @@ + CAMLP5F=-DUNIX + CAMLP5D=+camlp5 + LIBUNIX=-cclib -lunix +-OCAMLC=ocamlc.opt -warn-error A +-OCAMLOPT=ocamlopt.opt -warn-error A ++OCAMLC=ocamlc.opt ++OCAMLOPT=ocamlopt.opt + OCAMLI= + OCAMLD= + STRIP=strip |