aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
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 /CHANGES
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 'CHANGES')
-rw-r--r--CHANGES22
1 files changed, 5 insertions, 17 deletions
diff --git a/CHANGES b/CHANGES
index f724e62b655f..39b920254d38 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,23 +12,11 @@ All ports committers are allowed to commit to this file.
20040721:
AUTHOR: anholt@FreeBSD.org
- The XFREE86_VERSION variable is deprecated and replaced by the X_WINDOW_SYSTEM
- switch. X_WINDOW_SYSTEM may be set to any of xorg, xfree86-4, and xfree86-3.
- Ports which depended on ports from a specific X distribution have been updated
- to use the new X_*_PORT defines from bsd.port.mk. XFREE86_VERSION will
- continue to work and map to X_WINDOW_SYSTEM for a short time.
-
- X.Org has been made the default X distribution for FreeBSD 502123
- (current -CURRENT) and later. This requires that all existing XFree86 ports
- be deleted and replaced by X.Org for dependencies to work, unless you set
- X_WINDOW_SYSTEM to xfree86-4. To make the switch to x.org, do:
-
- 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 as well by setting
- X_WINDOW_SYSTEM=xorg in make.conf and following the same process.
+ The XFREE86_VERSION variable is replaced by the X_WINDOW_SYSTEM variable.
+ XFREE86_VERSION may no longer be used by ports Makefiles. X_WINDOW_SYSTEM may
+ currently be set to xorg, xfree86-4, and xfree86-3 (please use :L in checking
+ it). Several X_*_PORT variables are provided by bsd.port.mk which map to the
+ appropriate port for the X_WINDOW_SYSTEM chosen.
20040719:
AUTHOR: ale@FreeBSD.org