From owner-freebsd-current@FreeBSD.ORG Fri Nov 9 22:31:47 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EABF9A7B for ; Fri, 9 Nov 2012 22:31:47 +0000 (UTC) (envelope-from break19@gmail.com) Received: from mail-ie0-f182.google.com (mail-ie0-f182.google.com [209.85.223.182]) by mx1.freebsd.org (Postfix) with ESMTP id A94CC8FC08 for ; Fri, 9 Nov 2012 22:31:47 +0000 (UTC) Received: by mail-ie0-f182.google.com with SMTP id k10so8644016iea.13 for ; Fri, 09 Nov 2012 14:31:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=D6GNNzehHqmoYgmFMTV8clWMYlO9+4ZcS0/k7PXQgcE=; b=wSR0T3EMNHdzvtHnN1trrY3iiZ9/g+8RgrlWihx2OgiRAMkPrmLr8c70eQ7T16DbgJ 9HvROYX0L/Tdf7HmsrlCw3ywDtDMwqgnxaxOxoFBZffXyFo/iz228aZC69w9lxJ/s8OZ H3yprYsrYHSi/mDNycMlvEWFtp+F38zM1n0X3WgGHArQG8YtynPgulAsvoekze+KbUjZ V9QPGXLbFFOYd42p7TRZKdcMn57aF857a1DbFJ7ntZ2spAvpSK89B751x2Kn2TFIpmPQ Sdn3k8Lyt/ezp+T6Zsi4mUgobu/GFHtY4r1RTsqgtKgas5l02a2Y2LlMO4uk4xDInipZ prtg== Received: by 10.42.68.68 with SMTP id w4mr11315366ici.30.1352500306743; Fri, 09 Nov 2012 14:31:46 -0800 (PST) Received: from [192.168.0.198] (173-119-135-56.pools.spcsdns.net. [173.119.135.56]) by mx.google.com with ESMTPS id s3sm2453431igb.14.2012.11.09.14.31.41 (version=SSLv3 cipher=OTHER); Fri, 09 Nov 2012 14:31:46 -0800 (PST) Message-ID: <509D8434.5060306@gmail.com> Date: Fri, 09 Nov 2012 16:31:16 -0600 From: Chuck Burns User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Re: from 5-NOV WITH_CLANG_IS_CC in /etc/src.conf is no longer needed, right? References: <201211092044.qA9KiWAP062787@mech-cluster241.men.bris.ac.uk> In-Reply-To: <201211092044.qA9KiWAP062787@mech-cluster241.men.bris.ac.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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, 09 Nov 2012 22:31:48 -0000 On 11/9/2012 2:44 PM, Anton Shterenlikht wrote: > From christer.solskogen@gmail.com Fri Nov 9 20:40:46 2012 > > > > On 2012-11-09 09:27, Anton Shterenlikht wrote: > > > I'm on 242801 amd64. > > > I understand from [1] that WITH_CLANG_IS_CC > > > is no longer needed in /etc/src.conf. > > > Yet I somehow still get cc,c++,cpp all GCC binaries, e.g. > > > > > > # /usr/bin/cc --version > > > cc (GCC) 4.2.1 20070831 patched [FreeBSD] > > > > Please post your make.conf and src.conf files. You may have something > > in there which overrides the new defaults. > > > > # cat /etc/src.conf > > PORTS_MODULES=net/bwn-firmware-kmod > > # cat /etc/make.conf > > SENDMAIL_CFLAGS+= -I/usr/local/include -DSASL=2 > > SENDMAIL_LDFLAGS+= -L/usr/local/lib > > SENDMAIL_LDADD+= -lsasl2 > > WITH_PKGNG=yes > > PERL_VERSION=5.16.2 > > # > > > > Sure you are running a current enough CURRENT? > > sure... > just forgot installworld... > > # cc --version > FreeBSD clang version 3.2 (trunk 162107) 20120817 > Target: x86_64-unknown-freebsd10.0 > Thread model: posix > # > > After 10 years of using freebsd, > I fucked up again... really embarrased, > sorry > > Anton > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > Just remember, if you can't laugh at yourself for dumb misakes, there will always be someone willing to do it for you! :) Glad you figured it out.. now.... the obligatory "LOL!" :) -- Chuck Burns