From owner-freebsd-ports@FreeBSD.ORG Mon Apr 21 09:59:01 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 B77FC529 for ; Mon, 21 Apr 2014 09:59:01 +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 7C4E313B2 for ; Mon, 21 Apr 2014 09:59:01 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id C4323BDC5A; Mon, 21 Apr 2014 11:58:59 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 913DCBDC56; Mon, 21 Apr 2014 11:58:59 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id ABCE2D3E0633; Mon, 21 Apr 2014 11:58:58 +0200 (CEST) Date: Mon, 21 Apr 2014 11:58:58 +0200 From: Mathieu Arnold To: Robert Huff , ports@freebsd.org Subject: Re: replacing gcc with clang Message-ID: <2F29AD98517F1485E032775E@atuin.in.mat.cc> In-Reply-To: <535461FF.4090406@rcn.com> References: <535461FF.4090406@rcn.com> 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: 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 09:59:01 -0000 +--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