pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/ocaml



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sat Mar 14 15:17:15 UTC 2015

Modified Files:
        pkgsrc/lang/ocaml: distinfo
        pkgsrc/lang/ocaml/patches: patch-asmrun_signals_osdep.h

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.


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 pkgsrc/lang/ocaml/distinfo
cvs rdiff -u -r1.3 -r1.4 \
    pkgsrc/lang/ocaml/patches/patch-asmrun_signals_osdep.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index