Subject: CVS commit: pkgsrc/lang/ocaml
From: Greg Troxel
Date: 2017-11-15 13:52:16
Message id: 20171115125216.2218DFB3E@cvs.NetBSD.org

Log Message:
ocaml: Recognize NetBSD armv6 correctly in configure

While MACHINE_ARCH can be earmv6hf on NetBSD, configure has to match
what config.guess outputs, which is armv6.  For now, leave the old
earmv6/7 tokens, because this code inexplicably succeeded on earmv7hf.

With this, ocaml builds and builds a working unison, on earmv6hf
(RPI3).

Files:
RevisionActionfile
1.116modifypkgsrc/lang/ocaml/Makefile
1.114modifypkgsrc/lang/ocaml/distinfo
1.27modifypkgsrc/lang/ocaml/patches/patch-configure