Date: 28 Feb 2003 16:03:52 -0500 From: Joe Marcus Clarke <marcus@FreeBSD.org> To: Kris Kennaway <kris@obsecurity.org> Cc: questions@FreeBSD.org, ports@FreeBSD.org Subject: Re: Building an FAQ aka Solving the Mozilla problem Message-ID: <1046466232.314.14.camel@gyros> In-Reply-To: <20030228202722.GA87194@rot13.obsecurity.org> References: <1046414422.44133.41.camel@shumai.marcuscom.com> <20030228202722.GA87194@rot13.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--=-NS1Pmv9wk/QLJOrGKdee Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2003-02-28 at 15:27, Kris Kennaway wrote: > On Fri, Feb 28, 2003 at 01:40:22AM -0500, Joe Marcus Clarke wrote: >=20 > > 8. Try rebuilding print/freetype2, x11-fonts/fontconfig, and > > x11-fonts/Xft. >=20 > I was also seeing when trying to rebuild phoenix to get AA font > support. My problem turned out to be old freetype files in > /usr/X11R6. I don't know why they weren't being deleted by the port > upgrade process. >=20 > I found them following the example in the pkg_which(1) manpage, > removed them (you'll also need to remove the dangling symlinks that > this may leave behind [1], or X ports may break at install-time > (mkhtmlindex doesn't like dangling symlinks)), rebuilt phoenix with > portupgrade -Rf phoenix, and now it works. Thanks for the update. I'll make sure to mention this when I publish this FAQ. Joe >=20 > Kris >=20 > [1] I used the following script to find the dangling symlinks: >=20 > #!/bin/sh >=20 > for i in $(find $1 -type l); do > if [ ! -e $i/ ]; then > echo $i > fi > done --=20 Joe Marcus Clarke FreeBSD GNOME Team :: marcus@FreeBSD.org http://www.FreeBSD.org/gnome --=-NS1Pmv9wk/QLJOrGKdee Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+X864b2iPiv4Uz4cRAqxxAKCUIZB8po8rsv6PpnR0d2U3Y8CTyACgmEp5 +2osy3PAZ5Vn9URXKjXN82Q= =TXzA -----END PGP SIGNATURE----- --=-NS1Pmv9wk/QLJOrGKdee-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1046466232.314.14.camel>