From owner-svn-ports-head@FreeBSD.ORG Wed Feb 5 10:00:18 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6B5D55F1; Wed, 5 Feb 2014 10:00:18 +0000 (UTC) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 14B201647; Wed, 5 Feb 2014 10:00:18 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id D3B8740040; Wed, 5 Feb 2014 11:00:15 +0100 (CET) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id BEB4E40041; Wed, 5 Feb 2014 11:00:15 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bernadotte.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=AWL autolearn=disabled version=3.3.1 X-Spam-Score: 0.0 Received: from mx.daemonic.se (mx.daemonic.se [IPv6:2001:470:dca9:0:1::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id 7230240040; Wed, 5 Feb 2014 11:00:15 +0100 (CET) Received: from mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) by mx.daemonic.se (Postfix) with ESMTPS id 3fJyv304FQz8ggx; Wed, 5 Feb 2014 11:00:15 +0100 (CET) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mx.daemonic.se ([10.1.0.3]) (using TLS with cipher CAMELLIA256-SHA) by mailscanner.daemonic.se (mailscanner.daemonic.se [10.1.0.6]) (amavisd-new, port 10025) with ESMTPS id gc3gIwbV-kbC; Wed, 5 Feb 2014 11:00:12 +0100 (CET) Received: from mail.daemonic.se (mail.daemonic.se [10.1.0.4]) by mx.daemonic.se (Postfix) with ESMTPS id 3fJyv02yTpz8ggv; Wed, 5 Feb 2014 11:00:12 +0100 (CET) Received: from [IPv6:::1] (celes.daemonic.se [IPv6:2001:470:dca9:1::3]) by mail.daemonic.se (Postfix) with ESMTPSA id 3fJytz6qpBz9Cvr; Wed, 5 Feb 2014 11:00:11 +0100 (CET) Message-ID: <52F20BAA.8000602@daemonic.se> Date: Wed, 05 Feb 2014 11:00:10 +0100 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: Beat Gaetzi , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r342632 - in head: Mk devel/nspr mail/linux-thunderbird mail/thunderbird mail/thunderbird-i18n security/ca_root_nss security/nss www/firefox www/firefox-esr www/firefox-esr-i18n www/fir... References: <201402050523.s155NU2e055899@svn.freebsd.org> In-Reply-To: <201402050523.s155NU2e055899@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 140204-1, 2014-02-04), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: ClamAV using ClamSMTP X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Feb 2014 10:00:18 -0000 On 2014-02-05 06:23, Beat Gaetzi wrote: > Author: beat > Date: Wed Feb 5 05:23:30 2014 > New Revision: 342632 > URL: http://svnweb.freebsd.org/changeset/ports/342632 > QAT: https://qat.redports.org/buildarchive/r342632/ > > Log: > - Update Firefox to 27.0 > - Update Firefox ESR to 24.3.0 > - Update Thunderbird to 24.3.0 > - Update NSPR to 4.10.3 > - Update NSS to 3.15.4 > - Depend on yasm when building with bundled libvpx or libjpeg-turbo > - Prepare gstreamer conditional for upcoming Firefox versions > - Improve jemalloc3 conditional > - Break build unless alsa-lib port installs new config file > - Chase USE_DOS2UNIX deprecation > - Temporarily disable system cairo over screen corruption with > smoothScroll [1] > Thank you for working on this! A couple of questions. Has the thunderbird build been tested with llvm/clang 3.4 now in the src tree. I sent a patch to fix this build to gecko@ a while agoi, and I can't see if it's made it in or not, so just checking. With regards to the cairo stuff, which cario version is bundled? There are reports about newer cairo versions causing screen corruption with our old xorg, especially when using the pre-KMS intel drivers. This is the reason we still have such old cairo in the ports tree. Regards! -- Niclas