Is it possible to make `pkg upgrade` explain why it's removing packages?
Background: I am attempting to upgrade a system with 12.3 installed, via packages (i.e. results of "cd /usr/src ; sudo make packages"), to 13.1. also using packages. `pkg` spits out a few `SAT solver` messages, then proceeds to uninstall a package that is marked not automatic and vital, and which happens to be the foundational package of the system I'm upgrading (i.e., this package has dependencies of everything else I need installed).
I see a few of the pkg subcommands have a --verbose option, but not upgrade. Is there anything I can do to make it more verbose about it's decision making? (Including building pkg with alternate source code or build options)
Background: I am attempting to upgrade a system with 12.3 installed, via packages (i.e. results of "cd /usr/src ; sudo make packages"), to 13.1. also using packages. `pkg` spits out a few `SAT solver` messages, then proceeds to uninstall a package that is marked not automatic and vital, and which happens to be the foundational package of the system I'm upgrading (i.e., this package has dependencies of everything else I need installed).
I see a few of the pkg subcommands have a --verbose option, but not upgrade. Is there anything I can do to make it more verbose about it's decision making? (Including building pkg with alternate source code or build options)