From owner-freebsd-current@FreeBSD.ORG Fri Jun 4 18:28:46 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A9829106564A; Fri, 4 Jun 2010 18:28:46 +0000 (UTC) (envelope-from hinokind@gmail.com) Received: from mail-ew0-f209.google.com (mail-ew0-f209.google.com [209.85.219.209]) by mx1.freebsd.org (Postfix) with ESMTP id DBC748FC1F; Fri, 4 Jun 2010 18:28:45 +0000 (UTC) Received: by ewy1 with SMTP id 1so98717ewy.33 for ; Fri, 04 Jun 2010 11:28:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:content-type:to:cc:subject :references:date:mime-version:content-transfer-encoding:from :message-id:in-reply-to:user-agent; bh=VqyVMglLc7jOBscN7ZAXOooBEp4eYnmlv/5IykhI8tI=; b=Kvfe9ZfIS2oumSoq4eYLph9XxJ+AFnRPDHd/OA/BxiG06kLSv6CClxdSOE2DcJ2Ox0 GbFoPKUY1m83DWl4QbZ2Aybdqh7cZ926O3noY4huNlW/h8VUx4RN/zJlaCLiOO5j7dsR R76NlvkqKCyoqUB+GB6q3wuNKlONzB/b6TlMw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:to:cc:subject:references:date:mime-version :content-transfer-encoding:from:message-id:in-reply-to:user-agent; b=SKvrk8H56cgLls6pK0Q+uuCydIhhgJ2bnHlF5e3Czy/BEvAVNKjEh8KE4BMVmMkaA5 hbzQRQcy8Xh0n7nipE3w1t591qAadOBhM8dpMd04QVhbIfz48AdoNajEpoosqz2ZCYhD is6bDP+6k65AuTvFn1PmjnW6BWqSUg+ED4/D0= Received: by 10.213.35.18 with SMTP id n18mr6174023ebd.10.1275676124514; Fri, 04 Jun 2010 11:28:44 -0700 (PDT) Received: from klevas (hst-17-80.splius.lt [77.79.17.80]) by mx.google.com with ESMTPS id 13sm869412ewy.1.2010.06.04.11.28.43 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 04 Jun 2010 11:28:43 -0700 (PDT) Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "Doug Barton" References: <20100604152605.GA80277@freebsd.org> <4C0930E3.3030301@FreeBSD.org> <4C093D60.1010008@FreeBSD.org> Date: Fri, 04 Jun 2010 21:28:40 +0300 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: =?utf-8?B?QW5kcml1cyBNb3JrxatuYXM=?= Message-ID: In-Reply-To: <4C093D60.1010008@FreeBSD.org> User-Agent: Opera Mail/10.60 (FreeBSD) Cc: Roman Divacky , current@freebsd.org Subject: Re: [INFO]: import of clang/LLVM to happen on June 9th X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jun 2010 18:28:46 -0000 On Fri, 04 Jun 2010 20:52:32 +0300, Doug Barton wrote: > Sorry I wasn't clear. I'm not talking about compiling ports with clang > (which I also look forward to someday) I'm talking about installing a > version of gcc from ports and using that to compile all the other ports. I'm even more confused now. What does that have to do with clang import? And I guess I wasn't too clear myself. I was talking about "setting ports compiler to whatever you want", not "compiling ports with clang". I guess PortsAndClang page would only explain how to change the compiler to clang, but there's already a tutorial about changing ports compiler to newer version of gcc[1]. So what am I missing here? [1] http://www.freebsd.org/doc/en_US.ISO8859-1/articles/custom-gcc/configuring-ports-gcc.html -- Andrius