From owner-freebsd-ports@FreeBSD.ORG Mon Feb 5 16:14:52 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9C15916A401 for ; Mon, 5 Feb 2007 16:14:52 +0000 (UTC) (envelope-from w45kl9@charter.net) Received: from que02.charter.net (que02.charter.net [209.225.8.190]) by mx1.freebsd.org (Postfix) with ESMTP id 0EC5D13C461 for ; Mon, 5 Feb 2007 16:14:49 +0000 (UTC) (envelope-from w45kl9@charter.net) Received: from aa04.charter.net ([10.20.200.156]) by mtai02.charter.net (InterMail vM.6.01.06.03 201-2131-130-104-20060516) with ESMTP id <20070205154131.SPKQ27784.mtai02.charter.net@aa04.charter.net> for ; Mon, 5 Feb 2007 10:41:31 -0500 Received: from localhost ([68.118.161.126]) by aa04.charter.net with SMTP id <20070205154130.USVI1285.aa04.charter.net@localhost> for ; Mon, 5 Feb 2007 10:41:30 -0500 Date: Mon, 5 Feb 2007 08:42:52 -0700 From: w45kl9@charter.net To: freebsd-ports@freebsd.org Message-Id: <20070205084252.7ce6f2b7.w45kl9@charter.net> X-Mailer: Sylpheed 2.3.1 (GTK+ 2.10.9; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Chzlrs: 0 Subject: Re: Portupgrade omitting dependencies? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Feb 2007 16:14:53 -0000 I have observed this behavior also, and agree that portupgrade seems to have a bug. On 20-Jan-2007 I installed 6.2-RELEASE on an empty hard disk partition with ports skeletons. Using make under /usr/ports I built some 340 ports over a 2 day span. Six days later I cvsup'd the latest ports skeletons. pkg_version reported the following ports were down level. pciids-20070123 fastest_cvsup-0.2.9_5 ORBit2-2.14.5 jackit-0.102.28.20061216_1 libxslt-1.1.20 portupgrade-2.2.2_1,2 gcc-4.2.0_20070124 hplip-1.6.12 gtk-2.10.9 I then ran # portupgrade -a # cd /var/db/pkg # grep DELETED */+CONTENTS FlightGear-0.9.10/+CONTENTS:@comment DELETED:pkgdep jackit-0.102.28.20061216_1 FlightGear-0.9.10/+CONTENTS:@comment DELETED:DEPORIGIN:audio/jack SimGear-0.3.10_1/+CONTENTS:@comment DELETED:pkgdep jackit-0.102.28.20061216_1 SimGear-0.3.10_1/+CONTENTS:@comment DELETED:DEPORIGIN:audio/jack audacity-1.2.4b/+CONTENTS:@comment DELETED:pkgdep gtk-2.10.9 audacity-1.2.4b/+CONTENTS:@comment DELETED:DEPORIGIN:x11-toolkits/gtk20 flightgear-atlas-0.3.0_4/+CONTENTS:@comment DELETED:pkgdep jackit-0.102.28.200 61216_1 flightgear-atlas-0.3.0_4/+CONTENTS:@comment DELETED:DEPORIGIN:audio/jack freealut-1.1.0_1/+CONTENTS:@comment DELETED:pkgdep jackit-0.102.28.20061216_1 freealut-1.1.0_1/+CONTENTS:@comment DELETED:DEPORIGIN:audio/jack openal-20060211_4/+CONTENTS:@comment DELETED:pkgdep jackit-0.102.28.20061216_1 openal-20060211_4/+CONTENTS:@comment DELETED:DEPORIGIN:audio/jack smpeg-0.4.4_6/+CONTENTS:@comment DELETED:pkgdep jackit-0.102.28.20061216_1 smpeg-0.4.4_6/+CONTENTS:@comment DELETED:DEPORIGIN:audio/jack xsane-0.991_1/+CONTENTS:@comment DELETED:pkgdep libxslt-1.1.20 xsane-0.991_1/+CONTENTS:@comment DELETED:DEPORIGIN:textproc/libxslt xsane-0.991_1/+CONTENTS:@comment DELETED:pkgdep ORBit2-2.14.5 xsane-0.991_1/+CONTENTS:@comment DELETED:DEPORIGIN:devel/ORBit2 I also noted that for each pair in the above list, for instance xsane-0.991_1 -- ORBit2-2.14.5 /var/db/pkg/ORBit-2.14.5/+REQUIRED_BY will be missing the xsane-0.991_1 line. BoB KoT