tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkgsrc make extract without dependencies?



On 2019-07-31 08:29, Ottavio Caruso wrote:
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?

So the short answer is...

Linux pbulkc7.ceas  bacon ~/Pkgsrc/pkgsrc/devel/git 31: bmake extract SKIP_DEPENDS=1
===> Checking for vulnerabilities in git-2.22.0nb1
===> Overriding tools for git-2.22.0nb1
===> Extracting for git-2.22.0nb1
Linux pbulkc7.ceas  bacon ~/Pkgsrc/pkgsrc/devel/git 32:

( Confirmed that it tries to build deps without SKIP_DEPENDS=1 )

SKIP_DEPENDS can be set to anything except "no", per bsd.depends.mk.



Home | Main Index | Thread Index | Old Index