aboutsummaryrefslogtreecommitdiff
path: root/net/tigervnc
diff options
context:
space:
mode:
authorMatthew Rezny <rezny@FreeBSD.org>2017-02-22 18:56:44 +0000
committerMatthew Rezny <rezny@FreeBSD.org>2017-02-22 18:56:44 +0000
commit598dae77a2db56c47b875d615afd5f86993c4e5a (patch)
tree52e950aff7c43a2040cc5b02c64125fdc1e33f4a /net/tigervnc
parent42622059b2cfaa3de1dd778e7ef3cf6f478350e6 (diff)
downloadports-598dae77a2db56c47b875d615afd5f86993c4e5a.tar.gz
ports-598dae77a2db56c47b875d615afd5f86993c4e5a.zip
Notes
Diffstat (limited to 'net/tigervnc')
-rw-r--r--net/tigervnc/Makefile3
-rw-r--r--net/tigervnc/files/patch-unix_xserver117.patch11
-rw-r--r--net/tigervnc/files/patch-unix_xserver118.patch11
3 files changed, 13 insertions, 12 deletions
diff --git a/net/tigervnc/Makefile b/net/tigervnc/Makefile
index e3033de7ccd7..dd0af159bcda 100644
--- a/net/tigervnc/Makefile
+++ b/net/tigervnc/Makefile
@@ -3,6 +3,7 @@
PORTNAME= tigervnc
PORTVERSION= 1.7.1
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= net x11-servers
@@ -113,7 +114,7 @@ CONFIGURE_ARGS+= \
.include <bsd.port.pre.mk>
-TIGERVNC_XORG_PATCH_VER= 117
+TIGERVNC_XORG_PATCH_VER= 118
# import from x11-server/xorg-server/Makefile
.if ${SSL_DEFAULT} == base
diff --git a/net/tigervnc/files/patch-unix_xserver117.patch b/net/tigervnc/files/patch-unix_xserver117.patch
deleted file mode 100644
index 62dbbcb2d025..000000000000
--- a/net/tigervnc/files/patch-unix_xserver117.patch
+++ /dev/null
@@ -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
diff --git a/net/tigervnc/files/patch-unix_xserver118.patch b/net/tigervnc/files/patch-unix_xserver118.patch
new file mode 100644
index 000000000000..6cb077af128d
--- /dev/null
+++ b/net/tigervnc/files/patch-unix_xserver118.patch
@@ -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