After the update national symbols not working due to "pl" keymap not recognized in xorg.conf. Reverting to 2.21 fixes it. syntax error: line 500 of pl The XKEYBOARD keymap compiler (xkbcomp) reports: > Error: Error interpreting include file "pl" > Exiting > Abandoning symbols file "default" Errors from xkbcomp are not fatal to the X server
Seconded, I can confirm this issue.
Upstream issue: https://bugs.freedesktop.org/show_bug.cgi?id=104904 Patch: https://bugs.freedesktop.org/attachment.cgi?id=137115
(In reply to Piotr Kubaj from comment #2) Thanks! You were faster :) For reference, interaction with committer - https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227079
This also should be discussed with the upstream. Port can't protect from broken features or bugs. We can only add patches to adopt the code so that it builds, or backport fixes that haven't yet been released. So if the upstream fixes the problem, we can add a patch.
(In reply to Yuri Victorovich from comment #4) Have you read the bug report I posted? It clearly says that the patch is committed.
A commit references this bug: Author: yuri Date: Wed May 2 22:23:22 UTC 2018 New revision: 468890 URL: https://svnweb.freebsd.org/changeset/ports/468890 Log: x11/xkeyboard-config: Fix the polish keyboard bug introduced in 2.23.1 Backport of the fix. Unbreaks the feature. PR: 227935 Submitted by: jakub_lach@mailplus.pl Approved by: portmgr (port compliance, infrastructure) Changes: head/x11/xkeyboard-config/Makefile head/x11/xkeyboard-config/files/patch-polish-typo-upstream-bugno104904
Committed, thanks!