From owner-freebsd-current@FreeBSD.ORG Thu Mar 18 07:52:32 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E7AB16A4CE for ; Thu, 18 Mar 2004 07:52:32 -0800 (PST) Received: from tomoyo.MyBSD.org.my (duke.void.net.my [202.157.183.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1D2F43D2D for ; Thu, 18 Mar 2004 07:52:31 -0800 (PST) (envelope-from skywizard@time.net.my) Received: from kasumi (unknown [219.95.135.185]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tomoyo.MyBSD.org.my (Postfix) with ESMTP id 1776E6CC23; Thu, 18 Mar 2004 23:58:32 +0800 (MYT) Date: Thu, 18 Mar 2004 23:57:18 +0800 From: Ariff Abdullah To: Fritz Heinrichmeyer Message-Id: <20040318235718.22595c37.skywizard@time.net.my> In-Reply-To: <200403181614.04058.fritz.heinrichmeyer@fernuni-hagen.de> References: <200403181614.04058.fritz.heinrichmeyer@fernuni-hagen.de> Organization: MyBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: fresh built programs no more show japanese pages X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Mar 2004 15:52:32 -0000 On Thu, 18 Mar 2004 16:14:04 +0100 Fritz Heinrichmeyer wrote: > > today i realized that japanese pages are no more shown correctly in > konqueror and freeze newer mozilla compiles. An older package works > .... > > Sorry i can't say when this started. > > Even xfontsel behaves strange when choosing jis family, it > regenerates again when choosing european families. > > i updated to libXft and friends btw. > I'm facing the simmilar problem, too. Mozilla/firefox window simply gone, or hanging forever. Looks like the main culprit is Xft (libXft). What I did for temporary measure was: 1) revert to older Xft-2.1.2 OR 2) using libmap.conf facility to remap libXft.so(.2) to older libXft.so(.2) taken from Xft-2.1.2 (put it somewhere under lib/ , rename as libxXft.so..)