Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jul 2017 13:52:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 220944] misc/mc: "Verbose operation" setting disabled needlessly (patch attached)
Message-ID:  <bug-220944-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 220944
           Summary: misc/mc: "Verbose operation" setting disabled
                    needlessly (patch attached)
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: woodsb02@freebsd.org
          Reporter: m.bueker@berlin.de
          Assignee: woodsb02@freebsd.org
             Flags: maintainer-feedback?(woodsb02@freebsd.org)

Created attachment 184629
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D184629&action=
=3Dedit
bugfix patch

This bug is known upstream, but has been ignored since 2010:
https://midnight-commander.org/ticket/2452

The root cause is that a function named tty_baudrate() is expected to return
the terminal baudrate, but returns -1 on FreeBSD.

The attached patch (from comment #15 in the above upstream bug report) fixes
the problem by disregarding negative return values for that function.

--=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-220944-13>