Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Oct 2001 18:57:37 -0500
From:      Antoine Reid <areid@kernel-panic.net>
To:        Herbert <herbert@bugat.at>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: 2Questions: portupgrade and cvs
Message-ID:  <20011029185737.A37314@wumpus.lan.edmarketing.com>
In-Reply-To: <20011030004109.B78820@freebsd2.rocks>; from herbert@bugat.at on Tue, Oct 30, 2001 at 12:41:09AM %2B0100
References:  <20011030004109.B78820@freebsd2.rocks>

next in thread | previous in thread | raw e-mail | index | archive | help
[comments inline]

On Tue, Oct 30, 2001 at 12:41:09AM +0100, Herbert wrote:
> Hei!
> 
> Today I have two questions for this list :)
> 
> 1) Portupgrade:
>  
> For a few days now I only get the following error message when I try to
> run a portupgrade -ar:
> 
> Stale dependency: Mesa-3.4.2_1 --> imake-4.1.0 -- manually run 'pkgdb
> -F' to fix.
> 
> How to fix this? Installing imake-4.1.0? Removing this dependencies with
> pkgdb -F? 
> I have installed XFree86-4.1.0_10 and it is up to date with the
> portstree, so I assume that imake-4.1.0 is also installed (not as 
> port but as programm: /usr/X11R6/bin/imake).
[snip]

When that happens to me, I give it XFree86-4 as a replacement dependency.
There's a nifty tab-completion that helps get it right, and if it occurs
a 2nd time, you can say "all"...

> Any ideas?
> 
> 2) CVS:
> 
> Is there an option for cvs that reduces the output. I only want to see
> files that changed during the last update. At the moment I run:
> 
> cvs -d $CVSROOT -d -P |grep ^[RU?]
> 
> Is there a better way to do it?

cvs -q -d $CVSROOT up -Pd

or add those lines to ~/.cvsrc :
cvs -q
update -Pd

so that every cvs command will have a -q added before the command,
and every update will have -Pd added.  You can then run cvs with
-f for it to _ignore_ your .cvsrc if you do want to run it without
those options.  In my case, I also added "diff -u" in my .cvsrc as
I like unified diffs much better and am lazy to type it every time.

> Regards!
> Herbert 

Hope that helps
Antoine


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?20011029185737.A37314>