Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 Jan 2015 09:15:57 -0800
From:      brian <brian@brianwhalen.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: Questions from a Linux refugee
Message-ID:  <54AD69CD.3050001@brianwhalen.net>
In-Reply-To: <alpine.BSF.2.11.1501070953140.4307@wonkity.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> <alpine.BSF.2.11.1501070953140.4307@wonkity.com>

next in thread | previous in thread | raw e-mail | index | archive | help

On 1/7/2015 8:53 AM, Warren Block wrote:
> 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`
I use this for pkg updates.

portsnap fetch update && pkg upgrade && pkg version -vIL=

The last one tells m which are still out of date, because a pkg hasnt 
been built yet. I can then either leave it and wait, or use portupgrade 
pkgname to finish it up, depending.

Brian
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to 
> "freebsd-questions-unsubscribe@freebsd.org"




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?54AD69CD.3050001>