From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 28 19:03:54 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 07C1716A4CE for ; Mon, 28 Feb 2005 19:03:54 +0000 (GMT) Received: from niobe.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2848F43D5D for ; Mon, 28 Feb 2005 19:03:53 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (localhost [IPv6:::1]) by niobe.ijs.si (Postfix) with ESMTP id 4B5751DD4F0; Mon, 28 Feb 2005 20:03:52 +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 ESMTP id 41223-02; Mon, 28 Feb 2005 20:03:42 +0100 (CET) Received: from metatron.ijs.si (metatron.ijs.si [193.2.4.152]) by niobe.ijs.si (Postfix) with ESMTP id 629ED1DD629; Mon, 28 Feb 2005 20:03:37 +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 8E0581C00726; Mon, 28 Feb 2005 20:03:36 +0100 (CET) From: Dejan Lesjak To: Joe Marcus Clarke Date: Mon, 28 Feb 2005 20:03:35 +0100 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200502282003.35926.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si cc: freebsd-gnome@freebsd.org Subject: 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: Mon, 28 Feb 2005 19:03:54 -0000 Joe Marcus Clarke wrote: > On Sun, 2005-02-27 at 22:31 +0100, Jose M Rodriguez wrote: >> Hi, >> I submit a latest pull-up to thunderbird, with the same modifcations >> made to firefox. >> >> I only have freetype2 pending for 5.4-REL. Can someone point me some >> kinda of blessed freetype2 (latest) port/patch to work with? > > There's a suspended PR, but at this point, it would be best to just do > it from scratch, and update to 2.1.9. Here's what I'm using for some time now: http://www.ijs.si/~lesi/other/freetype2-219.diff I believe the patch from cvs is needed to avoid some vertical displacement of letters. It's discussed here: http://article.gmane.org/gmane.comp.fonts.freetype.devel/2442 (Freetype's mailing list broke around new year, so their own archive doesn't go this far). It was commited in rev. 1.132 of ttgload.c: http://savannah.nongnu.org/cgi-bin/viewcvs/freetype/freetype2/src/truetype/ttgload.c I can attach the patch to mentioned PR if needed, but could someone confirm about the patch (for convenience available here: http://www.ijs.si/~lesi/other/patch-src::truetype::ttgload.c). >> I'll begin with mozilla. > > While Mozilla and friends will probably be the most problematic, be sure > to test ports such as gpdf and ggv. I believe they've been fixed to > work with freetype2 2.1.9, but it wouldn't hurt to test. > > Joe As far as mozilla and firefox ports go, it seems that mozilla-devel works ok. Regular mozilla and firefox would need the first patch (FreeType 2.1.9 patch #149334) at https://bugzilla.mozilla.org/show_bug.cgi?id=234035. NetBSD pkgsrc has this split as patch-ah, patch-ai, patch-aj, patch-ak, patch-al, patch-an and patch-ao. If any of these makes sense, I can try to make more sensible patches to ports and submit them. Dejan