From owner-freebsd-questions@FreeBSD.ORG Wed Jan 7 17:16:04 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E3053D3E for ; Wed, 7 Jan 2015 17:16:04 +0000 (UTC) Received: from mail-ob0-f172.google.com (mail-ob0-f172.google.com [209.85.214.172]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A1CCA6672B for ; Wed, 7 Jan 2015 17:16:04 +0000 (UTC) Received: by mail-ob0-f172.google.com with SMTP id va8so4128630obc.3 for ; Wed, 07 Jan 2015 09:15:58 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=vZJIY9NkCH6oqyU7ZxEjwwGAIII4ck+LP+zocoplG80=; b=GUKAwIP+AA8itppw42wLvy7MCIMh8MoewSvchgIRZricIKROYuJK+1m5F3jO7Snb86 gBwakegSQi+ArBaQLosCg4meI3VRL9W5ja9pXl/RGGWaoIJVaCtYT/LYV3xhehnTXPwM WtIZFtQAGR8hfzvqHhKlWu3udpubsIqFptNFDvSN217N9jLzVYOOTdoizvEWz9+VwkUF m8EkcwhySeOzDO8SiyT0AtRI94DrqX2jLKA2Oy0JpW8R8MkotHnwT21Q2VJvVNwFiK6X G9cBL0LPQdxtORvmozDp+0bWbupownApqjgGjpbANXmXoruyWpJqNVXTrYyL9gQk1Xwy 4ucg== X-Gm-Message-State: ALoCoQnNE/e+b/IMoJ3KK4iFSTddpGDWCRbP/U8O+Ek3FBA6ID5qMEX6jJBOkvtkE90mWyb/1g4Y X-Received: by 10.182.81.195 with SMTP id c3mr2766527oby.60.1420650958117; Wed, 07 Jan 2015 09:15:58 -0800 (PST) Received: from [127.0.0.1] (76-252-236-89.lightspeed.sndgca.sbcglobal.net. [76.252.236.89]) by mx.google.com with ESMTPSA id d198sm1238032oih.12.2015.01.07.09.15.56 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 07 Jan 2015 09:15:57 -0800 (PST) Message-ID: <54AD69CD.3050001@brianwhalen.net> Date: Wed, 07 Jan 2015 09:15:57 -0800 From: brian User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Questions from a Linux refugee References: <20150106115503.4870ab2e@jive> <20150106132934.7b2ba08c.freebsd@edvax.de> <20150106124739.a336caccfdef65863f461f7c@milibyte.co.uk> <20150106163202.f07341af.freebsd@edvax.de> <20150107142315.27d077f3.freebsd@edvax.de> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 150107-0, 01/06/2015), Outbound message X-Antivirus-Status: Clean X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2015 17:16:05 -0000 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] ... >>>> 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"