aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2004-07-23 22:09:30 +0000
committerEric Anholt <anholt@FreeBSD.org>2004-07-23 22:09:30 +0000
commit22e94c25e62a10cc27b0f4f5c2e7e7d43cde96cd (patch)
tree2e8bccd1d3d14fb8fdd69b55dee5cd78607f6777 /UPDATING
parent56bc4566bf2d8d35e06f1203f2f538f8fc71a196 (diff)
downloadports-22e94c25e62a10cc27b0f4f5c2e7e7d43cde96cd.tar.gz
ports-22e94c25e62a10cc27b0f4f5c2e7e7d43cde96cd.zip
Add instructions for the X.Org update to UPDATING, and make the ones in CHANGES
specific for porters. Requested by: marcus
Notes
Notes: svn path=/head/; revision=114527
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING16
1 files changed, 16 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 3af349a49ccf..7613978034ff 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,22 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20040721:
+ AFFECTS: users of FreeBSD-current, users of xorg
+ AUTHOR: anholt@FreeBSD.org
+
+ The XFREE86_VERSION variable is deprecated and has been replaced by the
+ X_WINDOW_SYSTEM variable. X_WINDOW_SYSTEM may be set to xorg, xfree86-4, or
+ xfree86-3. X_WINDOW_SYSTEM defaults to xorg on FreeBSD-current. If you are
+ switching to xorg, you should follow this set of commands to cleanly upgrade:
+
+ pkg_delete -f /var/db/pkg/imake-4* /var/db/pkg/XFree86-*
+ cd /usr/ports/x11/xorg && make install
+ pkgdb -F
+
+ Users of -stable or older -current can switch to X.Org by setting
+ X_WINDOW_SYSTEM=xorg in make.conf and following the same process.
+
20040719:
AFFECTS: users of PHP
AUTHOR: ale@FreeBSD.org