From owner-freebsd-ports@FreeBSD.ORG Sun Sep 4 10:24:34 2011 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C5A0106564A for ; Sun, 4 Sep 2011 10:24:34 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from unimail.uni-dortmund.de (mx1.HRZ.Uni-Dortmund.DE [129.217.128.51]) by mx1.freebsd.org (Postfix) with ESMTP id 149328FC2E for ; Sun, 4 Sep 2011 10:24:33 +0000 (UTC) Received: from [192.168.0.3] (p4FE33D45.dip.t-dialin.net [79.227.61.69]) (authenticated bits=0) by unimail.uni-dortmund.de (8.14.5/8.14.5) with ESMTP id p84AOUMG026156 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Sun, 4 Sep 2011 12:24:31 +0200 (CEST) Message-ID: <4E6351DE.2000503@FreeBSD.org> Date: Sun, 04 Sep 2011 12:24:30 +0200 From: Matthias Andree Organization: FreeBSD User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.21) Gecko/20110831 Lightning/1.0b2 Mnenhy/0.8.3 Thunderbird/3.1.13 MIME-Version: 1.0 To: Mark Linimon References: <20110725155920.GA83490@freebsd.org> <4E2DE60C.8030902@FreeBSD.org> <20110904084859.GA21385@lonesome.com> In-Reply-To: <20110904084859.GA21385@lonesome.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Gerald Pfeifer , freebsd-ports@FreeBSD.org, Edwin Groothuis Subject: Re: [ANNOUNCE]: clang compiling ports, take 2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Sep 2011 10:24:34 -0000 Am 04.09.2011 10:48, schrieb Mark Linimon: > On Sun, Sep 04, 2011 at 05:09:05AM +0200, Gerald Pfeifer wrote: >> Can you advise which value of __FreeBSD_version to use? The official >> list at >> http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/freebsd-versions.html >> does not have a reference from what I can see. > > There is no version of FreeBSD that has the gcc build turned off AFAIK. > Nor is there one where cc is clang by default; again AFAIK. > > You can, of course, create a userland that has clang but not gcc if > you manually configure it. > > Please someone correct me if I am wrong. Basically USE_GCC=4.2+ was trying to sidestep clang issues in my ports in the -exp runs, and in this situation, USE_GCC=4.2+ was not installing gcc. How do I do that?