From owner-svn-ports-head@FreeBSD.ORG Wed Feb 5 13:23:48 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 C4315C08; Wed, 5 Feb 2014 13:23:48 +0000 (UTC) Received: from mail-vb0-x229.google.com (mail-vb0-x229.google.com [IPv6:2607:f8b0:400c:c02::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 58D111750; Wed, 5 Feb 2014 13:23:48 +0000 (UTC) Received: by mail-vb0-f41.google.com with SMTP id g10so276064vbg.28 for ; Wed, 05 Feb 2014 05:23:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=uChpvnL0dIkEDNa/5ccPsHLscISFQVowUsFUv4ixMws=; b=1F+4wjb99z8QefAaxJEga0Tysad8iUKggdvhQjvzgMpneRFSL26YZnnLzXnA6YuxnN 6dwwSF4QoBDN24A6PqdyStCFbiM49YU63an2WeyrMLWo+f3WUudYz+PSKI25AOhLddSD 3XRHU6kFzAsYoKON0MKKjrsJqMOd0JJ5ujNQe9cDlvnWi/scCg6+tr5M1k1Z4EjwrspX z8+DSKXRdxNicnpPo7lmCW6B7bKaSZ1d3ZQrcrLm3MS/13ArTgOWw5rsgZlcCWEOaEzG SJniiBFwFFdGxpVxPbC9+V3AcOoQoz5cTE/+0Yg5NDkIAf14gYrAHn33zZDQ7kQSQ3P7 jpww== MIME-Version: 1.0 X-Received: by 10.52.120.81 with SMTP id la17mr59110vdb.44.1391606627504; Wed, 05 Feb 2014 05:23:47 -0800 (PST) Sender: beat.gaetzi@gmail.com Received: by 10.58.199.103 with HTTP; Wed, 5 Feb 2014 05:23:47 -0800 (PST) In-Reply-To: <52F20BAA.8000602@daemonic.se> References: <201402050523.s155NU2e055899@svn.freebsd.org> <52F20BAA.8000602@daemonic.se> Date: Wed, 5 Feb 2014 14:23:47 +0100 X-Google-Sender-Auth: STx6mEsNAG3E3hafy31hpuXgGuM Message-ID: 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... From: Beat Gaetzi To: Niclas Zeising Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org 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 13:23:48 -0000 2014-02-05 Niclas Zeising : > 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. I just checked with llvm/clang 3.3 from 10.0-RELEASE. I'll try it with CURRENT once my dev box is updated :) > 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. According to the shipped README [1] the bundled version is based on 12d521df8acc483b2daa844d4f05dc2fe2765ba6 with some patches applied. Regards, Beat [1] http://lxr.mozilla.org/mozilla-release/source/gfx/cairo/README