diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2007-05-24 21:25:49 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2007-05-24 21:25:49 +0000 |
commit | 2882d5b3d118997a5adda657b11e00535defbc24 (patch) | |
tree | a88ad3186a70eab3d093652c87261529cb04dbd4 /UPDATING | |
parent | 5d84ee7e5d8a26120ace246f49dfb4f15de59d13 (diff) | |
download | ports-2882d5b3d118997a5adda657b11e00535defbc24.tar.gz ports-2882d5b3d118997a5adda657b11e00535defbc24.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -83,7 +83,7 @@ upgrades. "map acl inherit". 20070519: - AFFECTS: users of x11/xorg + AFFECTS: users of Xorg AUTHOR: kris@FreeBSD.org Welcome, fearless user! You are about to embark upon a mystical @@ -112,8 +112,17 @@ upgrades. # portupgrade -f -o ports-mgmt/portupgrade-devel portupgrade # rm -f /usr/ports/INDEX*.db /var/db/pkg/pkgdb.db # pkgdb -fu + + If you have changed your ports environment in /etc/make.conf, + /usr/local/etc/pkgtools.conf or similar you need to rebuild INDEX: + # cd /usr/ports && make index + If you have not changed your ports environment you can save some + time and just fetch the latest INDEX: + + # cd /usr/ports && make fetchindex + It is necessary to set the XORG_UPGRADE environment variable while updating from xorg 6.9 to 7.2. Once the upgrade is complete this is no longer be required. |