On 10 Oct 2014, at 09:59, Christopher Zimmermann <chr...@openbsd.org> wrote:
> Hi, > > here are some fixes and a new CONFIGURE_STYLE for lang/ocaml. > > * add an oasis_setup CONFIGURE_STYLE, see the port-modules doc below. > > * Set CONFIGURE_ARGS += --enable-tests depending on NO_TEST in oasis > CONFIGURE_STYLE. > > * install ocamlbuild.1 > > * two patches already committed upstream for the next release, but I'd > like to have them now. > > OK? > ok avsm@, except for the minor typo below > ###################################################################### > # BUILD > Index: patches/patch-ocamlbuild_ocaml_specific_ml > =================================================================== > RCS file: patches/patch-ocamlbuild_ocaml_specific_ml > diff -N patches/patch-ocamlbuild_ocaml_specific_ml > --- /dev/null 1 Jan 1970 00:00:00 -0000 > +++ patches/patch-ocamlbuild_ocaml_specific_ml 10 Oct 2014 16:45:40 > -0000 > @@ -0,0 +1,15 @@ > +$OpenBSD$ > + > +PR#6544: the bin_annot flag is only effective when compiling. It should be > +enabled when packing, too. That should be PR#6599 -anil