From owner-svn-ports-all@freebsd.org Fri Mar 20 23:39:38 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E697B275F4B; Fri, 20 Mar 2020 23:39:38 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48kgGy3sPWz4KY3; Fri, 20 Mar 2020 23:39:38 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7A54737E1; Fri, 20 Mar 2020 23:39:38 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 02KNdc0N035974; Fri, 20 Mar 2020 23:39:38 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02KNdbPm035971; Fri, 20 Mar 2020 23:39:37 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <202003202339.02KNdbPm035971@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Fri, 20 Mar 2020 23:39:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r528813 - in head: . x11/libxkbcommon X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: in head: . x11/libxkbcommon X-SVN-Commit-Revision: 528813 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Mar 2020 23:39:39 -0000 Author: zeising Date: Fri Mar 20 23:39:37 2020 New Revision: 528813 URL: https://svnweb.freebsd.org/changeset/ports/528813 Log: x11/libxkbcommon: Switch to evdev rules by default Switch x11/libxkbcommon to use evdev rules rather than legacy rules by default, to improve support for keyboards when using evdev. For users using the legacy configuration, or running xorg on FreeBSD 11, please consult UPDATING for instructions in case of issues. PR: 244354 [1] Submitted by: jbeich (fix) Reported by: Patricio Villar [1] Differential Revision: https://reviews.freebsd.org/D23860 Added: head/x11/libxkbcommon/pkg-message (contents, props changed) Modified: head/UPDATING head/x11/libxkbcommon/Makefile Modified: head/UPDATING ============================================================================== --- head/UPDATING Fri Mar 20 23:24:31 2020 (r528812) +++ head/UPDATING Fri Mar 20 23:39:37 2020 (r528813) @@ -5,6 +5,23 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20200320: + AFFECTS: users of x11/libxkbcommon + AUTHOR: zeising@FreeBSD.org + + The libxkbcommon library (x11/libxkbcommon), used to handle keyboards + in some applications, most notably kde and wayland, have been switched + to use evdev rules by default. Some keys, most notably arrow keys, + may not work in applications using libxkbcommon, if you use + xf86-input-keyboard rather than xf86-input-libinput. + If you have trouble with the keyboard keys, and if /var/log/Xorg.*.log + shows that the "kbd" or "keyboard" driver is beind used, you need to + switch to legacy rules by setting the environment variable + XKB_DEFAULT_RULES to xorg. + This switch is make to match the default configuration on FreeBSD 12.1 and + later, the default configuration on FreeBSD 11.3 still requres the legacy + rules. + 20200316: AFFECTS: users of net-im/slack-term AUTHOR: dmgk@FreeBSD.org Modified: head/x11/libxkbcommon/Makefile ============================================================================== --- head/x11/libxkbcommon/Makefile Fri Mar 20 23:24:31 2020 (r528812) +++ head/x11/libxkbcommon/Makefile Fri Mar 20 23:39:37 2020 (r528813) @@ -2,6 +2,7 @@ PORTNAME= libxkbcommon PORTVERSION= 0.10.0 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= https://xkbcommon.org/download/ DIST_SUBDIR= xorg/lib @@ -16,8 +17,7 @@ RUN_DEPENDS= xkeyboard-config>0:x11/xkeyboard-config USES= bison meson pkgconfig tar:xz xorg USE_XORG= xcb -MESON_ARGS= -Ddefault-rules=xorg \ - -Denable-docs=false \ +MESON_ARGS= -Denable-docs=false \ -Denable-wayland=false \ -Dx-locale-root="${PREFIX}/lib/X11/locale" Added: head/x11/libxkbcommon/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/libxkbcommon/pkg-message Fri Mar 20 23:39:37 2020 (r528813) @@ -0,0 +1,13 @@ +[ +{ type: install + message: <