From owner-freebsd-x11@FreeBSD.ORG Mon Jul 26 19:27:15 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB85816A4CE for ; Mon, 26 Jul 2004 19:27:15 +0000 (GMT) Received: from outbox.allstream.net (outbox.allstream.net [207.245.244.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE64543D53 for ; Mon, 26 Jul 2004 19:27:15 +0000 (GMT) (envelope-from epilogue@allstream.net) Received: from localhost (mon-pq64-156.dial.allstream.net [216.123.141.220]) by outbox.allstream.net (Allstream MTA) with SMTP id 7834AB4964 for ; Mon, 26 Jul 2004 15:27:14 -0400 (EDT) Date: Mon, 26 Jul 2004 15:26:47 -0400 From: epilogue To: freebsd-x11@freebsd.org Message-Id: <20040726152647.6e84d7e8@localhost> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: HEADSUP: X.Org conversion X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jul 2004 19:27:16 -0000 > > Eric Anholt writes: > > OK, the final version of the X.Org conversion patch has hit the tree. > > No ports appear to be broken by the upgrade at this time. X.Org has > > been made the default X distribution on -current. Other versions of > > FreeBSD retain the same default X distribution (XFree86) but can > > upgrade by setting X_WINDOW_SYSTEM=xorg in /etc/make.conf. > > > > To upgrade, you must remove your XFree86 ports and install the xorg > > ports. It couldn't be done with portupgrade, unfortunately, because we > > are keeping the XFree86 ports around. To upgrade: > > > > pkg_delete -f /var/db/pkg/imake-4* /var/db/pkg/XFree86-* > > cd /usr/ports/x11/xorg && make install > > pkgdb -F > What dependencies do I tell pkgdb -F for the removed bitmap or scalable > fonts stuff? Is there a "one size fits all" answer? If so, can it be > noted in /usr/ports/UPDATING? +1. during the changeover, i wasn't prompted for bitmap, but when asked to subsitute for scalable, i ended up changing the dependency to xorg-fonts-truetype-6.7.0. i imagine that i could also have used xorg-fonts-type1-6.7.0. would anyone know which is a better match? thanks, epi > -- > Matthias Andree