Create list of ports to update
Trond Endrestøl
Trond.Endrestol at fagskolen.gjovik.no
Mon Dec 4 09:01:32 UTC 2017
On Sun, 3 Dec 2017 16:40-0000, Carmel NY wrote:
> what is the easiest way to construct a list of ports that need
> updating in the: "port-category/port-name" format?
How about this?
make -C /usr/ports fetchindex
pkg version -oIL= | awk '{print $1}' | poudriere ...
The hosts only needs a skeletal ports tree as opposed to
poudriere.
--
Trond.
More information about the freebsd-questions
mailing list