[Bug 211437] net/mosh: fails to compile on 11.x+ (with a fix)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jul 29 08:20:16 UTC 2016


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

            Bug ID: 211437
           Summary: net/mosh: fails to compile on 11.x+ (with a fix)
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: zi at FreeBSD.org
          Reporter: peter at FreeBSD.org
          Assignee: zi at FreeBSD.org
             Flags: maintainer-feedback?(zi at FreeBSD.org)

The most recent commit to net/mosh added a patch that tested autoconf results
regarding bswap32/bswap64 etc.  However, it forgot to #include "config.h".

The other byte order sensitive code seems to #include "byteorder.h" which pulls
in config.h.  To fix mosh I added #include "byteorder.h" to crypto/ocb.cc.

Patch included.

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


More information about the freebsd-ports-bugs mailing list