cvs commit: ports/Mk bsd.gecko.mk ports/www/firefox Makefile distinfo pkg-descr ports/www/firefox/files patch-browser-app-Makefile.in patch-browser-app-nsBrowserApp.cpp patch-bugzilla-736961 patch-configure.in patch-gfx-ycbcr-Makefile.in patch-xp

Beat Gaetzi beat at FreeBSD.org
Thu Jun 7 06:47:12 UTC 2012


2012/6/7 Jung-uk Kim <jkim at freebsd.org>:
> On 2012-06-06 19:08:13 -0400, Dima Panov wrote:
>> 07.06.2012 7:17, Beat Gätzi написал:
>>> On Jun 6, 2012, at 5:54 PM, Niclas Zeising wrote:
>>>> On 2012-06-06 17:48, Beat Gaetzi wrote: Niclas did a build with
>>>> clang and it build fine but both of us aren't able to test it
>>>> if it runs at the moment. Would it be possible that someone
>>>> could do some runtime testing with Firefox 13 and clang? Patch
>>>> to build it is available here:
>>>> http://tmp.chruetertee.ch/ff13-clang.patch
>>
>> Confirmed, ff13 builds fine with system clang
>>
>> FreeBSD 10.0-1000013-CURRENT clang #0 r236355M: Thu May 31 23:47:59
>> VLAT 2012
>
> Yes, I just tested it, too:
>
> .if ${OSVERSION} > 900000
> CC=     clang
> CPP=    clang-cpp
> CXX=    clang++
> CXXCPP= clang-cpp
> .endif
>
> However, configure script checks whether Clang is recent enough:
>
> configure:4918: checking whether the C compiler is clang older than
> version 2.9
>
> I believe we are safe because FreeBSD 9.0 has 3.0ish Clang. :-)

Great. Thank you all for testing!

Beat


More information about the cvs-ports mailing list