From owner-freebsd-stable@FreeBSD.ORG Wed Jul 22 13:21:05 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A582D10656B4; Wed, 22 Jul 2009 13:21:05 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 717FF8FC16; Wed, 22 Jul 2009 13:21:05 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 1A4A746B58; Wed, 22 Jul 2009 09:21:05 -0400 (EDT) Received: from jhbbsd.hudson-trading.com (unknown [209.249.190.8]) by bigwig.baldwin.cx (Postfix) with ESMTPA id 640038A09F; Wed, 22 Jul 2009 09:21:04 -0400 (EDT) From: John Baldwin To: freebsd-stable@freebsd.org Date: Wed, 22 Jul 2009 08:14:37 -0400 User-Agent: KMail/1.9.7 References: <1248027417.14210.110.camel@neo.cse.buffalo.edu> <4A6628F0.6080802@mail.zedat.fu-berlin.de> <20090721215201.GA61999@troutmask.apl.washington.edu> In-Reply-To: <20090721215201.GA61999@troutmask.apl.washington.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907220814.38246.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Wed, 22 Jul 2009 09:21:04 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95.1 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=4.2 tests=AWL,BAYES_00,RDNS_NONE autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: "O. Hartmann" , Thomas Backman , Olivier SMEDTS , FreeBSD current , Steve Kargl , Ken Smith Subject: Re: HEADS-UP: Shared Library Versions bumped... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jul 2009 13:21:06 -0000 On Tuesday 21 July 2009 5:52:01 pm Steve Kargl wrote: > On Tue, Jul 21, 2009 at 10:45:36PM +0200, O. Hartmann wrote: > > > > I have another box (of many) running FreeBSD 8.0-BETA2/amd64 with 2 GB > > RAM and a Athlon64 2,2GHz CPU having 800(!) ports installed. Can you > > imagine how long this box will be occupied by 'portupgrade -af'? I guess > > 'cherry-picking' is the only solution. > > How many of those 800 ports are actually necessary and used? > It would be better to get generate a complete list of your > installed ports, use pkg_deinstall or pkg_delete to remove > all ports, and then selectively re-install ports that are > actually used. Xorg takes up ~200 ports alone (not including dependencies like perl, etc.) since the Xorg decided release engineering was too hard. Throw in things like KDE, OOo, Firefox, etc. for a desktop and you can get a fairly high package count. :-/ -- John Baldwin