[Bug 218405] emulators/simh: VAX Firmware Modified by dos2unix

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Apr 5 20:31:09 UTC 2017


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

            Bug ID: 218405
           Summary: emulators/simh: VAX Firmware Modified by dos2unix
           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: code at sliger.org
                CC: bob at eager.cx
                CC: bob at eager.cx
             Flags: maintainer-feedback?(bob at eager.cx)

It looks like the VAX firmware at VAX/ka655x.bin is modified by dos2unix so
that the microvax simulator hangs on boot.

Simh has other binary-looking files that dos2unix may need to skip, like *.bmp
and *.cur.  Adding the following line to the port's Makefile works around the
firmware hang for me.  There are also *.bat, *.mms, and *.com text files, but
they look like they're for use on other systems.

Thanks!

DOS2UNIX_GLOB= *.c *.h *.txt *.mak *.ini makefile

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


More information about the freebsd-ports-bugs mailing list