Hi,

I have accidentally deleted my poudriere package lists. I still have
all packages in my repos.

I know I can get list of all packages in my repo in appropriate
format with `pkg search -o -x . | awk -F ' ' '{ print $1 }' | sort',
but this way I'm listing also ports which are installed only as
dependencies, which I'd like to avoid - I'd like to list only "top
level" ports, so that I don't build a dependency if top port doesn't
need it.

Is there a way to get dependency tree from pkg search?

Thank you in advance,
-- 
Before enlightenment - chop wood, draw water.
After  enlightenment - chop wood, draw water.

Marko Cupać
https://www.mimar.rs/
_______________________________________________
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to