From owner-freebsd-questions@FreeBSD.ORG Fri Nov 26 15:24:17 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 60DA116A4CE for ; Fri, 26 Nov 2004 15:24:17 +0000 (GMT) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2967443D46 for ; Fri, 26 Nov 2004 15:24:17 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend3.messagingengine.com (frontend3.internal [10.202.2.152]) by frontend1.messagingengine.com (Postfix) with ESMTP id EE55EC3BBED for ; Fri, 26 Nov 2004 10:24:15 -0500 (EST) X-Sasl-enc: Zk4rH4RFmb3diuOU/43iEA 1101482655 Received: from gumby.localhost (unknown [80.41.13.3]) by frontend3.messagingengine.com (Postfix) with ESMTP id DAC3F2879F for ; Fri, 26 Nov 2004 10:24:15 -0500 (EST) From: RW To: freebsd-questions@freebsd.org Date: Fri, 26 Nov 2004 15:25:13 +0000 User-Agent: KMail/1.7.1 References: <005d01c4d3c3$57404610$1e01a8c0@sjees> In-Reply-To: <005d01c4d3c3$57404610$1e01a8c0@sjees> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411261525.14104.list-freebsd-2004@morbius.sent.com> Subject: Re: Updating packages list (using cvsup?) 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: Fri, 26 Nov 2004 15:24:17 -0000 On Friday 26 November 2004 14:22, Olaf Greve wrote: > Hi Thomas (and others), > > First off: thanks a lot for your answer, this is indeed what I was > > looking for... I should also install portupgrade if I were you, it make managing ports a lot easier. It also has the -P and -PP options (and corresponding per port settings in /usr/local/etc/pkgtools.conf) which are useful for combining ports and packages. For example a full KDE upgrade from ports takes me 3 days, but by allowing portupgrade to install some of the less-important kde components from fully up-to-date packages, I cut that down to one day.