Re: FreeBSD 10.0-CURRENT: CLANG and port/clang weirdness!

2012-09-08 Thread O. Hartmann
On 09/07/12 19:07, Brooks Davis wrote: On Fri, Sep 07, 2012 at 05:46:02PM +0200, O. Hartmann wrote: On 09/07/12 17:09, Dimitry Andric wrote: On 2012-09-07 11:41, O. Hartmann wrote: Building ports not explicitely enabling USE_GCC=4.6+ are considered using the system's LLVM/CLANG, which is

Re: FreeBSD 10.0-CURRENT: CLANG and port/clang weirdness!

2012-09-08 Thread Dimitry Andric
On 2012-09-08 10:35, O. Hartmann wrote: On 09/07/12 19:07, Brooks Davis wrote: ... FWIW, picking up clang etc from /usr/local should be mostly harmless during the early build stage. You're actual world will be built with the cross clang. ... means, the resulting WORLD and KERNEL is then

Re: FreeBSD 10.0-CURRENT: CLANG and port/clang weirdness!

2012-09-08 Thread Stefan Esser
Am 08.09.2012 10:35, schrieb O. Hartmann: On 09/07/12 19:07, Brooks Davis wrote: On Fri, Sep 07, 2012 at 05:46:02PM +0200, O. Hartmann wrote: On 09/07/12 17:09, Dimitry Andric wrote: On 2012-09-07 11:41, O. Hartmann wrote: Building ports not explicitely enabling USE_GCC=4.6+ are considered

Re: FreeBSD 10.0-CURRENT: CLANG and port/clang weirdness!

2012-09-08 Thread Jakub Lach
The LibreOffice package doesn't compile with the system's CLANG, so it is installed whenever LibreOffice is installed. FWIW, it's using base clang and it does compile if ${OSVERSION} = 900014 -- View this message in context:

FreeBSD 10.0-CURRENT: CLANG and port/clang weirdness!

2012-09-07 Thread O. Hartmann
Building ports not explicitely enabling USE_GCC=4.6+ are considered using the system's LLVM/CLANG, which is clang 3.2 in our installation (FreeBSD 10.0-CURRENT #0 r240164), but since some ports require the special ports devel/llvm and lang/clang, LLVM 3.1 and clang 3.1 get installed and 3.1 is

Re: FreeBSD 10.0-CURRENT: CLANG and port/clang weirdness!

2012-09-07 Thread Dimitry Andric
On 2012-09-07 11:41, O. Hartmann wrote: Building ports not explicitely enabling USE_GCC=4.6+ are considered using the system's LLVM/CLANG, which is clang 3.2 in our installation (FreeBSD 10.0-CURRENT #0 r240164), but since some ports require the special ports devel/llvm and lang/clang, LLVM 3.1

Re: FreeBSD 10.0-CURRENT: CLANG and port/clang weirdness!

2012-09-07 Thread O. Hartmann
On 09/07/12 17:09, Dimitry Andric wrote: On 2012-09-07 11:41, O. Hartmann wrote: Building ports not explicitely enabling USE_GCC=4.6+ are considered using the system's LLVM/CLANG, which is clang 3.2 in our installation (FreeBSD 10.0-CURRENT #0 r240164), but since some ports require the

Re: FreeBSD 10.0-CURRENT: CLANG and port/clang weirdness!

2012-09-07 Thread Brooks Davis
On Fri, Sep 07, 2012 at 05:46:02PM +0200, O. Hartmann wrote: On 09/07/12 17:09, Dimitry Andric wrote: On 2012-09-07 11:41, O. Hartmann wrote: Building ports not explicitely enabling USE_GCC=4.6+ are considered using the system's LLVM/CLANG, which is clang 3.2 in our installation (FreeBSD