From owner-freebsd-questions@FreeBSD.ORG Sat Jun 2 04:30:32 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 636B9106566C for ; Sat, 2 Jun 2012 04:30:32 +0000 (UTC) (envelope-from tomdean@speakeasy.org) Received: from asbnvacz-mailrelay01.megapath.net (asbnvacz-mailrelay01.megapath.net [207.145.128.243]) by mx1.freebsd.org (Postfix) with ESMTP id 313D08FC12 for ; Sat, 2 Jun 2012 04:30:32 +0000 (UTC) Received: from mail6.sea5.speakeasy.net (mail6.sea5.speakeasy.net [69.17.117.50]) by asbnvacz-mailrelay01.megapath.net (Postfix) with ESMTP id 9A4BFA725F2 for ; Sat, 2 Jun 2012 00:30:25 -0400 (EDT) Received: (qmail 698 invoked from network); 2 Jun 2012 04:30:25 -0000 Received: by simscan 1.4.0 ppid: 21614, pid: 17849, t: 0.1453s scanners: clamav: 0.88.2/m:52/d:10739 spam: 3.0.4 Received: from unknown (HELO P9X79.tddhome) (tomdean@[24.113.107.31]) (envelope-sender ) by mail6.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 2 Jun 2012 04:30:24 -0000 Message-ID: <4FC996E0.9070800@speakeasy.org> Date: Fri, 01 Jun 2012 21:30:24 -0700 From: "Thomas D. Dean" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.2) Gecko/20120310 Thunderbird/10.0.2 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4FC82537.2090305@speakeasy.org> <20120601070023.GA98123@mech-cluster241.men.bris.ac.uk> In-Reply-To: <20120601070023.GA98123@mech-cluster241.men.bris.ac.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail6.sea5 X-Spam-Level: X-Spam-Status: No, score=0.9 required=8.0 tests=FORGED_RCVD_HELO, RATWARE_GECKO_BUILD autolearn=disabled version=3.0.4 Subject: Re: MK_CLANG_IS_CC mis-formed when compiling ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2012 04:30:32 -0000 On 06/01/12 00:00, Anton Shterenlikht wrote: > On Thu, May 31, 2012 at 07:13:11PM -0700, Thomas D. Dean wrote: >> I built FrfeeBSD 9 with >> WITHOUT_CLANG="Yes" >> >> When I try to build the net/bwn-firmware-kmod/ >> >> I get an error that MK_CLANG_IS_CC is mis-formed. >> >> If I define this in make.conf, I get an error that the user may not set >> this. >> >> If I use 'make MK_CLANG_IS_CC="no"' the port compiles. >> >> How do I fix this? > > Why did you define WITHOUT_CLANG? > I think I am stuck at 9.x because of the clang stuff. I defined WITHOUT_CLANG to stop make buildworld from building clang. don't want it, don't need it.... Tom Dean