svn commit: r457264 - in head: graphics/mesa-dri graphics/mesa-dri/files lang/clover

Tijl Coosemans tijl at FreeBSD.org
Tue Dec 26 16:18:22 UTC 2017


On Tue, 26 Dec 2017 10:54:21 +0300 Ruslan Makhmatkhanov <rm at FreeBSD.org> wrote:
> Alexey Dokuchaev wrote on 12/26/2017 10:40:
>> On Mon, Dec 25, 2017 at 11:30:54PM +0000, Matthew Rezny wrote:  
>>> New Revision: 457264
>>> URL: https://svnweb.freebsd.org/changeset/ports/457264
>>>
>>> Log:
>>>    Update the Mesa ports to 17.3.1 and switch to LLVM5 by default  
>> 
>> Commit message is very terse and actually misleading: I don't see an
>> option to select LLVM version.  Could one be added?  What is the reason
>> behind the switch?

You can set MESA_LLVM_VER in make.conf, but maybe LLVM should be added
to bsd.default-versions.mk (like GCC).

> And more important, can it conditionally use clang/llvm from base 
> system, if suitable version is available (on CURRENT f.e.)?

Unfortunately not, the base system does not install clang/llvm
libraries.  It would be an interesting exercise to do it the other way
around: build base with ports LLVM and binutils.  Even more interesting
would be to create ports that fetch/build/install FreeBSD base.


More information about the svn-ports-all mailing list