diff options
author | lofi <lofi@FreeBSD.org> | 2004-11-15 10:31:24 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-11-15 10:31:24 +0800 |
commit | 151b82f4e3744d59897226557b79710442ae066b (patch) | |
tree | 34ae83f1f39cdb1a33faf9dfd4139b1f8fd2e4d4 /UPDATING | |
parent | b7346dae58873f23532adfcdb3c0336319f0271d (diff) | |
download | freebsd-ports-gnome-151b82f4e3744d59897226557b79710442ae066b.tar.gz freebsd-ports-gnome-151b82f4e3744d59897226557b79710442ae066b.tar.zst freebsd-ports-gnome-151b82f4e3744d59897226557b79710442ae066b.zip |
Add an UPDATING entry which suggests workarounds for default
portupgrade running 'make index' every time cvsup nuked INDEX from
${PORTSDIR}. Anybody feel free to add smarter suggestions.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -6,6 +6,25 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +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. + + There are several ways to work around this, for example: + + - Run 'make fetchindex' after cvsup'ing ports. + + 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. + 20041111: AFFECTS: users of audio/faad, multimedia/mpeg4ip AUTHOR: lioux@FreeBSD.org |