From owner-freebsd-questions Sat Mar 23 6:55: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from roc-66-66-72-6.rochester.rr.com (roc-66-66-72-6.rochester.rr.com [66.66.72.6]) by hub.freebsd.org (Postfix) with ESMTP id 6EBF037B404 for ; Sat, 23 Mar 2002 06:54:54 -0800 (PST) Received: by roc-66-66-72-6.rochester.rr.com (Postfix, from userid 1000) id E4050901A00; Sat, 23 Mar 2002 09:53:33 -0500 (EST) Date: Sat, 23 Mar 2002 09:53:33 -0500 From: mpd To: G D McKee Cc: questions@freebsd.org Subject: Re: Upgrading Ported Apps + Dependant Ports Message-ID: <20020323095333.A67473@rochester.rr.com> References: <002b01c1d1e9$fc9bab10$c800a8c0@p1000> <20020322164815.A24186@rochester.rr.com> <004101c1d1ef$f4708bd0$c800a8c0@p1000> <20020322173456.A24469@rochester.rr.com> <004f01c1d1f3$7405f490$c800a8c0@p1000> <20020323015452.A25792@rochester.rr.com> <007b01c1d261$3a92e290$c800a8c0@p1000> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <007b01c1d261$3a92e290$c800a8c0@p1000>; from freebsd@gdmckee.com on Sat, Mar 23, 2002 at 11:52:37AM -0000 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 On Sat, Mar 23, 2002 at 11:52:37AM -0000, G D McKee wrote: > Hi > > Here is the output for the port Sablot that I have upgraded. As far as I > can see there are latter versions of the packages listed at the end but it > has not updated then? Am I doing something wrong? What I do to make sure I'm current with my ports is a simple portversion -v | grep '<' This tells you which ports you have installed that have lower version numbers than their skeletons (i.e. the ports that need to be upgraded.) As for the log, it looks fine to me. > ===> Registering installation for Sablot-0.81_1 > ===> Cleaning for libiconv-1.7_2 > ===> Cleaning for autoconf213-2.13.000227_1 > ===> Cleaning for automake14-1.4.5 > ===> Cleaning for gettext-0.10.35_1 > ===> Cleaning for gmake-3.79.1 > ===> Cleaning for libtool-1.3.4_2 > ===> Cleaning for m4-1.4_1 > ===> Cleaning for expat-1.95.2 > ===> Cleaning for Sablot-0.81_1 > ---> Removing the temporary backup files > [Updating the pkgdb in /var/db/pkg ... - 132 packages > found (-0 +1) . done] > ---> Reporting the results (+:succeeded / -:ignored / *:skipped / !:failed) > + textproc/sablotron (Sablot-0.81_1) Was this what you meant by the packages listed at end? Those are the things that Sablot depends on (as opposed to the things that depend on Sablot.) The -r switch will upgrade the things that depend on Sablot. The -R switch will upgrade the things that Sablot depends on. I think this is where the confusion is. NB: Using either of the switches can make builds last ages. I can count on one hand the number of times I've used them in the past. > > Gordon > PS Sorry for the long output - just thought it would be beneficial!! No problem. mike > > ----- Original Message ----- > From: "mpd" > To: "G D McKee" > Cc: > Sent: Saturday, March 23, 2002 6:54 AM > Subject: Re: Upgrading Ported Apps + Dependant Ports > > > > On Fri, Mar 22, 2002 at 10:46:49PM -0000, G D McKee wrote: > > > Hi > > > > Please don't remove the cc: to questions. The answers need to > > be archived along with the questions. > > > > > > > > I have got the latest ports tree - cvsupped - do I need to build > anything? > > > > I don't understand what you mean. You use the portupgrade port to > > update your ports. > > > > > The start-up script doesn;t seem to do anything? > > > > Which start-up script? > > > > > > > > Gordon > > > > > > ----- Original Message ----- > > > From: "mpd" > > > To: "G D McKee" > > > Cc: > > > Sent: Friday, March 22, 2002 10:34 PM > > > Subject: Re: Upgrading Ported Apps + Dependant Ports > > > > > > > > > > On Fri, Mar 22, 2002 at 10:21:46PM -0000, G D McKee wrote: > > > > > Hi > > > > > > > > > > Got the port installed and have read the man page and portupgrade > > > doesn't > > > > > seem to exist anywhere on my system. I was going to do a > > > portupgrade -ri > > > > > iconv? > > > > > > > > > > Am I doing anything wrong? > > > > > > > > That should be fine. > > > > > > > > > > Thanks for your previous reply. > > > > > > > > > > Gordon > > > > > > > > mike > > > > > > > > > > ----- Original Message ----- > > > > > From: "mpd" > > > > > To: "G D McKee" > > > > > Cc: > > > > > Sent: Friday, March 22, 2002 9:48 PM > > > > > Subject: Re: Upgrading Ported Apps + Dependant Ports > > > > > > > > > > > > > > > > On Fri, Mar 22, 2002 at 09:39:03PM +0000, G D McKee wrote: > > > > > > > Hi > > > > > > > > > > > > > > I have ran pkg_version -c and got a list of all the ports that > are > > > out > > > > > if > > > > > > > date. I have noticed that most of the library ports get looked > for > > > and > > > > > it > > > > > > > continues to use the old version. Is there a way of making a > port > > > and > > > > > > > telling it to upgrade the dependencies as well? > > > > > > > > > > > > The portupgrade port (/usr/ports/sysutils/portupgrade) has this > > > > > > functionality. I highly recommend it. > > > > > > > > > > > > > > > > > > > > Thanks in advance > > > > > > > > > > > > > > Gordon > > > > > > > > > > > > > > > > > > > mike > > > > > > -- > > > > > > ___________________________________________________________ > > > > > > > > > > > > "THESE WORDS - THEIR ASPECT WAS OBSCURE - I READ > > > > > > INSCRIBED ABOVE A GATEWAY AND I SAID: > > > > > > 'MASTER, THEIR MEANING IS DIFFICULT FOR ME.'" > > > > > > - Little Girl from "PLAYING HARD-TO-LISTEN-TO" > > > > > > > > > > > > > > > > > > > -- > > > > ___________________________________________________________ > > > > > > > > "SO YOU SEE, AMMONIA IS TRULY IS OWN BEST FRIEND!!!" > > > > - Little Girl from "THE FORBIDDEN CANDY" > > > > > > > > > > > -- > > ___________________________________________________________ > > > > "WE ARE EATING ARCTIC CIRCLE CANDY!! WE FOUND IT IN A > > JAR MARKED 'FORBIDDEN CANDY'!! IT IS TASTY POKEY!!!" > > - Little Girl from "THE FORBIDDEN CANDY" > > > -- ___________________________________________________________ "HELLO POKEY DO YOU WANT TO RECARPET YOUR HOUSE?" - Carpet Salesman from "POKEY AND THE CANNON" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message