Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Nov 2007 00:18:01 +0000
From:      James <oscartheduck@gmail.com>
To:        jackbarnett@gmail.com
Cc:        "Donovan R. Palmer" <donovan@dmpnet.org>, "Aryeh M. Friedman" <aryeh.friedman@gmail.com>, freebsd-questions@freebsd.org
Subject:   Re: portupgrade questions
Message-ID:  <d59e90ab0711051618o551e4d60r9cffa03ef1be577c@mail.gmail.com>
In-Reply-To: <472F6AE2.8080608@gmail.com>
References:  <BAY114-W1198B68AE765DD630D744BBB8F0@phx.gbl> <20071105135017.76a2c48a@meijome.net> <20071105070952.50ba2f37@epia-2.farid-hajji.net> <000c01c81f93$344c2c40$6543a8c0@DonovansLaptop> <472EEDAD.4060409@gmail.com> <472F6AE2.8080608@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Nov 5, 2007 7:11 PM, Jack Barnett <jackbarnett@gmail.com> wrote:

>
>   Aryeh M. Friedman wrote:
>
> Here is a script I use to automate the procedure I posted in the
> previous reply:
>
> #!/bin/sh
>
> cd /usr/src
> csup ports-supfile
> csup standard-supfile
> cd patchs                         # optional
> ./apply                             # optional
> portupgrade -a
>
>
>
>   ??
>

I was wondering about that, too.

My understanding, Aryeh, of the ports vs pkg issue is that part of your
method is uneccesary. You can use pkg_add fine, but as soon as you start
using ports you have to stick with ports. portupgrade -a with a recently
updated ports tree will update everything that has an update, and reverting
to pkg_add after that could start creating dependency issues.

So you don't need to uninstall pkgs before starting to use ports, but you
can't go back once you've started using them.

James



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