From owner-freebsd-questions@FreeBSD.ORG Mon Oct 20 19:37:52 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 7136516A4B3 for ; Mon, 20 Oct 2003 19:37:52 -0700 (PDT) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E62243F85 for ; Mon, 20 Oct 2003 19:37:50 -0700 (PDT) (envelope-from judmarc@fastmail.fm) Received: from mail.messagingengine.com (localhost [127.0.0.1]) by localhost.localdomain (Postfix) with ESMTP id 7DAC1324F18; Mon, 20 Oct 2003 22:37:47 -0400 (EDT) Received: from 10.202.2.150 ([10.202.2.150] helo=mail.messagingengine.com) by messagingengine.com with SMTP; Mon, 20 Oct 2003 22:37:47 -0400 X-Epoch: 1066703867 X-Sasl-enc: 3WwJHhYUu1Xyw6pA1QZ9Sg Received: from sparky (dialup-67.74.64.95.Dial1.Philadelphia1.Level3.net [67.74.64.95]) by mail.messagingengine.com (Postfix) with ESMTP id 10FDF324F0E; Mon, 20 Oct 2003 22:37:41 -0400 (EDT) To: Osmany Guirola Cruz , freebsd@kibserv.org References: Message-ID: From: Jud Content-Type: text/plain; format=flowed; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Date: Mon, 20 Oct 2003 22:37:39 -0400 In-Reply-To: User-Agent: Opera7.21/Win32 M2 build 3218 cc: freebsd-questions Subject: Re: 5.1-Realease UPDATE PORTS (long) 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, 21 Oct 2003 02:37:52 -0000 On Mon, 20 Oct 2003 16:45:48 -0400, Osmany Guirola Cruz wrote: >> -----Original Message----- >> From: Jud [mailto:judmarc@fastmail.fm] >> Sent: Mon 10/20/2003 1:56 PM >> To: freebsd@kibserv.org; Osmany Guirola Cruz >> Cc: freebsd-questions >> Subject: Re: 5.1-Realease UPDATE PORTS >> you might try FTP-ing the latest >> ports collection. > Ok People i download the latest port.tar.gz > it includes the mozilla-firebird if i install it what could happen whit > my system it needs xfree greater than i have installed > ?what should i do? upgrade the entite syste? OK, very good - you now have a very recent set of ports "skeletons" (the instructions to download the source for, compile, and install on your system any of over 9000 applications). As you see, these ports have 'dependencies' (other ports they need), and upgrading a port sometimes means upgrading one or more dependencies. FreeBSD has an excellent application for managing port upgrades that will help you. It is called (not surprisingly) 'portupgrade.' Find it in the ports system (usr/ports/sysutils/portupgrade) and install it. Now, regarding your question whether you should upgrade your whole system: It is a good idea to keep your system up-to-date with your ports. However, the usual way to do this is with cvsup. :( (You should read about CTM, as Kris mentioned, in the Handbook online at the FreeBSD web site to determine whether you might be able to update using that method.) Therefore, you probably want to try installing the latest Mozilla-Firebird without updating your entire system. To do this, after you have installed portupgrade and either rebooted or typed "rehash," type # portupgrade -RN mozilla-firebird If you get an error saying a dependency is already installed, you can try # portupgrade -fRN mozilla-firebird I have an alternative to suggest that may be quicker and easier, because building the latest mozilla-firebird from the port is a very long process. Did you install Linux emulation when you installed FreeBSD? If yes, then type # portupgrade linux_base If not, type # portupgrade -RN linux_base or # portupgrade -RN linux_base-8 (As before, if you see an error that a dependency is already installed, try adding the -f option to portupgrade.) Add the following line to your /etc/rc.conf file if it is not already there: linux_enable="YES" Then download the Mozilla-Firebird Linux binary from . Install the Linux binary, reboot, and you should have a working version of the latest Mozilla-Firebird on your system in much less time than if you compiled it from a port. Jud P.S. Osmany, please type your replies at the bottom rather than the top of the messages to which you are replying, and try to make some kind of visual separation between the original message and your reply. It makes everything much easier to read.