Updating multiple ports with portmaster

Doug Barton dougb at FreeBSD.org
Sun Mar 27 04:31:58 UTC 2011


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/



More information about the freebsd-ports mailing list