Hi, I noticed last week that native compilation is busted in ocaml when you use ocamlfind. I just spotted the problem and I see that Chris Zimmerman spotted it too in a previous email.
Eventually findlib needs a proper update, but I don't think now is the time. OK? Index: Makefile =================================================================== RCS file: /cvs/ports/sysutils/findlib/Makefile,v retrieving revision 1.20 diff -u -p -u -r1.20 Makefile --- Makefile 21 Dec 2011 21:32:37 -0000 1.20 +++ Makefile 9 Jul 2012 17:55:24 -0000 @@ -3,6 +3,7 @@ COMMENT= Objective Caml package manager CATEGORIES= sysutils DISTNAME= findlib-1.2.7 +REVISION= 0 MASTER_SITES= http://www.ocaml-programming.de/packages/ MAINTAINER= Anil Madhavapeddy <a...@openbsd.org> Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/sysutils/findlib/pkg/PLIST,v retrieving revision 1.7 diff -u -p -u -r1.7 PLIST --- pkg/PLIST 21 Dec 2011 21:32:37 -0000 1.7 +++ pkg/PLIST 9 Jul 2012 17:55:24 -0000 @@ -1,4 +1,5 @@ @comment $OpenBSD: PLIST,v 1.7 2011/12/21 21:32:37 avsm Exp $ +%%native%% @bin bin/ocamlfind bin/safe_camlp4 lib/ocaml/ -- Best Regards Edd Barrett http://www.theunixzoo.co.uk