From owner-freebsd-openoffice@FreeBSD.ORG Fri Nov 17 11:07:23 2006 Return-Path: X-Original-To: openoffice@freebsd.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A89516A47E for ; Fri, 17 Nov 2006 11:07:23 +0000 (UTC) (envelope-from freebsd@chillt.de) Received: from dd2718.kasserver.com (dd2718.kasserver.com [81.209.184.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CDEB43DB6 for ; Fri, 17 Nov 2006 11:06:04 +0000 (GMT) (envelope-from freebsd@chillt.de) Received: from [127.0.0.1] (dslb-084-061-195-118.pools.arcor-ip.net [84.61.195.118]) by dd2718.kasserver.com (Postfix) with ESMTP id 823B5A138E; Fri, 17 Nov 2006 12:05:49 +0100 (CET) Message-ID: <455D9780.7070703@chillt.de> Date: Fri, 17 Nov 2006 11:05:36 +0000 From: Bartosz Fabianowski User-Agent: Thunderbird 1.5.0.8 (X11/20061110) MIME-Version: 1.0 To: "Charles A. Landemaine" References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: openoffice@freebsd.org Subject: Re: WITH_TTF_BYTECODE_ENABLED=1 not working anymore? X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Nov 2006 11:07:23 -0000 As of 11th August 2005 (that's over a year ago), OpenOffice.org uses the freetype2 port and does not build its own freetype library anymore. The WITH_TTF_BYTECODE_ENABLED=1 has been a no-op since then. So, the problem is not a change in the OpenOffice.org port. However, you are not the first person to notice that something has gone wrong with TTF anti-aliasing on FreeBSD in general. I have seen complaints on other mailing lists and a machine I just set up recently also has bad looking fonts. Unfortunately, I have yet to discover where this problem comes from... - Bartosz