From owner-freebsd-questions@FreeBSD.ORG Sun Feb 27 07:50:04 2005 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 D00DB16A4CE for ; Sun, 27 Feb 2005 07:50:04 +0000 (GMT) Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 760D243D2D for ; Sun, 27 Feb 2005 07:50:04 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) j1R7o8b10326 for ; Sat, 26 Feb 2005 23:50:08 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: Date: Sat, 26 Feb 2005 23:50:06 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <1861359872.20050226153635@wanadoo.fr> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Importance: Normal Subject: RE: Installation instructions for Firefox somewhere? 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: Sun, 27 Feb 2005 07:50:04 -0000 owner-freebsd-questions@freebsd.org wrote: > Chris writes: > >> This is simple. As someone has pointed out before, you need cvsup the >> ports tree then a portupgrade. Yes, after the cvsup and portupgrade >> you will have 1.0.1 > > There is no ports tree on the machine, so it cannot be out of date. > Isn't the index downloaded from the FTP site each time I start > sysinstall always up to date? Yes, but THAT index your looking at is only for the PRECOMPILED programs - the packages. These are not updated except right before a release. The ports uses a different INDEX. > If not, how can I update something that > isn't even on my system? For the absolute vast majority of software packages that are covered by the ports tree, the ports tree that is installed from the FreeBSD cdrom's or distribution is adequate. You can just make install right out of that tree with no problem. Firefox is different because it has not been out long and still is undergoing a lot of development by the Mozilla people. As a result the port for it changes quite a lot. Ted