Subject: CVS commit: pkgsrc/lang/ocaml
From: Greg Troxel
Date: 2015-03-14 16:17:15
Message id: 20150314151715.2A56498@cvs.netbsd.org

Log Message:
Fix i386 signal handler.

ocaml has a twisty maze of ifdefs to define signal handler types and
obtain the faulting address.  NetBSD no longer has sigcontext
(available to user space) and instead the more POSIXy ucontext; this
commit changes the patch to use that.

Fixes build on i386, and the resulting package can run unison.  In
theory !i386 is unchanged.

Files:
RevisionActionfile
1.81modifypkgsrc/lang/ocaml/distinfo
1.4modifypkgsrc/lang/ocaml/patches/patch-asmrun_signals_osdep.h