From owner-svn-ports-all@freebsd.org Tue Dec 26 07:38:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E88ABEA7653; Tue, 26 Dec 2017 07:38:32 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C7E1768C8A; Tue, 26 Dec 2017 07:38:32 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 191B41C90D; Tue, 26 Dec 2017 07:38:32 +0000 (UTC) Date: Tue, 26 Dec 2017 07:38:32 +0000 From: Alexey Dokuchaev To: Matthew Rezny Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r457263 - in head/devel/libclc: . files Message-ID: <20171226073832.GE27490@FreeBSD.org> References: <201712252323.vBPNNPVm046382@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201712252323.vBPNNPVm046382@repo.freebsd.org> User-Agent: Mutt/1.9.2 (2017-12-15) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Dec 2017 07:38:33 -0000 On Mon, Dec 25, 2017 at 11:23:25PM +0000, Matthew Rezny wrote: > New Revision: 457263 > URL: https://svnweb.freebsd.org/changeset/ports/457263 > > Log: > Update to the current snapshot and switch to LLVM5 by default Matthew could you please provide some details on the necessity of the switch to LLVM 5 by default? Our X.org/Mesa stack is LLVM 4.0 based; pulling LLVM 5 for OpenCL worries me (as someone interested in running both X11/OpenGL/OpenCL workloads). ./danfe P.S. It would've been also nice purely from "30%-what 70%-why" rule of good commit log writing we tend to neglect so often in FreeBSD, esp. in the ports land these days. :-(