From owner-freebsd-questions@FreeBSD.ORG Sat Aug 14 05:39:26 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42F4216A4CE for ; Sat, 14 Aug 2004 05:39:26 +0000 (GMT) Received: from 21322530218.direct.eti.at (21322530218.direct.eti.at [213.225.30.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ACA243D54 for ; Sat, 14 Aug 2004 05:39:25 +0000 (GMT) (envelope-from tilman@arved.at) Received: from huckfinn-wi0.arved.de (localhost [127.0.0.1]) i7E5dP25014869; Sat, 14 Aug 2004 07:39:25 +0200 (CEST) (envelope-from tilman@arved.at) Received: (from tilman@localhost) by huckfinn-wi0.arved.de (8.13.1/8.12.6/Submit) id i7E5dP7J014868; Sat, 14 Aug 2004 07:39:25 +0200 (CEST) X-Authentication-Warning: huckfinn-wi0.arved.de: tilman set sender to tilman@arved.at using -f Date: Sat, 14 Aug 2004 07:39:25 +0200 From: Tilman Linneweh To: Rob Hancock Message-ID: <20040814053924.GA14857@arved.at> References: <200408131729.28284.r1w3h@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408131729.28284.r1w3h@yahoo.com> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@FreeBSD.org Subject: Re: Best way to keep large ports uptodate X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Aug 2004 05:39:26 -0000 * Rob Hancock [Sa, 14 Aug 2004 at 02:29 GMT]: > Currently I've been using portupgrade to keep all my ports current, and > it works great. With very large ports such as KDE/base/libs/etc it takes > several hours to compile on my little 600MHz laptop. Is there a way to > keep the previously compiled objects around so when I upgrade the > next time only the changes have to be recompiled? Or am I better off > just waiting until major updates and doing a clean compile then? Read /usr/local/etc/pkgtools.conf esp. HOLD_PKGS and USE_PKGS. regards tilman