From owner-freebsd-ports@FreeBSD.ORG Sun Feb 25 16:35:43 2007 Return-Path: X-Original-To: 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 BA75916A401 for ; Sun, 25 Feb 2007 16:35:43 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from mail.ciam.ru (ns.ciam.ru [213.247.195.75]) by mx1.freebsd.org (Postfix) with ESMTP id 71D4113C461 for ; Sun, 25 Feb 2007 16:35:39 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from [87.240.16.199] (helo=[192.168.0.2]) by mail.ciam.ru with esmtpa (Exim 4.x) id 1HLMLW-00081i-65; Sun, 25 Feb 2007 19:35:35 +0300 Message-ID: <45E1BAD1.9060004@FreeBSD.org> Date: Sun, 25 Feb 2007 19:35:29 +0300 From: Sergey Matveychuk User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: Randy Pratt References: <20070205001114.b4f77f86.bsd-unix@earthlink.net> <45C6EE26.9010909@FreeBSD.org> <45DF1803.7030106@FreeBSD.org> <20070225090806.fdd04446.bsd-unix@earthlink.net> In-Reply-To: <20070225090806.fdd04446.bsd-unix@earthlink.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, w45kl9@charter.net 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: Sun, 25 Feb 2007 16:35:43 -0000 Randy Pratt wrote: > Before starting, I had no DELETED comments in /var/db/pkg/*/+CONTENTS. > After following the above steps, I checked for DELETED comments: > > ImageMagick-6.3.2.0_1/+CONTENTS:@comment DELETED:pkgdep ghostscript-afpl-8.54,1 > ImageMagick-6.3.2.0_1/+CONTENTS:@comment DELETED:DEPORIGIN:print/ghostscript-afpl [...] > > I have no idea where the references to ghostscript-afpl come from > since I have only ghostscript-gnu installed. Yes, I've noticed a problem with ghostscript-* too. I think I should add a special work around for it. > > The "portversion -vL=" show the following needed updated: > [...] > > It seems that portversion missed the need to update firefox. A reason for it could be you did not refresh your INDEX file (pkgdb -Fu will do it). portversion use info only from INDEX file, but when you execute porupgrade, it checks a version against a port dir. > > After running portupgrade -a, I again checked for any additional > DELETED entries (omitting the previously mentioned ghostscript-afpl > entries for clairty): > > # grep DELETED /var/db/pkg/*/+CONTENTS | grep -v ghostscript > /var/db/pkg/gmencoder-0.1.0_7/+CONTENTS:@comment DELETED:pkgdep intltool-0.35.5 > /var/db/pkg/gmencoder-0.1.0_7/+CONTENTS:@comment DELETED:DEPORIGIN:textproc/intltool Hmm. There is no intltool in dependencies of the port. I guess it may be a result of some changes in ports infrastructure. > # grep mplayer /var/db/pkg/kino-0.9.5/* > /var/db/pkg/kino-0.9.5/+CONTENTS:@pkgdep mplayer-skins-1.1.2_6 > /var/db/pkg/kino-0.9.5/+CONTENTS:@comment DEPORIGIN:multimedia/mplayer-skins > /var/db/pkg/kino-0.9.5/+CONTENTS:@comment DELETED:pkgdep mplayer-0.99.10_4 > /var/db/pkg/kino-0.9.5/+CONTENTS:@comment DELETED:DEPORIGIN:multimedia/mplayer > > This doesn't seem to be correct since it keeps mplayer-skins and removes > mplayer. Likewise for gmencoder: It's mysterious for me. I'll try reproduce the situation. -- Dixi. Sem.