From owner-freebsd-gnome@FreeBSD.ORG Wed Mar 2 05:25:27 2005 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E6B716A4CE for ; Wed, 2 Mar 2005 05:25:27 +0000 (GMT) Received: from niobe.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC9D943D3F for ; Wed, 2 Mar 2005 05:25:26 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (localhost [IPv6:::1]) by niobe.ijs.si (Postfix) with ESMTP id D48B51DD522; Wed, 2 Mar 2005 06:25:25 +0100 (CET) Received: from niobe.ijs.si ([127.0.0.1]) by localhost (niobe.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 54748-01-62; Wed, 2 Mar 2005 06:25:16 +0100 (CET) Received: from metatron.ijs.si (metatron.ijs.si [193.2.4.152]) by niobe.ijs.si (Postfix) with ESMTP id E9BE71DD4F0; Wed, 2 Mar 2005 06:25:07 +0100 (CET) Received: from idefix.ijs.si (idefix.ijs.si [193.2.4.33]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by metatron.ijs.si (Postfix) with ESMTP id 278EA1C00729; Wed, 2 Mar 2005 06:25:06 +0100 (CET) From: Dejan Lesjak To: freebsd-gnome@freebsd.org Date: Wed, 2 Mar 2005 06:25:05 +0100 User-Agent: KMail/1.7.2 References: <200502282003.35926.dejan.lesjak@ijs.si> In-Reply-To: <200502282003.35926.dejan.lesjak@ijs.si> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200503020625.06322.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si Subject: Freetype 2.1.9, Mozilla and Firefox [was Re: mozilla app patches] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2005 05:25:27 -0000 Tested on tinderbox-like setup - gnome2 and its dependencies build fine with Freetype 2.1.9 (bare Mozilla). Gpdf and ggv also work fine. Firefox needs patch from Mozilla Bugzilla attachment #149334. Mozilla also needs patch for layout/svg/renderer/src/libart/nsSVGLibartGlyphMetricsFT.cpp taken from pkgsrc (patch-by). FWIW Firefox built with old Freetype still works after Freetype is upgraded without recompile. Also patch-gfx_src_gtk_nsFontMetricsXft.cpp is not necessary any more for mozilla port. So... Firefox needs: http://www.ijs.si/~lesi/other/moz/patch-bugzilla149334 Mozilla needs: http://www.ijs.si/~lesi/other/moz/patch-bugzilla149334 http://www.ijs.si/~lesi/other/moz/patch-layout::svg::renderer::src::libart::nsSVGLibartGlyphMetricsFT.cpp Patch for www/mozilla: http://www.ijs.si/~lesi/other/moz/mozillaport-freetype219.diff www/firefox: http://www.ijs.si/~lesi/other/moz/firefoxport-freetype219.diff Let me know if these are useful, I'll stuff them in PRs :) Dejan