Your command works. Just remove the package name to query all packages:I still don't know how you would list set origins for all packages.
pkg query '%o %v'
This is hacky, but it works:pkg info -o `pkg info -q`
.
Your command works. Just remove the package name to query all packages:pkg query '%o %v'
# pkg query '%o %v' php5
When you randifference between what would be the default origins and the current ones.
pkg set
you set the new default origin. There is no going back.I can't reproduce this.shows no output on a machine where the origin has not been changed.
pkg query
only shows no output if php5 isn't installed.