Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Apr 2001 07:42:51 -0700 (PDT)
From:      Nate Puri <natepuri@yahoo.com>
To:        Philip Hallstrom <philip@adhesivemedia.com>, freebsd-questions@freebsd.org
Subject:   Re: How to people easily update ports with dependencies (such as galeon)?
Message-ID:  <20010418144251.22905.qmail@web3306.mail.yahoo.com>
In-Reply-To: <Pine.BSF.4.31.0104171929080.84546-100000@oddjob.adhesivemedia.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Simple,

do this...

pkg_version -c > update_ports.sh

Then go in update_ports.sh and you will see a list up
ports that need to be updated (and their dependencies
will be in there too).  Delete the top few lines, add
'#!/bin/sh'; do chmod 755 update_ports.sh, then do
./update_ports.sh, and 
viola!, updated ports.

Later,
Nate
--- Philip Hallstrom <philip@adhesivemedia.com> wrote:
> Hi all -
> 	I was wondering if anyone had any suggestions on a
> painless way to
> update a port that has dependencies?
> 
> In my case, I currently have galeon-0.10.2 which
> requires glib-1.2.10.  I
> currently have glib-1.2.8.  The problem is I can
> remove my galeon port,
> and install the new one, but installing the new one
> will install the new
> version of glib without removing the old one.
> 
> is there an easy way to tell it to remove any old
> ports of new versions
> it's installing?
> 
> thanks!
> 
> -philip
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of
> the message


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010418144251.22905.qmail>