From owner-freebsd-questions Mon Oct 29 15:57:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wumpus.lan.edmarketing.com (djinn.edmarketing.com [209.167.170.135]) by hub.freebsd.org (Postfix) with ESMTP id 1BABF37B405 for ; Mon, 29 Oct 2001 15:57:41 -0800 (PST) Received: (from areid@localhost) by wumpus.lan.edmarketing.com (8.11.3/8.11.3) id f9TNvcw75434; Mon, 29 Oct 2001 18:57:38 -0500 (EST) (envelope-from areid) Date: Mon, 29 Oct 2001 18:57:37 -0500 From: Antoine Reid To: Herbert Cc: freebsd-questions@FreeBSD.ORG Subject: Re: 2Questions: portupgrade and cvs Message-ID: <20011029185737.A37314@wumpus.lan.edmarketing.com> References: <20011030004109.B78820@freebsd2.rocks> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011030004109.B78820@freebsd2.rocks>; from herbert@bugat.at on Tue, Oct 30, 2001 at 12:41:09AM +0100 X-Operating-System: FreeBSD 4.3-STABLE i386 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 [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