From owner-freebsd-questions Wed Nov 20 22:43:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A86AB37B401 for ; Wed, 20 Nov 2002 22:43:15 -0800 (PST) Received: from bloodwood.adelaide.edu.au (bloodwood.adelaide.edu.au [129.127.43.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DAA943E9E for ; Wed, 20 Nov 2002 22:43:14 -0800 (PST) (envelope-from tpeter01@redtail.its.adelaide.edu.au) Received: from redtail.its.adelaide.edu.au ([129.127.55.134]) by bloodwood.adelaide.edu.au (Netscape Messaging Server 4.15) with ESMTP id H5WYNU00.SM7; Thu, 21 Nov 2002 17:13:07 +1030 Received: from redtail.its.adelaide.edu.au (localhost [127.0.0.1]) by redtail.its.adelaide.edu.au (8.12.6/8.12.6) with ESMTP id gAL6gkoa056209; Thu, 21 Nov 2002 17:12:46 +1030 (CST) (envelope-from tpeter01@redtail.its.adelaide.edu.au) Received: (from tpeter01@localhost) by redtail.its.adelaide.edu.au (8.12.6/8.12.6/Submit) id gAL6ge7f056208; Thu, 21 Nov 2002 17:12:40 +1030 (CST) Date: Thu, 21 Nov 2002 17:12:40 +1030 From: Tim Peters To: Roger Merritt Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Portsupgrade -uU Message-ID: <20021121064240.GD55919@adelaide.edu.au> References: <5.2.0.9.0.20021121132627.00a0e670@127.0.0.1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5.2.0.9.0.20021121132627.00a0e670@127.0.0.1> User-Agent: Mutt/1.4i 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 On Thu, Nov 21, 2002 at 01:28:45PM +0700, Roger Merritt wrote: > At 02:04 AM 11/21/02, you wrote: > >On Wed, Nov 20, 2002 at 10:21:07AM -0600, Scott Gerhardt wrote: > >> > >> When running "portsupgrade -uU" I get the output below. How can I fix > >these > >> malformed entries, non-existent entries and incomplete dependencies? > >> Running "pkgdb -F" shows everything to be fine. > > > >If you're running "portsdb -Uu", you *don't*. It's up to port > >maintainers to fix the problem with the port entries. Most of the > >output are just warnings (intended for maintainers). > > > Well, then, is there some way to turn off these error messages? I'm awfully > tired of 'can't find **: dependency list incomplete". How about: # portsdb -uU 2>&1 | grep -v "dependency list incomplete" (not tested). -tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message