From owner-freebsd-questions@FreeBSD.ORG Thu Jul 31 03:59:59 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 65ADD5E5 for ; Thu, 31 Jul 2014 03:59:59 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F1BD2F00 for ; Thu, 31 Jul 2014 03:59:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=vXxu8/0klCXJZugSjMWgTli54It60vhvGVsuM+e7JiE=; b=pD9VSsAymawvNabbp0O9O3guVSLIFHPJwDWg0BzE/sYPw8ONlbIeb6guBnURq3ZqoEiqVyOYQ6SRtdhakiwNiCfcBLuksNHQmqynpnDA04jj372do953NTtH6utfUqMPr6FdhoV/37mpMHv9O8xIH7/YFBVvMabmglxZIU/yZZ8=; Received: from [182.0.85.29] (port=59961 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1XChX3-000nI5-JZ; Wed, 30 Jul 2014 21:59:58 -0600 Date: Thu, 31 Jul 2014 11:59:48 +0800 From: Erich Dollansky To: Brian Wood Subject: Re: Switching to newer version of Clang Message-ID: <20140731115948.2a99a5b0@X220.alogt.com> In-Reply-To: References: X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2014 03:59:59 -0000 Hi, On Wed, 30 Jul 2014 21:01:07 -0500 Brian Wood wrote: > I did a make install in > > /usr/ports/devel/llvm34 > > After it finished > > clang -v > > still says 3.3. Do I have to reboot or try something > different? Thanks. > you should need this. If you update your sources 3.4.1 will be in there anyway. If you just installed a fresh system, upgrade the sources first, compile and install it, get a new ports tree and then start installing ports. Of course, you could stick with the current sources and the current ports tree but would soon face the problem of updating the machine. Erich