Date: Sat, 26 Mar 2011 21:31:54 -0700 From: Doug Barton <dougb@FreeBSD.org> To: Matthew Seaman <m.seaman@infracaninophile.co.uk> Cc: "Ron \(Lists\)" <rg.lists@rzweb.com>, freebsd-ports@freebsd.org Subject: Re: Updating multiple ports with portmaster Message-ID: <4D8EBDBA.6070602@FreeBSD.org> In-Reply-To: <4D8E1B9D.8050402@infracaninophile.co.uk> References: <61994f32f152b25487eaf153546ab59f@flabnapple.net> <4D8E18AF.6010906@FreeBSD.org> <4D8E1B9D.8050402@infracaninophile.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
On 03/26/2011 10:00, Matthew Seaman wrote: > pkg_version -vIL= | awk '/^p5-/ { print $1 }' | xargs portmaster That's a good suggestion, but if you want to use that technique, better would be: portmaster `pkg_version -vIL= | awk '/^p5-/ { print $1 }'` so that you can take advantage of the internal caching that portmaster does. Doug -- Nothin' ever doesn't change, but nothin' changes much. -- OK Go Breadth of IT experience, and depth of knowledge in the DNS. Yours for the right price. :) http://SupersetSolutions.com/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4D8EBDBA.6070602>