checking dependency tree ia portmaster

shun.fbsd.pr.ml at dropcut.net shun.fbsd.pr.ml at dropcut.net
Sun Nov 6 09:58:03 UTC 2016


On Sat, Nov 05, 2016 at 01:23:04PM -0600, @lbutlr wrote:
> given a port that is listed in postmaster -l as a Branch port, how do I see its dependancies and what it depends on?
> 
> For example, I have libX11 listed as a Branch port and would like to see all the “upsteream: and “downstream” ports.
I am currently working on some scripts to do that, but they aren't in good
shape yet. To see which ports a specific ports depends on ("upstream" in your case?),
you can run "make" with 
* all-depends-list
* build-depends-list
* package-depends-list
* run-depends-list
as a target.

Send me an email if you need anwsers for specific ports now and I can
test my scripts.

Cheers,


More information about the freebsd-ports mailing list