Explain the switch from graphics/dri to graphics/xfree86-dri for

XFree86-4-Server users.

Prodded by:	rpratt
Submitted by:	ade (wording of entry), rpratt (portupgrade line)
This commit is contained in:
Dejan Lesjak 2004-12-24 18:48:51 +00:00
parent 5ef35fbf0f
commit 45a8ad2ae7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125086

View file

@ -6,6 +6,21 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
20041224:
AFFECTS: users of x11-servers/XFree86-4-Server and graphics/dri
AUTHOR: lesi@FreeBSD.org
As of version 4.4.0_6, XFree86-4-Server now depends on
graphics/xfree86-dri. This is due to incompatibilities between
XFree86 and the new xorg 6.8.1 DRI.
Users of XFree86-4-Server are strongly encouraged to switch to
the xfree86-dri port as follows:
portupgrade -fo graphics/xfree86-dri graphics/dri
which will also fix dependencies.
20041224:
AFFECTS: users of sysutils/portupgrade and lang/ruby18
AUTHOR: knu@FreeBSD.org