aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2004-11-15 10:31:24 +0800
committerlofi <lofi@FreeBSD.org>2004-11-15 10:31:24 +0800
commit151b82f4e3744d59897226557b79710442ae066b (patch)
tree34ae83f1f39cdb1a33faf9dfd4139b1f8fd2e4d4 /UPDATING
parentb7346dae58873f23532adfcdb3c0336319f0271d (diff)
downloadfreebsd-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--UPDATING19
1 files changed, 19 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 20367d71e71d..b10a83d1da9c 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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