View | Details | Raw Unified | Return to bug 205139
Collapse All | Expand All

(-)net/tigervnc/Makefile (-3 / +3 lines)
Lines 113-119 CONFIGURE_ARGS+= \ Link Here
113
113
114
.include <bsd.port.pre.mk>
114
.include <bsd.port.pre.mk>
115
115
116
TIGERVNC_XORG_PATCH_VER=	114
116
TIGERVNC_XORG_PATCH_VER=	117
117
117
118
# import from x11-server/xorg-server/Makefile
118
# import from x11-server/xorg-server/Makefile
119
.ifdef WITH_OPENSSL_BASE
119
.ifdef WITH_OPENSSL_BASE
Lines 133-140 post-patch: Link Here
133
	@cd ${WRKSRC}/unix/xserver/ && ${PATCH} -p1 < ${WRKSRC}/unix/xserver${TIGERVNC_XORG_PATCH_VER}.patch
133
	@cd ${WRKSRC}/unix/xserver/ && ${PATCH} -p1 < ${WRKSRC}/unix/xserver${TIGERVNC_XORG_PATCH_VER}.patch
134
134
135
post-configure:
135
post-configure:
136
	@cd ${WRKSRC}/unix/xserver/ && ${SETENV} ${CONFIGURE_ENV} ${LOCALBASE}/bin/autoreconf -fiv
136
	@cd ${WRKSRC}/unix/xserver/ && ${SETENV} ${CONFIGURE_ENV} ${MAKE_ENV} ${LOCALBASE}/bin/autoreconf -fiv
137
	@cd ${WRKSRC}/unix/xserver/ && ${SETENV} ${CONFIGURE_ENV} ./configure ${CONFIGURE_ARGS}
137
	@cd ${WRKSRC}/unix/xserver/ && ${SETENV} ${CONFIGURE_ENV} ${MAKE_ENV} ./configure ${CONFIGURE_ARGS}
138
138
139
post-build:
139
post-build:
140
	@cd ${WRKSRC}/unix/xserver/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} SHELL=${LOCALBASE}/bin/bash
140
	@cd ${WRKSRC}/unix/xserver/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} SHELL=${LOCALBASE}/bin/bash
(-)net/tigervnc/files/patch-unix_xserver117.patch (-3 / +3 lines)
Lines 1-6 Link Here
1
--- unix/xserver114.patch.orig	2013-05-08 11:23:13 UTC
1
--- unix/xserver117.patch.orig	2015-07-11 22:00:36.000000000 +0900
2
+++ unix/xserver114.patch
2
+++ unix/xserver117.patch	2015-12-10 15:21:48.507760118 +0900
3
@@ -66,7 +66,7 @@ diff -up xserver/mi/miinitext.c.vnc xser
3
@@ -66,7 +66,7 @@
4
  #include "globals.h"
4
  #include "globals.h"
5
  
5
  
6
 +#ifdef TIGERVNC
6
 +#ifdef TIGERVNC

Return to bug 205139