Date: Mon, 10 Feb 2020 15:36:48 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r525711 - head/x11-servers/xwayland-devel Message-ID: <202002101536.01AFamjH098972@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Mon Feb 10 15:36:48 2020 New Revision: 525711 URL: https://svnweb.freebsd.org/changeset/ports/525711 Log: x11-servers/xwayland-devel: add missing runtime dependencies sh: /usr/local/bin/xkbcomp: not found sh: /usr/local/bin/xkbcomp: not found XKB: Failed to compile keymap Keyboard initialization failed. This could be a missing or incorrect setup of xkeyboard-config. Modified: head/x11-servers/xwayland-devel/Makefile (contents, props changed) Modified: head/x11-servers/xwayland-devel/Makefile ============================================================================== --- head/x11-servers/xwayland-devel/Makefile Mon Feb 10 14:43:39 2020 (r525710) +++ head/x11-servers/xwayland-devel/Makefile Mon Feb 10 15:36:48 2020 (r525711) @@ -4,6 +4,7 @@ PORTNAME= xwayland DISTVERSIONPREFIX= xorg-server- DISTVERSION= 1.20.0-592 DISTVERSIONSUFFIX= -g${GL_COMMIT:C/(.{12}).*/\1/} +PORTREVISION= 1 CATEGORIES= x11-servers PKGNAMESUFFIX= -devel @@ -24,6 +25,8 @@ BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ LIB_DEPENDS= libdrm.so:graphics/libdrm \ libepoxy.so:graphics/libepoxy \ libwayland-client.so:graphics/wayland +RUN_DEPENDS= xkbcomp:x11/xkbcomp \ + xkeyboard-config>0:x11/xkeyboard-config CONFLICTS_INSTALL= ${PORTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002101536.01AFamjH098972>