From owner-freebsd-questions@freebsd.org Sun Apr 29 10:16:38 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52CCAFA8A77 for ; Sun, 29 Apr 2018 10:16:38 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from forward101o.mail.yandex.net (forward101o.mail.yandex.net [IPv6:2a02:6b8:0:1a2d::601]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CB99D6A708 for ; Sun, 29 Apr 2018 10:16:37 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from mxback13g.mail.yandex.net (mxback13g.mail.yandex.net [IPv6:2a02:6b8:0:1472:2741:0:8b7:92]) by forward101o.mail.yandex.net (Yandex) with ESMTP id 914161342A3A for ; Sun, 29 Apr 2018 13:16:35 +0300 (MSK) Received: from smtp3o.mail.yandex.net (smtp3o.mail.yandex.net [2a02:6b8:0:1a2d::27]) by mxback13g.mail.yandex.net (nwsmtp/Yandex) with ESMTP id 0JvpN4mEK2-GZhiuceu; Sun, 29 Apr 2018 13:16:35 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1524996995; bh=wjMObCf+Merx0X+9CnRVOhATjoRpwvSVT//VPS1euNQ=; h=Message-ID:Subject:From:To:Date; b=DcuaV1G9F5flRzg76SpDY3ixnMYEZVS06fyPG4PytouOk35BT5xoZaohLC3rQTVGP rN/+uiIj+cNhJwNcxCKYAhfvLiPOPK3pml2jCjBeXwY0Sn/6lxsLCxirrDZabi0SE0 +8RtxE7V7Dhnm09FGM+uuXoCALEl5+FBRZ7trwZ4= Received: by smtp3o.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id rxTm5xmhiJ-GYiiTiuZ; Sun, 29 Apr 2018 13:16:34 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1524996994; bh=wjMObCf+Merx0X+9CnRVOhATjoRpwvSVT//VPS1euNQ=; h=Message-ID:Subject:From:To:Date; b=oADOOKL4xk8+Du7A51V+BSSpckiXbzwv5TFqBO2i9CltgjO2Ln7g00926R76k2z2Q 5OJlHxexcVb7Rexc/JOX3e/6HcPnCg6Y80Ym8TP91q6sd8GvAmJMFjHbSv5Qnh2N2L WWvTcMbYMirjbBINdXku1pzhsiGWZOnnulGJruA8= Authentication-Results: smtp3o.mail.yandex.net; dkim=pass header.i=@yandex.com Message-ID: <1524996990.23915.1.camel@yandex.com> Subject: blender - llvm From: StariKarp To: FreeBSD Questions Date: Sun, 29 Apr 2018 06:16:30 -0400 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.24.2 FreeBSD GNOME Team Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Apr 2018 10:16:38 -0000 Hi! I am using Blender on FreeBSD 11.1-RELEASE (amd64) and as I have experience it was (is) the problem with different versions of llvm which new versions are coming in the ports tree very fast. I have in /etc/make.conf: MESA_LLVM_VER=40 and building and running Blender works. How is the future of Blender because of the new versions of llvm60, please? Thank you. SK