From owner-freebsd-questions@FreeBSD.ORG Sun Nov 8 14:50:22 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 7B7AF106566B for ; Sun, 8 Nov 2009 14:50:22 +0000 (UTC) (envelope-from mail@ozzmosis.com) Received: from smtp.mel.people.net.au (smtp.mel.people.net.au [218.214.17.98]) by mx1.freebsd.org (Postfix) with SMTP id B42F88FC15 for ; Sun, 8 Nov 2009 14:50:21 +0000 (UTC) Received: (qmail 29852 invoked from network); 8 Nov 2009 14:43:38 -0000 Received: from unknown (HELO smtp.phoenix) (218.215.178.56) by smtp.mel.people.net.au with SMTP; 8 Nov 2009 14:43:38 -0000 Received: by smtp.phoenix (Postfix, from userid 1001) id 397A817773; Mon, 9 Nov 2009 01:50:18 +1100 (EST) Date: Mon, 9 Nov 2009 01:50:18 +1100 From: andrew clarke To: Randi Harper Message-ID: <20091108145018.GA44576@ozzmosis.com> References: <9d972bed0911060931k4ee2a5b7n9d62db23beeb6367@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Roger , freebsd-questions@freebsd.org Subject: Re: Help understanding basic FreeBSD concepts (ports, updates, jails) 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: Sun, 08 Nov 2009 14:50:22 -0000 On Sat 2009-11-07 19:19:52 UTC-0800, Randi Harper (randi@freebsd.org) wrote: > Don't bother with any of that. Just use portsnap. It's also part of > base, and was written by the same person that wrote freebsd-update. > It's lovely and much faster, although some people may argue with me on > that. > For your system, use freebsd-update. Seconded. Portsnap and freebsd-update are a cinch to use. > For your ports tree, use portsnap. For installed ports, use > portupgrade or portmanager. I'm more fond of portmanager, but it seems > portupgrade has many more users. Both portupgrade and portmanager are > available in the ports tree, not base. I use portmaster and find it easy to use. Not familiar with portmanager. /usr/ports/UPDATING will often provide portmaster commands where necessary and these can useful for upgrading some ports. Maybe it's easy to translate those commands to their equivalent portmanager commands. Regards Andrew