[Bug 226661] lang/smlnj: Use current SIGFPE signal codes

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Mar 16 18:51:52 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226661

            Bug ID: 226661
           Summary: lang/smlnj: Use current SIGFPE signal codes
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: jhb at FreeBSD.org
                CC: joemann at beefree.free.de
             Flags: maintainer-feedback?(joemann at beefree.free.de)
                CC: joemann at beefree.free.de

Created attachment 191557
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=191557&action=edit
sigfpe.patch

I have a pending patch for src/ that removes deprecated signal code values
(first deprecated in 1999).  FreeBSD adopted standard siginfo codes consistent
with POSIX starting in 7.0 release.  The src change can be found here:

https://reviews.freebsd.org/D14637

During an exa-run, smlnj failed to build as it is still using the older
constants.  The attached patch changes it to use the modern constants instead. 
Both old and new constants have the same value, so this should not be a runtime
change.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list