CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2021/11/12 09:06:07
Modified files:
x11/i3 : Makefile distinfo
x11/i3/patches : patch-etc_config patch-etc_config_keycodes
patch-i3-dmenu-desktop patch-i3-msg_main_c
patch-i3-nagbar_main_c
patch-libi3_get_exe_path_c
patch-man_i3-config-wizard_man
patch-man_i3-dump-log_man
patch-man_i3-nagbar_man patch-man_i3_man
patch-meson_build patch-src_bindings_c
patch-src_config_parser_c patch-src_main_c
Added files:
x11/i3/patches : patch-src_config_directives_c
Log message:
update to i3-4.20.1, plus sync a few things with the i3-mousedrag port
add patch based on rsadowski's for i3-gaps; https://github.com/i3/i3/pull/4420
was merged which adds an "include" config directive based on wordexp();
OpenBSD doesn't have this (and is not ever likely to) so adapt to using glob()
instead.