Download raw body.
sysutils/k9s: how to patch go ports
simplest way ports-wise is if you can get them committed upstream (containers) and make a release, and then get k9s to update the dependency and make a release. otherwise, as it's in a dependency rather than the main distfile, you'll need to roll a vendored tarball. -- Sent from a phone, apologies for poor formatting. On 4 October 2025 15:45:36 Rafael Sadowski <rafael@sizeofvoid.org> wrote: > I ported sysutils/k9s to OpenBSD. During the build process, I > encountered 2-3 build errors that are easy to fix (hackish). > > sysutils/k9s/patch-pkg_mod_github_com_containerd_containerd@v1_7_28_archive_tar_mostunix_go > sysutils/k9s/patch-pkg_mod_github_com_containerd_containerd@v1_7_28_archive_tar_unix_go > sysutils/k9s/patch-pkg_mod_github_com_containerd_containerd@v1_7_28_client_go > > My problem is that these files are not available at all during the > patch task. Does anyone have any idea what is going on? > > The port is attached. > > Cheers, > Rafael
sysutils/k9s: how to patch go ports