256de9bc57
--- o patch-{ad,al}: regen o patch-ak: recognise NetBSD/amd64 o Makefile: support X11_TYPE=modular and NetBSD/amd64 Major upstream changes that affect the server portion of the unix port: 1.3.9 ----- o Added support for the standard RFB protocol version 3.8 with TightVNC extensions. o Made "host:port" parsing maximally compatible with VNC4. Interpreting a number in host names like somehost:5900 as an actual port number if it's not in the range [0..99]. o Applied patches from Debian Linux that port Xvnc to x86_64 platform (tightvnc-1.2.9-amd64support.p and tightvnc-1.3_alpha7-x86_64.patch), thanks to Quanah Gibson-Mount. 1.3dev7 ------- o Fixed a serious bug with sending cursor updates when there was no FrameBufferUpdateRequest from that client. o Fixed problems with building Xvnc on modern linux distributions, such as Fedora Core 3. o Disallowing clipboard transfers for view-only clients. 1.3dev5 ------- o A number of bugfixes -- copying clipboard to non-authenticated clients in Xvnc, delayed cursor shape updates in Xvnc, and crashing on switching between KDE virtual desktops in vncviewer. o Support for the new -autopass option has been added, a patch from Ki NETWORKS, Inc.
22 lines
1.5 KiB
Text
22 lines
1.5 KiB
Text
$NetBSD: patch-ak,v 1.3 2007/06/17 20:58:49 tnn Exp $
|
|
|
|
--- Xvnc/programs/Xserver/include/servermd.h.orig 2006-12-23 13:07:55.000000000 +0100
|
|
+++ Xvnc/programs/Xserver/include/servermd.h
|
|
@@ -132,7 +132,7 @@ SOFTWARE.
|
|
|
|
#endif /* vax */
|
|
|
|
-#if (defined(Lynx) && defined(__powerpc__))
|
|
+#if ((defined(__NetBSD__) || defined(Lynx)) && defined(__powerpc__))
|
|
|
|
/* For now this is for Xvfb only */
|
|
#define IMAGE_BYTE_ORDER MSBFirst
|
|
@@ -341,7 +341,7 @@ SOFTWARE.
|
|
#define BITMAP_BIT_ORDER MSBFirst
|
|
#endif /* (__s390__ || __s390x__) && linux */
|
|
|
|
-#if (defined(i386) && (defined(SVR4) || defined(SYSV) || (defined(sun) && defined(SVR4))) || defined(__bsdi__) || (defined(__NetBSD__) && defined(__i386__)) || (defined(__OpenBSD__) && defined(__i386__)) || defined(__FreeBSD__) || defined(MACH386) || (defined(linux) && !defined(__mc68000__)) || (defined(AMOEBA) && defined(i80386)) || defined(MINIX) || defined(__EMX__) || (defined(Lynx) && defined(__i386__)))
|
|
+#if (defined(i386) && (defined(SVR4) || defined(SYSV) || (defined(sun) && defined(SVR4))) || defined(__bsdi__) || (defined(__NetBSD__) && (defined(__i386__) || defined(__arm32__) || defined(__arm__))) || (defined(__OpenBSD__) && defined(__i386__)) || defined(__FreeBSD__) || defined(MACH386) || (defined(linux) && !defined(__mc68000__)) || (defined(AMOEBA) && defined(i80386)) || defined(MINIX) || defined(__EMX__) || (defined(Lynx) && defined(__i386__))) || (defined(__x86_64__) && defined(__NetBSD__))
|
|
|
|
#ifndef IMAGE_BYTE_ORDER
|
|
#define IMAGE_BYTE_ORDER LSBFirst
|