From owner-freebsd-ports@FreeBSD.ORG Sat May 29 06:31:05 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F87416A4CE; Sat, 29 May 2004 06:31:05 -0700 (PDT) Received: from fillmore.dyndns.org (port-212-202-49-130.dynamic.qsc.de [212.202.49.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9FA743D3F; Sat, 29 May 2004 06:31:04 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from [172.16.0.2] (helo=fillmore-labs.com) by fillmore.dyndns.org with esmtp (Exim 4.34 (FreeBSD)) id 1BU3v5-0009km-Uv; Sat, 29 May 2004 15:30:46 +0200 Message-ID: <40B8907C.1080907@fillmore-labs.com> Date: Sat, 29 May 2004 15:30:36 +0200 From: Oliver Eikemeier Organization: Fillmore Labs GmbH - http://www.fillmore-labs.com/ MIME-Version: 1.0 To: pav@FreeBSD.org References: <200405291201.i4TC1SV0089523@8ball.rtp.freebsd.org> <1085832614.41463.5.camel@hood.oook.cz> In-Reply-To: <1085832614.41463.5.camel@hood.oook.cz> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: quoted-printable User-Agent: KMail/1.5.9 cc: FreeBSD ports Subject: Re: Ports with a wrong PKGORIGIN: games/sarien X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 May 2004 13:31:05 -0000 Pav Lucistnik wrote: > V so, 29. 05. 2004 v 14:01, Oliver Eikemeier p=ED=B9e: >=20 >>** The following ports have a wrong PKGORIGIN ** >> >> PKGORIGIN connects packaged or installed ports to the directory they >> originated from. This is essential for tools like pkg_version or >> portupgrade to work correctly. Wrong PKGORIGINs are often caused by a >> wrong order of CATEGORIES after a repocopy. >> >>- *games/sarien* : emulators/sarien >> | revision 1.2 >> | date: 2004/05/29 10:20:48; author: pav; state: Exp; lines: +1 -= 1 >> | Aaaaaaargh!!! Fix CATEGORIES. >> |=20 >> | Reported by: eik's chkorigin >> | Pointy hat to: pav >=20 > ~/cvs/freebsd/ports/games/sarien $ make -V PKGORIGIN > games/sarien >=20 > What have I missed now? Nothing, sorry for the noise. This is a bug in the CVS blame code: - the script started *before* you fixed it, therefore the PKGORIGIN was still wrong in the local copy: this flags this port to be included in the error message - the message generating code does a CVS blame a while later with the *current* directory (not the local copy), so the message is misleading. This means that the error is flagged correctly, only the diagnosis is wrong. This should go away on the next check. Thanks for the heads-up, I'll try to fix it. -Oliver