From owner-freebsd-ports@FreeBSD.ORG Mon Apr 21 16:21:03 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 688311E7; Mon, 21 Apr 2014 16:21:03 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 26CF618E5; Mon, 21 Apr 2014 16:21:03 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id BF44CBDC3E; Mon, 21 Apr 2014 18:20:57 +0200 (CEST) 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 96FC8BDC30; Mon, 21 Apr 2014 18:20:57 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 0A2356124; Mon, 21 Apr 2014 18:20:56 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 56D2D6B99B31; Mon, 21 Apr 2014 18:20:56 +0200 (CEST) Date: Mon, 21 Apr 2014 18:20:55 +0200 From: Mathieu Arnold To: Matthieu Volat , Mathieu Arnold Subject: Re: replacing gcc with clang Message-ID: <8540AA52D119E65F176AD5BE@ogg.in.absolight.net> In-Reply-To: <20140421175645.4730e3bc@freedom.alkumuna.eu> References: <535461FF.4090406@rcn.com> <2F29AD98517F1485E032775E@atuin.in.mat.cc> <20140421175645.4730e3bc@freedom.alkumuna.eu> 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 Cc: ports@freebsd.org, Robert Huff X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2014 16:21:03 -0000 +--On 21 avril 2014 17:56:45 +0200 Matthieu Volat wrote: | On Mon, 21 Apr 2014 11:58:58 +0200 | Mathieu Arnold wrote: | |> +--On 20 avril 2014 20:10:39 -0400 Robert Huff |> wrote: |> | Is there a authoritative list of those ports know to not build with |> | clang 3.2/3.4? |> |> No, but you can grep for USE_GCC in the ports tree to find that out. |> |> -- |> Mathieu Arnold | | That is a start, but you would raise many false positives with ports | building and working fine with clang, but that have an "GCC" option to | use things like openmp, profiled builds, etc. Hum, ports that USE_GCC for openmp are doing it wrong, they should be doing USES=compiler:openmp :-) There's bound to be some false positives, yes, but not much so it would be a nice start. -- Mathieu Arnold