From: yaydn@protonmail.com Subject: Re: [update] x11/terminator to 2.1.5 To: Lucas Raab Cc: "ports@openbsd.org" Date: Mon, 04 Aug 2025 08:10:34 +0000 På mandag 4. august 2025 kl. 09:07, Lucas Raab skrev: > Hello, > > Here's an update for terminator up to the latest. It's been five years since > the last update so let me know if anything looks amiss. Changelogs in the > meantime: https://github.com/gnome-terminator/terminator/releases > > Thanks, > Lucas Tested on current/amd64. Did: cd /usr/ports/ && patch -p0 -E -C < /tmp/terminator.diff cd /usr/ports/x11/terminator/ && make install clean && make distclean Had to remove the patch 'patches/patch-run_tests' for it to build. I attached a diff that removes that patch if that is permissible. Patch like so in case I did something nonstandard: cd /usr/ports/x11/terminator/ && patch -p0 -E -C < /tmp/terminator-2.1.5p0.diff If that went well remove '-C' to apply: cd /usr/ports/x11/terminator/ && patch -p0 -E < /tmp/terminator-2.1.5p0.diff Ran: terminator export GDK_BACKEND=x11 && terminator Ran natively on sway and by forcing xwayland; did some light testing. I think that this is fine otherwise. Hope this helps. Take care and well wishes. Happy porting!