Subject: CVS commit: pkgsrc/devel/omake
From: John Marino
Date: 2012-11-23 23:55:22
Message id: 20121123225522.970F1175DD@cvs.netbsd.org

Log Message:
devel/omake: Disable treat error as warnings

GCC 4.7.x will emit warnings on ocaml if a function or a constant is
unreferenced.  There are a few dozen of these in omake.  The alternative
to disabling warnings=errors is to remove functions and contants over
many files (probably more than a dozen).

Files:
RevisionActionfile
1.4modifypkgsrc/devel/omake/distinfo
1.1addpkgsrc/devel/omake/patches/patch-lib_build_OCaml.om