Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Dec 2024 13:37:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 283509] lang/ratfor: fix build on platforms where char is unsigned
Message-ID:  <bug-283509-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D283509

            Bug ID: 283509
           Summary: lang/ratfor: fix build on platforms where char is
                    unsigned
           Product: Ports & Packages
           Version: Latest
          Hardware: arm
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: bofh@freebsd.org
          Reporter: fuz@FreeBSD.org
                CC: bofh@freebsd.org
          Assignee: bofh@freebsd.org
             Flags: maintainer-feedback?(bofh@freebsd.org)
 Attachment #256063 maintainer-approval?(bofh@freebsd.org)
             Flags:
             Flags: merge-quarterly?
                CC: bofh@freebsd.org

Created attachment 256063
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D256063&action=
=3Dedit
lang/ratfor: fix build in platforms where char is unsigned

Turns out the code anticipates this problem and has support for using
"signed char" over "char" where "char" is unsigned by default.

Use "signed char" unconditionally to fix the port on all platforms.
This has no effect on platforms where char is already signed.

See also bug #258628.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-283509-7788>