From owner-freebsd-questions Fri Aug 30 12:42:26 2002 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 CC89D37B435 for ; Fri, 30 Aug 2002 12:42:13 -0700 (PDT) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA2EF43E3B for ; Fri, 30 Aug 2002 12:42:09 -0700 (PDT) (envelope-from kstewart@owt.com) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id MAA15809; Fri, 30 Aug 2002 12:41:52 -0700 Message-ID: <3D6FCA7F.2090302@owt.com> Date: Fri, 30 Aug 2002 12:41:51 -0700 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3 X-Accept-Language: en-us, es-mx MIME-Version: 1.0 To: Joseph Lephan Cc: freebsd-questions@FreeBSD.ORG Subject: Re: What to do after cvsupit for ports? References: <20020830133609.A336@houston.rr.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Joseph Lephan wrote: > I have portupgrade installed also...but when i attemp to upgrade a file, so many error messages appear, its not even funny. > > Am I supposed to recompile kernel, or make some adjustments? Updating your ports is more involved than you are probably doing. For example, every time you cvsup ports-all, you have to run "portsdb -uU" for your /usr/ports/INDEX* files to be updated. This has to be done before portupgrade has INDEX* files of any real value. Portupgrade doesn't always work. For example, if you have too many side lines, you have to do each line individually. What it does really well is upgrade dependancies that depend on one port such as libxml2. It changes frequently and if you portupgrade -ruf libxml2, it does a really good job of updating everything that depends on libxml2. If XFree86-libraries also changed, things can get a little confused if you only portupgrade libxml2. You will end up with duplicate entries and have to pkgdb -F to fix them. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message