Subject: CVS commit: pkgsrc/lang/ocaml
From: Jaap Boender
Date: 2015-06-30 13:08:47
Message id: 20150630110847.D3F0B98@cvs.netbsd.org

Log Message:
Updated lang/ocaml to newest version 4.02.2. Changes apart from bugfixes
include:
- #6583: add a new class of binary operators with the same syntactic
  precedence as method calls; these operators start with # followed
  by a non-empty sequence of operator symbols (for instance #+, #!?).
  It is also possible to use '#' as part of these extra symbols
  (for instance ##, or #+#); this is rejected by the type-checker,
  but can be used e.g. by ppx rewriters.
* #6016: add a "nonrec" keyword for type declarations
- #6600: make -short-paths faster by building the printing map
  incrementally
- #6642: replace $CAMLORIGIN in -ccopt with the path to cma or cmxa
  to output an object file with included runtime and autolink libraries
- #6845: -no-check-prims to tell ocamlc not to check primitives in runtime
- G#149: Attach documentation comments to parse tree
- G#159: Better locations for structure/signature items
- #5958: generalized polymorphic #install_printer
- #6237: explicit "infer" tag to control or disable menhir --infer
- #6625: pass -linkpkg to files built with -output-obj.
- #6712: Ignore common VCS directories
- #6720: pass -g to C compilers when tag 'debug' is set
- #6733: add .byte.so and .native.so targets to pass
  -output-obj -cclib -shared.
- #6733: "runtime_variant(X)" to pass -runtime-variant X option.
- #6774: new menhir-specific flags "only_tokens" and \ 
"external_tokens(Foo)"
- #6285: Add support for nanosecond precision in Unix.stat()
- #6781: Add higher baud rates to Unix termios
- #6834: Add Obj.{first,last}_non_constant_constructor_tag
- #6078: Release the runtime system when calling caml_dlopen
- #6675: GC hooks
- #5418 (comments) : generate dependencies with $(CC) instead of gcc
- #6266: Cross compilation for iOs, Android etc
- Update instructions for x86-64 PIC mode and POWER architecture builds
- #6452, G#140: add internal suport for custom printing formats
- #6641: add -g, -ocamlcflags, -ocamloptflags options to ocamlmklib
- #6693: also build libasmrun_shared.so and lib{asm,caml}run_pic.a
- #6842: export Typemod.modtype_of_package
- G#139: more versatile specification of locations of .annot
- G#157: store the path of cmos inside debug section at link time
- G#191: Making gc.h and some part of memory.h public

Files:
RevisionActionfile
1.97modifypkgsrc/lang/ocaml/Makefile
1.42modifypkgsrc/lang/ocaml/Makefile.common
1.30modifypkgsrc/lang/ocaml/PLIST
1.23modifypkgsrc/lang/ocaml/PLIST.opt
1.32modifypkgsrc/lang/ocaml/buildlink3.mk
1.85modifypkgsrc/lang/ocaml/distinfo
1.5modifypkgsrc/lang/ocaml/patches/patch-Makefile
1.4modifypkgsrc/lang/ocaml/patches/patch-asmrun_Makefile
1.6modifypkgsrc/lang/ocaml/patches/patch-asmrun_signals_osdep.h
1.3modifypkgsrc/lang/ocaml/patches/patch-byterun_Makefile
1.11modifypkgsrc/lang/ocaml/patches/patch-configure
1.2modifypkgsrc/lang/ocaml/patches/patch-driver_main_args.ml
1.2modifypkgsrc/lang/ocaml/patches/patch-driver_main_args.mli
1.2modifypkgsrc/lang/ocaml/patches/patch-ocamldoc_odoc__messages.ml
1.3modifypkgsrc/lang/ocaml/patches/patch-stdlib_Makefile.shared
1.4modifypkgsrc/lang/ocaml/patches/patch-tools_ocamlmklib
1.2modifypkgsrc/lang/ocaml/patches/patch-utils_clflags.ml
1.2modifypkgsrc/lang/ocaml/patches/patch-utils_clflags.mli
1.1removepkgsrc/lang/ocaml/patches/patch-otherlibs_Makefile