head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2016.09.20.08.12.14; author wiz; state dead; branches; next 1.1; commitid e1T7RM6AK7yPd0nz; 1.1 date 2016.09.19.09.37.06; author wiz; state Exp; branches; next ; commitid l4lxP8s4sDG5JSmz; desc @@ 1.2 log @Updated tigervnc to 1.7.0nb3. Add missing mcookie dependency. Switch back to xorg-server-1.17 since 1.18 made Xnvc dump core on startup. @ text @$NetBSD: patch-unix_xserver118.patch,v 1.1 2016/09/19 09:37:06 wiz Exp $ --- unix/xserver118.patch.orig 2016-09-08 10:31:18.000000000 +0000 +++ unix/xserver118.patch @@@@ -65,7 +65,7 @@@@ diff -ur xorg-server.orig/mi/miinitext.c #include "globals.h" +#ifdef TIGERVNC -+extern void vncExtensionInit(INITARGS); ++extern void vncExtensionInit(void); +#endif + /* The following is only a small first step towards run-time @@@@ -84,7 +84,24 @@@@ diff -ur xorg-server.orig/mi/miinitext.c diff -ur xorg-server.orig/os/WaitFor.c xorg-server/os/WaitFor.c --- xorg-server.orig/os/WaitFor.c 2016-04-09 21:28:27.071999965 +0200 +++ xorg-server/os/WaitFor.c 2016-04-09 21:28:57.587999860 +0200 -@@@@ -125,6 +125,9 @@@@ +@@@@ -52,6 +52,8 @@@@ + * + *****************************************************************/ + ++#include ++ + #ifdef HAVE_DIX_CONFIG_H + #include + #endif +@@@@ -66,7 +68,6 @@@@ + #include "misc.h" + + #include "osdep.h" +-#include + #include "dixstruct.h" + #include "opaque.h" + #ifdef DPMSExtension +@@@@ -125,6 +126,9 @@@@ static void CheckAllTimers(void); static volatile OsTimerPtr timers = NULL; @@@@ -134,3 +151,41 @@@@ diff -ur xorg-server.orig/os/WaitFor.c x if (i <= 0) { /* An error or timeout occurred */ if (dispatchException) return 0; +--- xorg-server.orig/os/connection.c.orig 2015-07-22 08:50:52.000000000 +1200 ++++ xorg-server/os/connection.c 2015-07-22 08:54:35.000000000 +1200 +@@@@ -60,6 +60,8 @@@@ + * + *****************************************************************/ + ++#include ++ + #ifdef HAVE_DIX_CONFIG_H + #include + #endif +@@@@ -103,7 +105,6 @@@@ + #endif /* WIN32 */ + #include "misc.h" /* for typedef of pointer */ + #include "osdep.h" +-#include + #include "opaque.h" + #include "dixstruct.h" + #include "xace.h" +--- xorg-server.orig/os/io.c.orig 2015-07-22 08:50:52.000000000 +1200 ++++ xorg-server/os/io.c 2015-07-22 08:55:03.000000000 +1200 +@@@@ -51,6 +51,8 @@@@ + * + *****************************************************************/ + ++#include ++ + #ifdef HAVE_DIX_CONFIG_H + #include + #endif +@@@@ -74,7 +76,6 @@@@ + #include + #include "os.h" + #include "osdep.h" +-#include + #include "opaque.h" + #include "dixstruct.h" + #include "misc.h" @ 1.1 log @Switch to xorg-server-1.18.4. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD: patch-unix_xserver117.patch,v 1.2 2016/01/17 15:18:04 joerg Exp $ @