On Thu, 25 Jul 2019 at 21:33, Leonardo Taccari <leot%netbsd.org@localhost> wrote:
Hello Brook,
Brook Milligan writes:
Is there a pkgsrc make target to simply extract the distfiles _without_ building dependencies?
What is the recommended way (using the pkgsrc framework) of extracting distfiles to examine the contents of a package?
[...]
Maybe not recommended (given that several intermediate targets are
skipped in that way!) but `make fetch && make do-extract' should do
that.
Doesn't `make fetch` build dependencies anyway if SKIP_DEPENDS= is not set?