From owner-freebsd-current@FreeBSD.ORG Fri Nov 9 19:47:52 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 08312FDB; Fri, 9 Nov 2012 19:47:52 +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 B479C8FC0A; Fri, 9 Nov 2012 19:47:51 +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 1TWuYM-0002sU-Hn; Fri, 09 Nov 2012 19:47:50 +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 1TWuYM-000371-E2; Fri, 09 Nov 2012 19:47:46 +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 qA9JlkLn062646; Fri, 9 Nov 2012 19:47:46 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 qA9JlkhI062645; Fri, 9 Nov 2012 19:47:46 GMT (envelope-from mexas) Date: Fri, 9 Nov 2012 19:47:46 GMT From: Anton Shterenlikht Message-Id: <201211091947.qA9JlkhI062645@mech-cluster241.men.bris.ac.uk> To: dim@FreeBSD.org, 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: <509D0760.6060506@FreeBSD.org> X-Spam-Score: -3.7 X-Spam-Level: --- Cc: freebsd-current@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 19:47:52 -0000 From dim@FreeBSD.org Fri Nov 9 14:11:18 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 # Thanks Anton