From owner-freebsd-gecko@FreeBSD.ORG Wed Jun 13 00:42:28 2012 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1ED741065670 for ; Wed, 13 Jun 2012 00:42:28 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from hammer.pct.niksun.com (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D6BD48FC0A for ; Wed, 13 Jun 2012 00:42:27 +0000 (UTC) Message-ID: <4FD7E1F3.1010304@FreeBSD.org> Date: Tue, 12 Jun 2012 20:42:27 -0400 From: Jung-uk Kim User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:13.0) Gecko/20120612 Thunderbird/13.0 MIME-Version: 1.0 To: gecko@FreeBSD.org X-Enigmail-Version: 1.4.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Subject: [PATCH] Build Thunderbird 13 with Clang X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jun 2012 00:42:28 -0000 I was annoyed by GCC46 dependency, so I fixed TB13 build with Clang. :-) http://people.freebsd.org/~jkim/thunderbird13-clang.diff patch-bugzilla-711895 - Port of Bug 711895 to Thunderbird. https://bugzilla.mozilla.org/show_bug.cgi?id=711895 http://hg.mozilla.org/mozilla-central/rev/f64f62213f61 patch-bugzilla-724700 - Upstream patch for Bug 724700. https://bugzilla.mozilla.org/show_bug.cgi?id=724700 http://hg.mozilla.org/comm-central/rev/a292638503b6 patch-bugzilla-734080 - Upstream patch for Bug 734080. https://bugzilla.mozilla.org/show_bug.cgi?id=734080 http://hg.mozilla.org/comm-central/rev/247aa759c1ce http://hg.mozilla.org/comm-central/rev/134579274546 patch-configure.in - Remove unnecessary hunks and reduce patch size. - (Minimal) Port of Bug 727145 to Thunderbird. https://bugzilla.mozilla.org/show_bug.cgi?id=727145 https://hg.mozilla.org/mozilla-central/rev/2046a1f46d40 patch-mailnews-addrbook-src-nsDirPrefs.cpp patch-mailnews-compose-src-nsSmtpProtocol.cpp - Work around "case value evaluates to N, which cannot be narrowed to type foo" errors. Cheers, Jung-uk Kim