Created attachment 246829 [details] New port: initial patch I am an author of X11::XCB perl module and I've already sent a PR to its port #275560 in order to update it from 0.16 to 0.22. As korgwm depends on X11::XCB >= 0.22, this PR should be merged with #275560. The patch is attached.
Created attachment 247157 [details] New port: newer version 3.1 uploaded Newer version of korgwm has released, so new patch is here. Poudriere testport succeeded.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=cbcbec76decbc4093dc7cbd1fae266607e26f5bd commit cbcbec76decbc4093dc7cbd1fae266607e26f5bd Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2023-12-19 13:59:08 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2023-12-19 13:59:08 +0000 x11-wm/korgwm: tiling window manager written in Perl (new port) PR: 275581 Submitted by: Sergey Zhmylove x11-wm/Makefile | 1 + x11-wm/korgwm/Makefile (new) | 29 +++++++++++++++++++++++++++++ x11-wm/korgwm/distinfo (new) | 3 +++ x11-wm/korgwm/pkg-descr (new) | 3 +++ x11-wm/korgwm/pkg-plist (new) | 23 +++++++++++++++++++++++ 5 files changed, 59 insertions(+)
Committed with minor modifications: - Drop attribution from COMMENT (we usually don't do that) - Employ ETCDIR variable in `post-install' target recipe