From owner-svn-ports-all@FreeBSD.ORG Mon Mar 3 11:40:13 2014 Return-Path: Delivered-To: svn-ports-all@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 3AD312FD; Mon, 3 Mar 2014 11:40:13 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E73FED65; Mon, 3 Mar 2014 11:40:12 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 574D3BDC30; Mon, 3 Mar 2014 12:40:11 +0100 (CET) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 5160EBDC2E; Mon, 3 Mar 2014 12:40:11 +0100 (CET) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id B4DDA6127; Mon, 3 Mar 2014 12:40:10 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 4465569BEA57; Mon, 3 Mar 2014 12:40:10 +0100 (CET) Date: Mon, 03 Mar 2014 12:40:10 +0100 From: Mathieu Arnold To: Baptiste Daroussin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r346843 - head/benchmarks/bonnie++ Message-ID: <4EBD797F964DEA5178816E7F@ogg.in.absolight.net> In-Reply-To: <201403030001.s2301Ykt045253@svn.freebsd.org> References: <201403030001.s2301Ykt045253@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Mar 2014 11:40:13 -0000 +--On 3 mars 2014 00:01:34 +0000 Baptiste Daroussin wrote: | Author: bapt | Date: Mon Mar 3 00:01:34 2014 | New Revision: 346843 | URL: http://svnweb.freebsd.org/changeset/ports/346843 | QAT: https://qat.redports.org/buildarchive/r346843/ | | Log: | Remove USE_GCC=any the ports builds fine with clang 3.3+ After this, I get: -- Mathieu Arnold