Created attachment 161776 [details] Proposed fix for this issue x11/libxkbcommon currently doesn't find the key composition information in "/usr/local/lib/X11/locale/". This makes key composition (which is used to allow multiple keysyms to be composed e.g. for adding accents to letters) fail to initialize in libxkbcommon, because it tries to use its default path looking in "/usr/local/share/X11/locale/". Adding the --with-x-locale-root=${PREFIX}/lib/X11/locale option to CONFIGURE_ARGS fixes this problem for me (i.e. key composition works
Hi! Hope the patch in bug#209867 works for you.
fixed thanks
A commit references this bug: Author: bapt Date: Sat Nov 5 19:26:21 UTC 2016 New revision: 425437 URL: https://svnweb.freebsd.org/changeset/ports/425437 Log: Update to 0.6.1 While here fix the default path to find X localed PR: 203593 209867 Changes: head/x11/libxkbcommon/Makefile head/x11/libxkbcommon/distinfo