USES= compiler:c++11
Means you need a c++1 capable compiler but not necessary a c++ 11 aware standard
library, in that case if the base compiler is not able to support c++11 clang33
will be used from ports otherwise gcc 4.6+ if you specify it in make.conf.
Problem, if clang from ports is >3.3.
On Mon, Sep 16, 2013 at 09:56:50PM +0300, David Naylor wrote:
> On Friday 13 September 2013 15:17:53 Baptiste Daroussin wrote:
> > Hi,
>
> Hi,
>
> > Given how old our gcc in base is and the work done on clang and libc++.
> >
> > It is becoming complicating to make some ports properly working on
On Friday 13 September 2013 15:17:53 Baptiste Daroussin wrote:
> Hi,
Hi,
> Given how old our gcc in base is and the work done on clang and libc++.
>
> It is becoming complicating to make some ports properly working on all
> supported version of FreeBSD.
>
> To help in that I would like to propo
13.09.2013, 19:04, "Pietro Cerutti" :
> On 2013-Sep-13, 15:17, Baptiste Daroussin wrote:
>
>> USES= compiler:c++11
>>
>> Means you need a c++1 capable compiler but not necessary a c++ 11 aware
>> standard
>> library, in that case if the base compiler is not able to support c++11
>> clang33
>
On 2013-Sep-13, 15:17, Baptiste Daroussin wrote:
> USES= compiler:c++11
>
> Means you need a c++1 capable compiler but not necessary a c++ 11 aware
> standard
> library, in that case if the base compiler is not able to support c++11
> clang33
> will be used from ports otherwise gcc 4.6+ if you s
On Fri, 13 Sep 2013 15:17:53 +0200
Baptiste Daroussin articulated:
> Hi,
>
> Given how old our gcc in base is and the work done on clang and
> libc++.
>
> It is becoming complicating to make some ports properly working on
> all supported version of FreeBSD.
>
> To help in that I would like to p