From owner-freebsd-current@FreeBSD.ORG Fri Nov 9 20:44:37 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 670C82FA; Fri, 9 Nov 2012 20:44:37 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirj.bris.ac.uk (dirj.bris.ac.uk [137.222.10.78]) by mx1.freebsd.org (Postfix) with ESMTP id 17C058FC15; Fri, 9 Nov 2012 20:44:37 +0000 (UTC) Received: from irix.bris.ac.uk ([137.222.10.39] helo=ncs.bris.ac.uk) by dirj.bris.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1TWvRJ-00053s-CD; Fri, 09 Nov 2012 20:44:36 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncs.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1TWvRJ-00044c-6U; Fri, 09 Nov 2012 20:44:33 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.5/8.14.5) with ESMTP id qA9KiWtV062788; Fri, 9 Nov 2012 20:44:32 GMT (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.5/8.14.5/Submit) id qA9KiWAP062787; Fri, 9 Nov 2012 20:44:32 GMT (envelope-from mexas) Date: Fri, 9 Nov 2012 20:44:32 GMT From: Anton Shterenlikht Message-Id: <201211092044.qA9KiWAP062787@mech-cluster241.men.bris.ac.uk> To: christer.solskogen@gmail.com, mexas@bristol.ac.uk Subject: Re: from 5-NOV WITH_CLANG_IS_CC in /etc/src.conf is no longer needed, right? In-Reply-To: X-Spam-Score: -3.7 X-Spam-Level: --- Cc: freebsd-current@freebsd.org, dim@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mexas@bristol.ac.uk 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 20:44:37 -0000 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