From owner-cvs-ports@FreeBSD.ORG Thu Jun 7 06:47:12 2012 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4B4A4106566C; Thu, 7 Jun 2012 06:47:12 +0000 (UTC) (envelope-from beat.gaetzi@gmail.com) Received: from mail-qa0-f49.google.com (mail-qa0-f49.google.com [209.85.216.49]) by mx1.freebsd.org (Postfix) with ESMTP id 998ED8FC0C; Thu, 7 Jun 2012 06:47:11 +0000 (UTC) Received: by qabj40 with SMTP id j40so279176qab.15 for ; Wed, 06 Jun 2012 23:47:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=KW7Gnnlk2ubmAAt8n7Cf6f2WETo2EMUo5tdsQFcqJJM=; b=KZYqXnciCLXxsLbgPd+mg5Kyx5SH1EhjmbGtqscEttvG5NHQvg+njujLz8ybLKByHk 0uVXNcLfoqm4g3bwtU1mfKmg25n+j/sxhbLzd4GmZSAhiyp2Z7WXi/l3zn+G7dVahfaY NCrzjAOAOgFWIgSX4fuJpHi5aVPcXN5sr9MejOW9J7wCmP/Nkzb6DIFaDvLyAaf50EtK QVavYeRR9ClD+3krW4PdUkzTU0e3Jgv7RJdZiy5SCHiobeaWtGYxc+rgMluYWt92tTyt PDWIizADK0tdHaAMoL8LjwoZJ8fQDipc95O983cwNVLhb6Z0yvPgshfU5L6utdytQKZO //Lw== MIME-Version: 1.0 Received: by 10.229.136.137 with SMTP id r9mr270173qct.65.1339051625384; Wed, 06 Jun 2012 23:47:05 -0700 (PDT) Sender: beat.gaetzi@gmail.com Received: by 10.229.190.79 with HTTP; Wed, 6 Jun 2012 23:47:05 -0700 (PDT) In-Reply-To: <4FCFE593.4020604@FreeBSD.org> References: <4FCF7D48.40605@daemonic.se> <55A457B4-AD75-4542-9C3C-A87A3522A3E3@FreeBSD.org> <4FCFE2DD.6030906@fluffy.khv.ru> <4FCFE593.4020604@FreeBSD.org> Date: Thu, 7 Jun 2012 08:47:05 +0200 X-Google-Sender-Auth: PReHb31wsldWRl1PS_ng3mtygtY Message-ID: From: Beat Gaetzi To: Jung-uk Kim Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: Dima Panov , cvs-all@freebsd.org, ports-committers@freebsd.org, Niclas Zeising , cvs-ports@freebsd.org, fluffy@freebsd.org Subject: Re: 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 X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jun 2012 06:47:12 -0000 2012/6/7 Jung-uk Kim : > On 2012-06-06 19:08:13 -0400, Dima Panov wrote: >> 07.06.2012 7:17, Beat G=C3=A4tzi =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0= =BB: >>> 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=3D =C2=A0 =C2=A0 clang > CPP=3D =C2=A0 =C2=A0clang-cpp > CXX=3D =C2=A0 =C2=A0clang++ > CXXCPP=3D 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