From: Florian Viehweger Subject: update x11/dwm to 6.7 To: jung@openbsd.org, ports@openbsd.org Date: Sat, 24 Jan 2026 22:34:50 +0100 Hi, this is a simple update of x11/dwm to 6.7. Some testing on amd64. No issues found. portcheck, 'make port-lib-depends-check' are happy and I did regen patches. Comments? Thanks! Index: Makefile =================================================================== RCS file: /daten/openbsdmirror/cvs/mirror/ports/x11/dwm/Makefile,v retrieving revision 1.41 diff -u -p -u -p -r1.41 Makefile --- Makefile 4 Sep 2024 05:49:38 -0000 1.41 +++ Makefile 24 Jan 2026 21:03:40 -0000 @@ -1,6 +1,6 @@ COMMENT= dynamic window manager -V= 6.5 +V= 6.7 DISTNAME= dwm-${V} CATEGORIES= x11 Index: distinfo =================================================================== RCS file: /daten/openbsdmirror/cvs/mirror/ports/x11/dwm/distinfo,v retrieving revision 1.23 diff -u -p -u -p -r1.23 distinfo --- distinfo 4 Sep 2024 05:49:38 -0000 1.23 +++ distinfo 24 Jan 2026 21:03:40 -0000 @@ -1,2 +1,2 @@ -SHA256 (dwm-6.5.tar.gz) = Ideev6ny+5MUGDbCZmy4H0eExp1k5/GyNS+blwuglyk= -SIZE (dwm-6.5.tar.gz) = 25588 +SHA256 (dwm-6.7.tar.gz) = kf+6oUi/Y+llsh65RZftu6U0McGfUGGHTgTvPFjB8ZI= +SIZE (dwm-6.7.tar.gz) = 26468 Index: patches/patch-config_def_h =================================================================== RCS file: /daten/openbsdmirror/cvs/mirror/ports/x11/dwm/patches/patch-config_def_h,v retrieving revision 1.19 diff -u -p -u -p -r1.19 patch-config_def_h --- patches/patch-config_def_h 4 Sep 2024 05:49:38 -0000 1.19 +++ patches/patch-config_def_h 24 Jan 2026 21:03:40 -0000 @@ -37,7 +37,7 @@ Index: config.def.h }; /* layout(s) */ -@@ -58,7 +61,7 @@ static const Layout layouts[] = { +@@ -59,7 +62,7 @@ static const Layout layouts[] = { /* commands */ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL }; @@ -46,7 +46,7 @@ Index: config.def.h static const Key keys[] = { /* modifier key function argument */ -@@ -66,7 +69,9 @@ static const Key keys[] = { +@@ -67,7 +70,9 @@ static const Key keys[] = { { MODKEY|ShiftMask, XK_Return, spawn, {.v = termcmd } }, { MODKEY, XK_b, togglebar, {0} }, { MODKEY, XK_j, focusstack, {.i = +1 } }, -- greetings, Florian Viehweger