Date: Fri, 29 Jul 2016 08:20:16 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 211437] net/mosh: fails to compile on 11.x+ (with a fix) Message-ID: <bug-211437-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211437 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@FreeBSD.org Reporter: peter@FreeBSD.org Assignee: zi@FreeBSD.org Flags: maintainer-feedback?(zi@FreeBSD.org) The most recent commit to net/mosh added a patch that tested autoconf resul= ts regarding bswap32/bswap64 etc. However, it forgot to #include "config.h". The other byte order sensitive code seems to #include "byteorder.h" which p= ulls in config.h. To fix mosh I added #include "byteorder.h" to crypto/ocb.cc. Patch included. --=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-211437-13>