From owner-freebsd-openoffice@FreeBSD.ORG Wed Jan 19 09:35:30 2005 Return-Path: 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 9868016A4CE for ; Wed, 19 Jan 2005 09:35:30 +0000 (GMT) Received: from mail.mera.ru (mail.mera.ru [195.98.57.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id C574743D54 for ; Wed, 19 Jan 2005 09:35:29 +0000 (GMT) (envelope-from mikhail@kittown.com) Received: from drweb by mail.mera.ru with drweb-scanned (Exim 4.34; FreeBSD) id 1CrCFJ-000Mpq-Ep; Wed, 19 Jan 2005 12:35:25 +0300 Received: from mp5-sd6.merann.ru ([10.10.1.113]) by mail.mera.ru with esmtp (Exim 4.34; FreeBSD) id 1CrCFJ-000Mpk-CP; Wed, 19 Jan 2005 12:35:25 +0300 Message-ID: <41EE29DE.1020902@kittown.com> Date: Wed, 19 Jan 2005 12:35:26 +0300 From: Mikhail Fedotov User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: NAKATA Maho References: <20050119.121605.465785514.chat95@mac.com> In-Reply-To: <20050119.121605.465785514.chat95@mac.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: openoffice@freebsd.org Subject: Re: Why OpenOffice 1.1.4 port does not useWITH_TTF_BYTECODE_ENABLED option ? X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jan 2005 09:35:30 -0000 Hi, NAKATA Maho wrote: >Dear Mikhail, > > >>I see that the patch is back again. I'm rebuilding the port to >>get some screenshot of "correct" font drawing. "Incorrect" one >>is already done. >> >> >could you please send me a .sxw file? > > I have two bmp files now. The difference is visible for small fonts (i.e. where it was expected to be visible). But I've seen another interesting message on the list from Clarence Chu regarding --enable-system-freetype option. This option name seems to be incorrect, the right one should be --with-system-freetype and it should be passed to configure. Could you please add to Makefile in the port (and to knob file) something like WITH_SYSTEM_FREETYPE option so that it will pass --with-system-freetype to configure (like is does for disabling java) ? I will do one more rebuild with this option (freetype on my system already uses bytecode for TTF) and will post similar fragments of all three screenshots somewhere in png format. This might be better way than to use the patch, but it also makes openoffice build to be dependant on system freetype2 library changes, so probably it is good idea to keep the patch anyway (at least until openoffice stops shipping tested freetype2 library in the source tree). Also, WITH_TTF_BYTECODE_ENABLED and WITH_SYSTEM_FREETYPE seem to be mutually exclusive options. I would do and test this myself but I can't do that today. Thanks, Mikhail