Ports with a wrong PKGORIGIN: games/sarien

Oliver Eikemeier eikemeier at fillmore-labs.com
Sat May 29 06:31:05 PDT 2004


Pav Lucistnik wrote:

> V so, 29. 05. 2004 v 14:01, Oliver Eikemeier píše:
> 
>>** 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* <hsn at netmag.cz>: emulators/sarien
>>   | revision 1.2
>>   | date: 2004/05/29 10:20:48;  author: pav;  state: Exp;  lines: +1 -1
>>   | Aaaaaaargh!!! Fix CATEGORIES.
>>   | 
>>   | Reported by:	eik's chkorigin
>>   | Pointy hat to:	pav
> 
> ~/cvs/freebsd/ports/games/sarien $ make -V PKGORIGIN
> games/sarien
> 
> 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


More information about the freebsd-ports mailing list