On 15 Nov 2013, at 06:42, David Coppa <dco...@openbsd.org> wrote: > > netcamlbox and netmulticore are not being built anymore because we > lack POSIX named semaphores (sem_open(), sem_close(), etc). > > Is it right to put netsys_c_outofheap.o into PFRAG.native instead > of PLIST?
Hrm, I believe that's a C binding, and so will probably be built in the bytecode version too. > > Index: ocaml-lwt/distinfo > =================================================================== > RCS file: /cvs/ports/devel/ocaml-lwt/distinfo,v > retrieving revision 1.3 > diff -u -p -u -p -r1.3 distinfo > --- ocaml-lwt/distinfo 4 Dec 2012 06:57:39 -0000 1.3 > +++ ocaml-lwt/distinfo 15 Nov 2013 13:33:51 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (lwt-2.4.2.tar.gz) = EDM2yIQPxfYxP3Z0BbqatA/s5JE57Jpl72s8AnQbl2M= > -SIZE (lwt-2.4.2.tar.gz) = 502942 > +SHA256 (lwt-2.4.3.tar.gz) = 7+4jk3dQKQ1t7pbu1sC72xmBfVvm7vy6YaxQMfrBAQc= > +SIZE (lwt-2.4.3.tar.gz) = 504000 The latest version of Lwt is actually 2.4.4 -- they've switched over to GitHub recently but haven't updated the download site. It does include the 4.01 patch, so worth updating directly to that rather than maintaining the patch in our ports tree. https://github.com/ocsigen/lwt/releases/tag/2.4.4 -anil