Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2024 21:32:59 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 51140be8de94 - main - x11-servers/xwayland-devel: avoid relying on 770a563c2fec
Message-ID:  <202404062132.436LWx6p064958@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=51140be8de94fa88d1f2a131f1468c45e0e667d0

commit 51140be8de94fa88d1f2a131f1468c45e0e667d0
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-04-06 20:27:57 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-04-06 21:31:34 +0000

    x11-servers/xwayland-devel: avoid relying on 770a563c2fec
    
    For consistency and debugging. For example, packages shouldn't try to
    write under DATADIR during runtime but `compiled` is a symlink.
    
    Inspired by:    x11-servers/{xorg-server,xwayland}
---
 x11-servers/xwayland-devel/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-servers/xwayland-devel/Makefile b/x11-servers/xwayland-devel/Makefile
index 01ec3c241ec1..9da9a0919f15 100644
--- a/x11-servers/xwayland-devel/Makefile
+++ b/x11-servers/xwayland-devel/Makefile
@@ -2,7 +2,7 @@ PORTNAME=	xwayland
 DISTVERSIONPREFIX=	xorg-server-
 DISTVERSION=	21.0.99.1-841
 DISTVERSIONSUFFIX=	-g052909ab9
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-servers
 PKGNAMESUFFIX=	-devel
 
@@ -49,6 +49,7 @@ MESON_ARGS=	-D${PORTNAME}=true \
 		-Dudev=false \
 		-Dudev_kms=false \
 		-Dxcsecurity=true \
+		-Dxkb_output_dir=/var/lib/xkb \
 		-Ddefault_font_path="${DEFAULT_FONTPATH_LIST:ts,}"
 PLIST_FILES=	bin/Xwayland \
 		"@comment lib/xorg/protocol.txt" \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404062132.436LWx6p064958>