Date: Sun, 6 Nov 2016 10:49:19 +0100 From: shun.fbsd.pr.ml@dropcut.net To: freebsd-ports@freebsd.org Subject: Re: checking dependency tree ia portmaster Message-ID: <20161106094919.GA7189@dropcut.net> In-Reply-To: <BE3E804E-D3FB-4E4E-8A52-D4112E140444@kreme.com> References: <BE3E804E-D3FB-4E4E-8A52-D4112E140444@kreme.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20161106094919.GA7189>