x11-servers/xwayland: unbreak build on 15.0 after Secure RPC DES authentication removal (+)

FreeDesktop upstream have dropped support for Secure RPC DES authentication
in xorg-servers more than year ago [1]

FreeBSD have it dropped in commit https://cgit.freebsd.org/src/commit/?id=7ac276298b72982189ac1a5b17461936dc00163e
As follow-up set meson build flag -Dsecure-rpc to false to avoid include a dead legacy code.

[1]  71b207a2eb

Discussed with:	ivy
Approved by:	portmgr blanket
This commit is contained in:
Dima Panov 2025-08-12 22:06:08 +03:00
parent ee089303f1
commit 9e4a32a325
No known key found for this signature in database
GPG Key ID: FB8BA09DD5398F29

View File

@ -1,5 +1,6 @@
PORTNAME= xwayland
PORTVERSION= 24.1.8
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= x11-servers
MASTER_SITES= XORG/individual/xserver
@ -29,6 +30,7 @@ USE_XORG= pixman xau xdmcp xfont2 xkbfile xshmfence xtrans
MESON_ARGS= -Dxvfb=false \
-Dxcsecurity=true \
-Dsecure-rpc=false \
-Dxkb_output_dir=/var/lib/xkb \
-Ddefault_font_path="${DEFAULT_FONTPATH_LIST:ts,}"