From owner-freebsd-questions@FreeBSD.ORG Thu May 25 08:33:34 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 E2DCB16A429 for ; Thu, 25 May 2006 08:33:34 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3178543D68 for ; Thu, 25 May 2006 08:33:33 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: by wr-out-0506.google.com with SMTP id i30so1753959wra for ; Thu, 25 May 2006 01:33:32 -0700 (PDT) Received: by 10.54.71.8 with SMTP id t8mr3120231wra; Thu, 25 May 2006 01:33:32 -0700 (PDT) Received: from ?192.168.0.4? ( [216.45.217.148]) by mx.gmail.com with ESMTP id 29sm10892281wrl.2006.05.25.01.33.31; Thu, 25 May 2006 01:33:32 -0700 (PDT) Date: Thu, 25 May 2006 04:33:34 -0400 From: Gerard Seibert To: freebsd-questions@freebsd.org Organization: Seibercom In-Reply-To: <20060525025258.23088.qmail@web50009.mail.yahoo.com> References: <20060525025258.23088.qmail@web50009.mail.yahoo.com> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20060525042832.D702.GERARD@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Mailer: Becky! ver. 2.25 [en] Subject: Re: Portmanager Output Resolution X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 May 2006 08:33:36 -0000 Jim Angstadt wrote: > Hi All, > > Having run "portmanager -u" several times now, I am > very pleased to say that my times have decreased from > an initial 38 hours to about 2 hours, per run. > > Along the way, I have cleaned up "conflicts" and did > "pkg_delete" on several applications that were > "included in base" or that really were not needed. > > Now I'm faced with situations where I don't have a > clue. Below is partial output from "portmanager -s". > I have manipulated each line to avoid line wrapping > problems, I hope. > > 00129 have:cdrtools-2.01_4 > /sysutils/cdrtools > OLD available: cdrtools-2.01_5 > 00131 have:libcdio-0.76_1 > /sysutils/libcdio > OLD available: libcdio-0.77 > 00141 have:dvd+rw-tools-6.1 > /sysutils/dvd+rw-tools > built with OLD dependency: cdrtools-2.01_5 > 00186 have:nautilus-cd-burner-2.14.1 > /sysutils/nautilus-cd-burner > built with OLD dependency: cdrtools-2.01_5 > 00250 have:sound-juicer-2.14.3 > /audio/sound-juicer > OLD available: sound-juicer-2.14.3_1 > 00255 have:gnome2-2.14.1 > /x11/gnome2 > built with OLD dependency: sound-juicer-2.14.3_1 > > In the case of cdrtools or libcdio or sound-juicer, > I think this is telling me that I have an older > version installed and a newer version is available. > > What should I do in this situation? > > In the case of dvd+rw-tools or nautilus-cd-burner or > gnome2, apparently I have a solid-gold chance to mess > up dependencies. > > What should I do here? > > Please note that I am new to FreeBSD and have a very > limited exposure to using "make" to build packages. > Any links to dealing with portmanager output > would be appreciated. > > Jim > I use portmanger all the time. It is simply telling you that you have ports or dependencies that need to be updated and or corrected. Nothing is going to get broken. Run: portmanager -u -f -y -l It will rebuild and update all dependencies and update your any out of date ports. There will be a log file created also -- /var/log/portmanger.log that will be available for your perusal. It is imperative that you update your ports collections just prior to actually running portmanger to insure you do in fact get the latest versions. Ciao -- Gerard Seibert gerard@seibercom.net