Hello, On 2024/10/26 20:06:48 +0200, Kirill Miazine <k...@krot.org> wrote: > Just installed irctk package on current: > > $ cat /usr/local/bin/irctk > #!/bin/sh > > exec tclsh8.6 > /usr/obj/ports/irctk-1.1.0/fake-amd64/usr/local/share/irctk/main.tcl
Oh, this is weird. My self-built /usr/local/bin/irctk was fine, but after looking it seems that I forgot to remove patch-Makefile_m4 in the 1.1.0 update. That was upstreamed and no longer needed, but if patch(1) for whatever reason decided to revert it, it would re-introduce the issue it was supposed to fix, i.e. the wrong paths you're seeing. Since it didn't fail at packaging, I assume this was the reason. I've removed the patch. irctk-1.1.0p0 should be available soon on -current. Thanks! Omar Polo P.S.: in the future when reporting an issue please Cc: the maintainer the port, if there is one, so it's quicker for them to notice.