The micro editor got marked BROKEN last year: https://marc.info/?l=openbsd-ports&m=171418988805644
I saw the comments in this issue: https://github.com/zyedidia/micro/issues/3557 And I tried compiling micro again and I can confirm that with the changes suggested by George Koehler, micro is now working on my -current machine ( #518: Wed Jan 22) using the master branch > ZenMaster$ ./micro --version > Version: 2.0.15-dev.113 > Commit hash: c02036e5 > Compiled on January 27, 2025 Some questions: Do we want a port based on a development branch or should we wait for the 2.0.15 release (it's easy enough to compile yourself in the meantime :P)? The changes mentioned have not yet been committed so patching in the port is still required. How can patches be applied to the downloaded go modules in the port? BR/Rob