From owner-svn-ports-head@freebsd.org Fri Apr 1 14:27:23 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD995AEB640; Fri, 1 Apr 2016 14:27:23 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: from mail-lf0-x22c.google.com (mail-lf0-x22c.google.com [IPv6:2a00:1450:4010:c07::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 499C11BEA; Fri, 1 Apr 2016 14:27:23 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: by mail-lf0-x22c.google.com with SMTP id p188so55770863lfd.0; Fri, 01 Apr 2016 07:27:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc; bh=qXZ0Bq9omeAEliH97s4hSBjgwb/pcnwx+5O6TnG5ITY=; b=ACbuBfALW2j5JLk99J1hXr/2z1PeiUKjx4cDcx572DoJrDuuy0zvniwaa++eHi/NRI iS5VZcvGs+Dzku9ag6nKM9EaFOiXC4xByTGiwTHaIiOrlK2lO9GjEybUFF2UK2xz3wP+ K1xIh/WCkexeTXE71GZ7wCOZO1FQY8R3LcI3Au1MwivTrCPo5GKpWURw7pZEBoH8SKKy vwNc5ypcdYxsvVUd/YnKF9dfmYBsFtq2M7DDCAlrV6nqKRWzg9Jl53kBqg+4xOMv1Caw vKSVUOdvwCdGDQMEnTdcj7z0hWgr8ZRzFVJ3ZUCvYJYaPmLrrARFKRD00uQTJBe/kXfl 3/Jw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc; bh=qXZ0Bq9omeAEliH97s4hSBjgwb/pcnwx+5O6TnG5ITY=; b=RTMWYuruWbUDrEk5CCrF2SXexwEVBbJ74dBPnuceXV2hk2uSPnGJ9LYFp+wbKKn474 eq77dIlnc46jMfEsBWBjSkMW8MJUQ6O6II2dBc57DwnirMYDuxC955wdjb8xf886eWsq fFEwi8WwotymHmIYbUmL+jpfhpR3Z5SCfZCRk7/kOvVnC1UCB1aDGAJOwwvIpKRZx7s7 5aN9/0znu3x0Hm/6XzNM+EDacH8C/iRALHjLtCOZpSH4LwzdlVnlT1mQIR0pkGC6dERN D53OG4SPNLAI2RkjjWTFDK7a3iF6Mvxt7XaUz91jla77vPAD3X8zGbyd0+9QSIAhZYwO aUHw== X-Gm-Message-State: AD7BkJIM9ZTyMlOcer85h6B6n+PTo8LSt7RoWwhc3b1QB8ThhEY7mAYrzwIaKo5dXs+fUdVYhpRWOTItac1cGA== MIME-Version: 1.0 X-Received: by 10.25.34.202 with SMTP id i193mr2289951lfi.117.1459520841401; Fri, 01 Apr 2016 07:27:21 -0700 (PDT) Sender: thomas.e.zander@googlemail.com Received: by 10.25.213.65 with HTTP; Fri, 1 Apr 2016 07:27:21 -0700 (PDT) In-Reply-To: <35bc4361c0a5c116b44b21bc4358e65e@secure.marino.st> References: <201603312004.u2VK4n5n028013@repo.freebsd.org> <35bc4361c0a5c116b44b21bc4358e65e@secure.marino.st> Date: Fri, 1 Apr 2016 16:27:21 +0200 X-Google-Sender-Auth: 4mxLFH6p6njedPFZA-OLEXEEnrQ Message-ID: Subject: Re: svn commit: r412296 - head/lang/rust From: Thomas Zander To: John Marino Cc: Mathieu Arnold , Jan Beich , "ports-committers@FreeBSD.org" , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 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, 01 Apr 2016 14:27:23 -0000 On 1 April 2016 at 12:21, John Marino (FreeBSD) wrote: > Unless the dependency on rust by firefox is optional and DF can remove it? > I would almost prefer that, the firefox dependency on rust scares me a lot. Right now, the rust bits in firefox are tiny. When (if) they switch to the servo rendering engine, however ... Riggs