Jun 30 2021
Oct 5 2020
Abandoning this, since these changes should be superseded by the update of xserver to 1.20.
Jun 14 2020
I believe this patch has been superseeded by the update of xserver to 1.20.
May 26 2020
May 4 2020
Apr 17 2020
Mar 8 2020
Feb 13 2020
Feb 12 2020
Dec 19 2019
I don't think that Assistant key should be mapped to KEY_RIGHTMETA for following reasons:
- It is not really a meta key as it does not affect other key meanings like Shift, Alt, Ctrl and Win keys do.
- According to https://www.win.tue.nl/~aeb/linux/kbd/scancodes-6.html, scancode of 0x58 prefixed with 0xE0 is emitted by pressing of Fn+F12 keys on Logitech and Microsoft keyboards so the best matching evdev event would be KEY_FN_F12.
Sep 8 2019
Aug 7 2019
May 8 2019
May 7 2019
Apr 27 2019
Sep 11 2018
Sep 10 2018
Sep 6 2018
What's missing to get this in?
Sep 2 2018
Update comment in Mk/Uses/gl.mk to reflect reality.
Updated based on latest set of comments.
Sep 1 2018
bsd.port.pre.mk / bsd.port.post.mk must be kept for the ${COMPILER_TYPE} check
Updated diff with changes based on the latest round of comments.
Aug 30 2018
I think USE_GL not defined should be forbidden.
Aug 29 2018
Updated with latest round of comments.
Aug 27 2018
Aug 26 2018
Thank you!
Updated patch to also change the xorgproto dependency. Previously, we looked for one of the .pc files installed by xorgproto, this changes the dependency to actually depend on the port, since it installs so many .pc files.
Updated patch with a DEV_WARN if USE_GL is set without USES=gl.