diff options
author | anholt <anholt@FreeBSD.org> | 2004-07-24 06:09:30 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2004-07-24 06:09:30 +0800 |
commit | 3eebdfd9f6fdd56c15600657eef63176d36f20ba (patch) | |
tree | c7485c354fa6d1e0715ec04aaf47f241fafd53fb /UPDATING | |
parent | 0d88e2f41f196788173724ca77de783d34568fce (diff) | |
download | freebsd-ports-gnome-3eebdfd9f6fdd56c15600657eef63176d36f20ba.tar.gz freebsd-ports-gnome-3eebdfd9f6fdd56c15600657eef63176d36f20ba.tar.zst freebsd-ports-gnome-3eebdfd9f6fdd56c15600657eef63176d36f20ba.zip |
Add instructions for the X.Org update to UPDATING, and make the ones in CHANGES
specific for porters.
Requested by: marcus
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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 |