Re: [HEADSUP][CFT] New compiler USES flag, please test, review comment

2013-10-29 Thread Robert Burmeister
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.

Re: [HEADSUP][CFT] New compiler USES flag, please test, review comment

2013-09-17 Thread Baptiste Daroussin
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 all

Re: [HEADSUP][CFT] New compiler USES flag, please test, review comment

2013-09-16 Thread David Naylor
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 propose a

[HEADSUP][CFT] New compiler USES flag, please test, review comment

2013-09-13 Thread Baptiste Daroussin
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 propose a new USES: compiler http://people.freebsd.org/~bapt/compiler.mk.txt What it

Re: [HEADSUP][CFT] New compiler USES flag, please test, review comment

2013-09-13 Thread Jerry
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 propose a

Re: [HEADSUP][CFT] New compiler USES flag, please test, review comment

2013-09-13 Thread 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 will be used from ports otherwise gcc 4.6+ if you specify

Re: [HEADSUP][CFT] New compiler USES flag, please test, review comment

2013-09-13 Thread Konstantin Tokarev
13.09.2013, 19:04, Pietro Cerutti g...@freebsd.org: 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