Summary: | x11/xkbcomp: Update to 1.4.1, add LICENSE_FILE | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Dmitri Goutnik <dmgk> | ||||
Component: | Individual Port(s) | Assignee: | Yuri Victorovich <yuri> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | jakub_lach, yuri | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(x11) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
A commit references this bug: Author: yuri Date: Sun Apr 29 21:57:06 UTC 2018 New revision: 468662 URL: https://svnweb.freebsd.org/changeset/ports/468662 Log: x11/xkbcomp: Update 1.4.0 -> 1.4.1 Port changes: * Add LICENSE_FILE * Order USExx section PR: 227079 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: maintainer's timeout (x11@FreeBSD.org; 31 days) Changes: head/x11/xkbcomp/Makefile head/x11/xkbcomp/distinfo Committed, thanks! After update,
xorg.conf:
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "pl"
Option "XkbOptions" "lv3:ralt_switch_multikey"
EndSection
result:
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
I have lost l18n.
(In reply to jakub_lach from comment #3) Jakub, If this is a problem for you, you should complain to the upstream of xkbcomp because this commit was a simple version update. Regards, Yuri (In reply to Yuri Victorovich from comment #4) I've actually confirmed this is rather a x11/xkeyboard-config update 2.21 -> 2.23.1 problem. Reverting to the old one fixes it. It's pretty major regression or undocumented "feature". (In reply to jakub_lach from comment #5) Please complain to the upstream then. -) (In reply to Yuri Victorovich from comment #6) Sure, I might as well, though is that really how ports are supposed to work? (In reply to jakub_lach from comment #7) But what do you expect should happen from the port side? (In reply to jakub_lach from comment #7) https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227935#c2 |
Created attachment 191943 [details] patch file * Update to 1.4.1 * Add LICENSE_FILE * While here, pet portlint (USE order) QA: poudriere testport: OK (11a, 10i)