Subject: CVS commit: pkgsrc/net/libvncserver
From: Manuel Bouyer
Date: 2018-07-18 19:55:54
Message id: 20180718175554.B2B39FBEC@cvs.NetBSD.org

Log Message:
NetBSD doens't define __BYTE_ORDER nor __BIG_ENDIAN, so the test
# if __BYTE_ORDER == __BIG_ENDIAN
is always true, and e.g. x11vnc wrongly sets bigEndian in the wire
strucure, causing clients to fail.
Check that __BYTE_ORDER is defined before using it, and add a test for
_BYTE_ORDER too.
Bump PKGREVISION

Files:
RevisionActionfile
1.25modifypkgsrc/net/libvncserver/Makefile
1.15modifypkgsrc/net/libvncserver/distinfo
1.1addpkgsrc/net/libvncserver/patches/patch-rfb_rfbproto.h