Post #2463722
2024-11-11 21:26 UTC
@meka@bsd.network @ifreund@hachyderm.io @FreeBSDFoundation@mastodon.social it usually means a port has a missing dep, pkg check should help you figure out the buggy port.
Replies (1)
-
@meka@bsd.network 2024-11-11 23:09
@_bapt_@mastodon.social @ifreund@hachyderm.io @FreeBSDFoundation@mastodon.social "pkg check -da" revealed that "mate-desktop" is pulling in "dconf-editor", and looking at the port it is the dependency. Rebuilding dconf-editor from ports fixed it. Are there any tips except building from ports that fix issues like this? Thank you!