Hello,
When you build something from pkgsrc with custom options, you don't want it to be automatically replaced by the version from official package repositories when you perform a pkgin upgrade
. On FreeBSD, you can prevent this by locking the package with pkg lock
. I couldn't find a corresponding command in NetBSD's pkgin. Is there a way to lock packages, or is the only option in this case to add a local package repository that takes precedence over the main one?