From owner-freebsd-questions@FreeBSD.ORG Thu Jul 21 21:56:12 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4ADFD106566B for ; Thu, 21 Jul 2011 21:56:12 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-ww0-f42.google.com (mail-ww0-f42.google.com [74.125.82.42]) by mx1.freebsd.org (Postfix) with ESMTP id CF1018FC08 for ; Thu, 21 Jul 2011 21:56:11 +0000 (UTC) Received: by wwg11 with SMTP id 11so5973609wwg.1 for ; Thu, 21 Jul 2011 14:56:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; bh=dMpuI2mLg8X7Q4pMkJQCJ9kgXBozYB+08tWE0yWlURw=; b=XMuxV80TxRpRNBkk1zR443uS83lmtS3Tw+H907aZGZQl/ri4gwHxum0V4IaTkdUreK R2KfJb9ndUG0NI//UzffkMGYdH0KycMPbeQbwHCFHD9jIadwo/CEpb1cOLWzbsbBPuxO MHQRULTzv3GJJYXzFicsV+5ezmQW5C0T33U8w= Received: by 10.227.57.211 with SMTP id d19mr617507wbh.93.1311285370891; Thu, 21 Jul 2011 14:56:10 -0700 (PDT) Received: from gumby.homeunix.com (87-194-105-247.bethere.co.uk [87.194.105.247]) by mx.google.com with ESMTPS id b13sm1384122wbh.58.2011.07.21.14.56.08 (version=SSLv3 cipher=OTHER); Thu, 21 Jul 2011 14:56:10 -0700 (PDT) Date: Thu, 21 Jul 2011 22:56:02 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20110721225602.6972e8ac@gumby.homeunix.com> In-Reply-To: <6F61A3D4-E6CB-41E8-A36C-29A3352776CD@my.gd> References: <20110721100259.GA5326@external.screwed.box> <80674226c5ead62b213864dcd36b6a75.squirrel@www.magehandbook.com> <20110721153050.GA76083@external.screwed.box> <20110721175420.GF7553@external.screwed.box> <20110721182642.GG7553@external.screwed.box> <321f591217b15bbbb3b936fcfffd6c2f.squirrel@www.magehandbook.com> <4E287271.2050204@cran.org.uk> <20110721194009.GI7553@external.screwed.box> <6F61A3D4-E6CB-41E8-A36C-29A3352776CD@my.gd> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.1; amd64-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: build ports from not a root user? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2011 21:56:12 -0000 On Thu, 21 Jul 2011 23:07:41 +0200 Damien Fleuriot wrote: > On 21 Jul 2011, at 21:40, Peter Vereshagin > wrote: > > Cool. Tried it but couldn't make it to update the only one port, > > and not to update its dependencies. > > > > That's kinda the point of portupgrade, takes care of the deps for > you ;) portupgrade doesn't upgrade dependencies by default. When it builds a port, the port installs *missing* dependencies as a side-effect.