INDEX-5の除去により「make index」に長い時間をとるかもしれません

20041115:

AFFECTS
users of sysutils/portupgrade
AUTHOR
lofi@FreeBSD.org

Due to the recent removal of INDEX and INDEX-5 from FreeBSD's CVS, portupgrade with default configuration will run 'make index' if started after cvsup'ing the ports-collection. This may take an undesirably long time.
最近のFreeBSDCVSからのINDEXおよびINDEX-5の除去により、デフォルト設定のportupgradeは、もしports-collectionをcvsupした後に始めると、「make index」を実行するでしょう。これは生憎長い時間をとるかもしれません。
There are several ways to work around this, for example:
この関係で行なえるいくつかの方法があります。例えば、

  • Run 'make fetchindex' after cvsup'ing ports.
  • portsをcvsupした後に「make fetchindex」を実行してください。

or
または

  • Adjust the PORTS_INDEX variable in your environment or in pkgtools.conf (see portupgrade(1) or the default pkgtools.conf) to a different value than the default.
  • あなたの環境あるいはpkgtools.conf(portupgrade(1)あるいはデフォルトpkgtools.confを参照)でデフォルトとは異なっている値にPORTS_INDEX変数を調節してください。

Also remember that 'make index' is only supported on _complete_ ports-trees. If you are currently refusing whole categories by means of a cvsup refuse file, use 'make fetchindex' instead (or consider keeping an extra machine/jail with a complete ports-tree around to do INDEX builds on).
また、「make index」が完全なports-treesだけをサポートしていることを忘れないでください。cvsupのrefuseファイルによって現在カテゴリーをまるごと拒絶している場合、代わりに「make fetchindex」を使用してください(あるいはINDEX構築を行うために完全なports-treeを備えた特別な機械/ジャイルを維持することを考えてください)。
$FreeBSD: ports/UPDATING,v 1.96 2004/11/15 02:31:24 lofi Exp $
$FreeBSD: ports/UPDATING,v 1.97 2004/11/15 12:51:25 lofi Exp $
$FreeBSD: ports/UPDATING,v 1.98 2004/11/15 14:37:00 lofi Exp $