Index: net/tigervnc/Makefile =================================================================== --- net/tigervnc/Makefile (revision 433833) +++ net/tigervnc/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= tigervnc PORTVERSION= 1.7.1 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= net x11-servers @@ -113,7 +114,7 @@ .include -TIGERVNC_XORG_PATCH_VER= 117 +TIGERVNC_XORG_PATCH_VER= 118 # import from x11-server/xorg-server/Makefile .if ${SSL_DEFAULT} == base Index: net/tigervnc/files/patch-unix_xserver117.patch =================================================================== --- net/tigervnc/files/patch-unix_xserver117.patch (revision 433833) +++ net/tigervnc/files/patch-unix_xserver117.patch (nonexistent) @@ -1,11 +0,0 @@ ---- unix/xserver117.patch.orig 2015-10-13 17:11:25.207390000 +0200 -+++ unix/xserver117.patch 2015-10-13 17:11:42.276049000 +0200 -@@ -66,7 +66,7 @@ diff -up xorg-server-1.17.1/mi/miinitext - #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 Property changes on: net/tigervnc/files/patch-unix_xserver117.patch ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: net/tigervnc/files/patch-unix_xserver118.patch =================================================================== --- net/tigervnc/files/patch-unix_xserver118.patch (nonexistent) +++ net/tigervnc/files/patch-unix_xserver118.patch (working copy) @@ -0,0 +1,11 @@ +--- unix/xserver118.patch.orig 2017-01-18 12:39:28 UTC ++++ 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 Property changes on: net/tigervnc/files/patch-unix_xserver118.patch ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property