Re: How to exclude upgrading kde in running 'portupgrade'

2004-06-03 Thread Stephen Liu
Hi Lowell,

Tks for your advice.

> > # portupgrade -aRrv -x kde
> > 
> > I don't know whether the '-x' tag will excluding
> > upgrading kde otherwise the PC will run for
> > several days.
> 
> That should work.  If you want to see for sure
> before starting, use
> the "-n" option -- that's exactly why it exists.
> 
> It sounds like this will be a common situation for
> you, so you might
> want to use pkgtools.conf to exclude it from future
> runs too.

I read  /usr/local/etc/pkgtools.conf

Whether I add
disabled_kde.sh

will take effect.

TIA

B.R.
Stephen 



___
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: How to exclude upgrading kde in running 'portupgrade'

2004-06-03 Thread Lowell Gilbert
Stephen Liu <[EMAIL PROTECTED]> writes:

> # portupgrade -aRrv -x kde
> 
> I don't know whether the '-x' tag will excluding
> upgrading kde otherwise the PC will run for several
> days.

That should work.  If you want to see for sure before starting, use
the "-n" option -- that's exactly why it exists.

It sounds like this will be a common situation for you, so you might
want to use pkgtools.conf to exclude it from future runs too.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


How to exclude upgrading kde in running 'portupgrade'

2004-06-03 Thread Stephen Liu
Hi folks

I am prepared upgrading kde-3.1.4 to kde-3.2.2. 
Because I am running FreeBSD 5.2 on a slow PC,
AMD-k6-350, I will take following route

# cd /
# pkg_delete kde\* arts\* qt\* quanta\* kdevelop\*
# env
PACKAGESITE=http://people.fruitsalad.org/lofi/packages/5.2.1-RELEASE/Latest/
pkg_add -r kde

However to avoid running into conflict of dependencies
which are unknown to me I will run following steps
first to upgrade all other packages including
dependencies;

# cd /
# cvsup -g /usr/local/etc/cvsup/ports-supfile
# cvsup -g /usr/local/etc/cvsup/stable-supfile

and then
# portupgrade -aRrv -x kde

I don't know whether the '-x' tag will excluding
upgrading kde otherwise the PC will run for several
days.

Any suggestion?  TIA

B.R.
Stephen Liu

___
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"