Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jan 2015 09:53:48 -0700 (MST)
From:      Warren Block <wblock@wonkity.com>
To:        Ben Woods <woodsb02@gmail.com>
Cc:        Polytropon <freebsd@edvax.de>, "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject:   Re: Questions from a Linux refugee
Message-ID:  <alpine.BSF.2.11.1501070953140.4307@wonkity.com>
In-Reply-To: <CAOc73CAGucGn0MTF3rCDfUf3nSrHuGf8xJsUdQU=S38n18phWA@mail.gmail.com>
References:  <20150106115503.4870ab2e@jive> <CAOc73CA9nEWSFckf2r1S9eQKWN%2Bza-NKcU_25z1EHyJDdAqPvw@mail.gmail.com> <20150106132934.7b2ba08c.freebsd@edvax.de> <20150106124739.a336caccfdef65863f461f7c@milibyte.co.uk> <20150106163202.f07341af.freebsd@edvax.de> <CAOc73CBduBfspU90MWDu_wNWxYK2w3yc3pJVREcfx3tN_Sb=ww@mail.gmail.com> <20150107142315.27d077f3.freebsd@edvax.de> <CAOc73CAGucGn0MTF3rCDfUf3nSrHuGf8xJsUdQU=S38n18phWA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 7 Jan 2015, Ben Woods wrote:

>>>> "make missing | pkg install" to get the dependencies
>>>
>>> This command doesn't work for me with pkgng 1.4.4 (I don't think the
> pipe
>>> to pkg works):
>>>
>>> # make missing | pkg install
>>> Usage: pkg install [-AfInFMqRUy] [-r reponame] [-Cgix] <pkg-name> ...
>>> For more information see 'pkg help install'.
>>
>> The command is pseudo-code, I should have mentioned
>> this explicitely. :-)
>
>
> Well it can actually work if you use xargs:
> # make missing | xargs pkg install

Or backticks, probably:
# pkg install `make missing`



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.11.1501070953140.4307>