From owner-svn-ports-head@FreeBSD.ORG Fri Oct 17 06:17:55 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 69E05223; Fri, 17 Oct 2014 06:17:55 +0000 (UTC) Received: from mail-yk0-x231.google.com (mail-yk0-x231.google.com [IPv6:2607:f8b0:4002:c07::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F3B09966; Fri, 17 Oct 2014 06:17:54 +0000 (UTC) Received: by mail-yk0-f177.google.com with SMTP id q200so73633ykb.8 for ; Thu, 16 Oct 2014 23:17:54 -0700 (PDT) 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=6dl57syX3vb3cPUOXk3dxDxrwrrtlzYBdaBvnMmIZ/w=; b=V2BDKmGVQdTeMTRlFn0I3TllSLoNdhDIAplEl9nMyk51S5YU4CS7OlgzVEdu/qRqkn wa00FhJ0R+6Z2B5mXn8aWOhao/NA05SySK6hkR0xXWqnssBEdmQ2oRfYu4HQuTKpBmsI Yu6B5LI5Hgc9JnlP4gannfIUJZoKKsz/8pYHvwycdMg/+5RX4ddSmkuaXGxBKyZ5mwzs 4HwLL9CqNMSp3Y+aRYN+rJrCr1RkP3KA2Vph/q0tV8yN4SIsZ7unhImJnPZKfEcIZ72Q f9bvuw4X3FTAnnFPQilNIoOjKMKHnB+Ec3Rc4qNxcPXTpMNYW2cgeVqVqS3EcKbPHwb0 /Big== MIME-Version: 1.0 X-Received: by 10.236.31.70 with SMTP id l46mr8519711yha.123.1413526674070; Thu, 16 Oct 2014 23:17:54 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.207.73 with HTTP; Thu, 16 Oct 2014 23:17:54 -0700 (PDT) In-Reply-To: <201410151548.s9FFmHA3010368@svn.freebsd.org> References: <201410151548.s9FFmHA3010368@svn.freebsd.org> Date: Fri, 17 Oct 2014 08:17:54 +0200 X-Google-Sender-Auth: _FgRpemxyHanlsNSE5u1qGX3DZo Message-ID: Subject: Re: svn commit: r370932 - in head: Mk Mk/Uses devel/nspr mail/linux-thunderbird mail/thunderbird mail/thunderbird-i18n mail/thunderbird/files net-im/linux-instantbird security/ca_root_nss security/nss ... From: Antoine Brodin To: Beat Gaetzi , jbeich@vfemail.net Content-Type: text/plain; charset=UTF-8 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.18-1 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: Fri, 17 Oct 2014 06:17:55 -0000 On Wed, Oct 15, 2014 at 5:48 PM, Beat Gaetzi wrote: > Author: beat > Date: Wed Oct 15 15:48:16 2014 > New Revision: 370932 > URL: https://svnweb.freebsd.org/changeset/ports/370932 > QAT: https://qat.redports.org/buildarchive/r370932/ > > Log: > - Update Firefox to 33.0 > - Update Firefox ESR to 31.2.0 > - Update NSS to 3.17.2 > - Update Thunderbird to 31.2.0 > - Update libxul to 31.2.0 (and mark as BROKEN) > - Disable SSL 3.0 with pref (Upstream bug 1076983) > - (workaround) replace USE_GCC=yes with USES=compiler:gcc-c++11-lib in > order to fix runtime for PGO and powerpc/powerpc64 on libc++ systems > - Add OSS audio fallback for HTML5 audio from upstream bug; > not exposed yet because WebRTC still needs ALSA or PulseAudio > - Kill @dirrm from gecko@ ports per CHANGES from 20140922 Hi, After this change, all xpi- ports left over some symlinks directories. Cheers, Antoine > - Drop workaround for LLVM PR 19007: base and lang/clang34 have the fix > - Improve workaround comment for LLVM PR 15840, partially rejecting > r348851 by marino@ until bug 193555 > > PR: 194356 > Submitted by: Jan Beich > Security: http://www.vuxml.org/freebsd/9c1495ac-8d8c-4789-a0f3-8ca6b476619c.html