- explicitly decativate xwayland
- remove old configure options:
  configure: WARNING: unrecognized options: --disable-config-dbus,
  --enable-install-libxf86config, --with-fontdir, --with-dri-driver-path

OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/tigervnc/Makefile,v
retrieving revision 1.10
diff -u -p -u -p -r1.10 Makefile
--- Makefile    3 Sep 2021 21:23:18 -0000       1.10
+++ Makefile    14 Nov 2021 17:00:03 -0000
@@ -6,7 +6,7 @@ COMMENT=        high performance, multi-platfor
 GH_ACCOUNT=    TigerVNC
 GH_PROJECT=    tigervnc
 GH_TAGNAME=    v1.10.1
-REVISION=      4
+REVISION=      5
 
 DISTFILES=     ${DISTNAME}${EXTRACT_SUFX} xorg-server-1.20.13.tar.xz:0
 
@@ -67,7 +67,6 @@ AC_ENV=       CPPFLAGS="-I${X11BASE}/include/l
 AC_ARGS=       --with-pic \
                --without-dtrace \
                --disable-static \
-               --disable-config-dbus \
                --disable-config-hal \
                --disable-config-udev \
                --disable-dmx \
@@ -79,16 +78,14 @@ AC_ARGS=    --with-pic \
                --disable-xnest \
                --disable-xorg \
                --disable-xvfb \
+               --disable-xwayland \
                --disable-xwin \
-               --enable-install-libxf86config \
                --enable-glx \
                
--with-default-font-path="${X11BASE}/lib/X11/fonts/misc/,${X11BASE}/lib/X11/fonts/TTF/,${X11BASE}/lib/X11/fonts/OTF/,${X11BASE}/lib/X11/fonts/Type1/,${X11BASE}/lib/X11/fonts/100dpi/,${X11BASE}/lib/X11/fonts/75dpi/"
 \
-               --with-fontdir=${X11BASE}/lib/X11/fonts \
                --with-xkb-path=${X11BASE}/share/X11/xkb \
                --with-xkb-output=/var/db/xkb \
                --with-xkb-bin-directory=${X11BASE}/bin \
-               --with-serverconfig-path=${X11BASE}/lib \
-               --with-dri-driver-path=${X11BASE}/lib/modules/dri
+               --with-serverconfig-path=${X11BASE}/lib
 
 # needed to build here - xenocara has patched wscons
 AC_ARGS+=      --disable-config-wscons

Reply via email to