pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/smlnj



Module Name:    pkgsrc
Committed By:   dholland
Date:           Thu Apr 14 21:58:22 UTC 2016

Modified Files:
        pkgsrc/lang/smlnj: Makefile distinfo
Added Files:
        pkgsrc/lang/smlnj/patches: patch-base_runtime_gc_gc-stats.h
            patch-base_runtime_gc_init-gc.c
            patch-base_runtime_kernel_unix-timers.c
            patch-base_runtime_mach-dep_unix-prof.c
            patch-src_runtime_gc_gc-stats.h patch-src_runtime_gc_init-gc.c
            patch-src_runtime_kernel_unix-timers.c
            patch-src_runtime_mach-dep_unix-prof.c

Log Message:
Use struct timeval instead of blithely assuming that some private
struct declaration is always bit compatible with it. (Because it
isn't.) My patches from PR 40954 circa 2009, which it turns out is
still relevant even after the last couple updates. (Just for some
reason it had stopped crashing.)

This does not make smlnj build for me, but it gets further than it
used to.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/lang/smlnj/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/lang/smlnj/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/lang/smlnj/patches/patch-base_runtime_gc_gc-stats.h \
    pkgsrc/lang/smlnj/patches/patch-base_runtime_gc_init-gc.c \
    pkgsrc/lang/smlnj/patches/patch-base_runtime_kernel_unix-timers.c \
    pkgsrc/lang/smlnj/patches/patch-base_runtime_mach-dep_unix-prof.c \
    pkgsrc/lang/smlnj/patches/patch-src_runtime_gc_gc-stats.h \
    pkgsrc/lang/smlnj/patches/patch-src_runtime_gc_init-gc.c \
    pkgsrc/lang/smlnj/patches/patch-src_runtime_kernel_unix-timers.c \
    pkgsrc/lang/smlnj/patches/patch-src_runtime_mach-dep_unix-prof.c

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