Date: Fri, 25 Oct 2002 10:59:32 -0700 From: Adam Weinberger <adamw@freebsd.org> To: Joe Marcus Clarke <marcus@marcuscom.com> Cc: gnome@freebsd.org Subject: Re: mozilla-devel problems Message-ID: <20021025175932.GP70503@vectors.cx> In-Reply-To: <20021025124133.W78655-100000@shumai.marcuscom.com> References: <20021025162435.FQGX21152.fed1mtao03.cox.net@smtp.west.cox.net> <20021025124133.W78655-100000@shumai.marcuscom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
>> (10.25.2002 @ 0942 PST): Joe Marcus Clarke said, in 1.5K: << > On Fri, 25 Oct 2002, Steve Wingate wrote: > adamw reported that the mozilla-font package caused a lot of these font > woes. Removing it fixed his interface right up. You might give that a > try. >> end of "Re: Re: mozilla-devel problems" from Joe Marcus Clarke << I have a patch to mark mozilla-devel BROKEN with mozilla-fonts installed. I'm also waiting for pat to become available and look at it. A couple people have looked at it, but this is the definitive group ::) -Adam =================================================================== RCS file: /home/ncvs/ports/www/mozilla-devel/Makefile,v retrieving revision 1.124 diff -u -r1.124 Makefile --- mozilla-devel/Makefile 23 Oct 2002 18:20:20 -0000 1.124 +++ mozilla-devel/Makefile 25 Oct 2002 10:03:59 -0000 @@ -32,6 +32,10 @@ .if !defined(WITHOUT_XFT) LIB_DEPENDS+= Xft2.2:${PORTSDIR}/x11-fonts/Xft +.if exists(${X11BASE}/lib/X11/fonts/mozilla/fonts.dir) +BROKEN= Mozilla-devel and Xft2 render the mozilla-fonts illegibly. Please \ + remove the mozilla-fonts package. +.endif .endif LATEST_LINK= mozilla-devel -- Adam Weinberger adam@vectors.cx adamw@FreeBSD.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021025175932.GP70503>