From owner-freebsd-questions@FreeBSD.ORG Tue Aug 19 05:32:55 2003 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 6DCBF16A4BF for ; Tue, 19 Aug 2003 05:32:55 -0700 (PDT) Received: from webserver2.rtl.org (rtl-3.i2k.com [63.94.12.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 332AE43FA3 for ; Tue, 19 Aug 2003 05:32:54 -0700 (PDT) (envelope-from jstewart@rtl.org) Received: from rtl.org (rtl-2.i2k.com [63.94.12.206]) by webserver2.rtl.org (8.11.6/8.11.6) with ESMTP id h7JCRXi29289; Tue, 19 Aug 2003 08:27:33 -0400 Message-ID: <3F421947.7090903@rtl.org> Date: Tue, 19 Aug 2003 08:34:15 -0400 From: Jason Stewart User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030701 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Charles Howse , Free BSD Questions list References: <017f01c365e6$d0a1bd50$04fea8c0@moe> In-Reply-To: <017f01c365e6$d0a1bd50$04fea8c0@moe> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Ports vs. Packages 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: Tue, 19 Aug 2003 12:32:55 -0000 Charles Howse wrote: >>Packages are nice for the speed you can install them with, >>but can be much >>harder to deal with the dependencies unless you use something like >>portupgrade (which is much more useful after you've got what you want >>installed and want to keep it all up to date). >> >> > >Well, that begs the question, how about installing what I want from >packages and then using portupgrade to keep it up2date? > That's the whole point of portupgrade. Keeping it all up to date. The ports system is much, much better than Redhat's update mechanism too. I install all of my ports from source on my PII 333 machine even though I have to wait for them all to compile. The performance increase of binaries compiled for your system is worth the wait IMO. Sometimes if I don't feel like waiting, I'll just let portupgrade fetch the distfiles, then compile everything when I go to bed. Good Luck, Jason