From owner-freebsd-questions@FreeBSD.ORG Mon Apr 13 06:30:52 2009 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 7955A106564A for ; Mon, 13 Apr 2009 06:30:52 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: from mail-qy0-f132.google.com (mail-qy0-f132.google.com [209.85.221.132]) by mx1.freebsd.org (Postfix) with ESMTP id 1CCC78FC0C for ; Mon, 13 Apr 2009 06:30:51 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: by qyk38 with SMTP id 38so574909qyk.3 for ; Sun, 12 Apr 2009 23:30:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=iXp4b3KCWaXVDZtGaG4tEU+R8PA1EsYDT5vo+tTcYao=; b=GcPq5MhG0sWirW6q4CyxuOkfy8IqB7ye/rzr5D7nIkYFhckV4ukoFGIDrBJwYkCNb5 /lallVYxE1OO385jFLqQdd3sWE4bjFiF76n1hyc05mPxXYKCpQSSTmH+kJK07OO1Ph/x ETe1f8DPfYW3kVOjAlxMvLWVWcSePcf3O3NC4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=ZO5/92rlufndrejCHrje3yB3c4NylM3bIlsvkjNbddxoSH2aisR+uOWyunV7JLbNJj IV61SjO9jKLLahtCQWtD6IxVDS4k+1lQjaLjSwtxj9YMoAQS+o2lv5H1FjmL7kI1Q9LP bcRn3PRt+jFzt2bhOnNlJAk4qL6zPm2wg2ACE= MIME-Version: 1.0 Received: by 10.220.87.4 with SMTP id u4mr5949999vcl.28.1239604251303; Sun, 12 Apr 2009 23:30:51 -0700 (PDT) In-Reply-To: <20090413055422.GA18063@thought.org> References: <20090413055422.GA18063@thought.org> From: Tim Judd Date: Mon, 13 Apr 2009 00:30:36 -0600 Message-ID: To: Gary Kline Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Mailing List Subject: Re: is there a way to upgrade Only ports that need it?? 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: Mon, 13 Apr 2009 06:30:52 -0000 On Sun, Apr 12, 2009 at 11:54 PM, Gary Kline wrote: > is there any way t o not upgrade "all installed ports", but only > those that are not current? > > tired of having my main box grinding away for endless days.... > > gary > > > > > -- > Gary Kline kline@thought.org http://www.thought.org Public Service > Unix > http://jottings.thought.org http://transfinite.thought.org > The 2.41a release of Jottings: http://jottings.thought.org/index.php > Normally the 'all' option to your preferred update utility only picks the outdated ports. At least that's how I expect it. Only if you *F*orce all installed ports is when ALL ports irrespectively update whether they need it or not. I'm open for corrections...