From 22e94c25e62a10cc27b0f4f5c2e7e7d43cde96cd Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 23 Jul 2004 22:09:30 +0000 Subject: Add instructions for the X.Org update to UPDATING, and make the ones in CHANGES specific for porters. Requested by: marcus --- UPDATING | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'UPDATING') 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 -- cgit v1.2.3