From owner-cvs-ports@FreeBSD.ORG Wed Jun 6 15:54:51 2012 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DC1D106564A; Wed, 6 Jun 2012 15:54:51 +0000 (UTC) (envelope-from zeising@daemonic.se) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) by mx1.freebsd.org (Postfix) with ESMTP id AFA868FC0C; Wed, 6 Jun 2012 15:54:50 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 08C1F40003; Wed, 6 Jun 2012 17:54:50 +0200 (CEST) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id F1B6540004; Wed, 6 Jun 2012 17:54:49 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bernadotte.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=AWL autolearn=disabled version=3.3.1 X-Spam-Score: 0.0 Received: from mx.daemonic.se (mx.daemonic.se [IPv6:2001:470:dca9:0:1::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id E35B640003; Wed, 6 Jun 2012 17:54:48 +0200 (CEST) Received: from mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) by mx.daemonic.se (Postfix) with ESMTPS id 3W6vbD4qSjz8ggx; Wed, 6 Jun 2012 17:54:48 +0200 (CEST) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mx.daemonic.se ([IPv6:2001:470:dca9:0:1::3]) (using TLS with cipher CAMELLIA256-SHA) by mailscanner.daemonic.se (mailscanner.daemonic.se [2001:470:dca9:0:1::6]) (amavisd-new, port 10025) with ESMTPS id 65DjfR9PvUpY; Wed, 6 Jun 2012 17:54:43 +0200 (CEST) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2001:470:dca9:0:1::4]) by mx.daemonic.se (Postfix) with ESMTPS id 3W6vb731r5z8ggv; Wed, 6 Jun 2012 17:54:43 +0200 (CEST) Received: from [10.32.0.4] (vivi.daemonic.se [10.32.0.4]) by mail.daemonic.se (Postfix) with ESMTPSA id 3W6vb72HYfz9Ctq; Wed, 6 Jun 2012 17:54:43 +0200 (CEST) Message-ID: <4FCF7D48.40605@daemonic.se> Date: Wed, 06 Jun 2012 17:54:48 +0200 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: Beat Gaetzi References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@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: Wed, 06 Jun 2012 15:54:51 -0000 On 2012-06-06 17:48, Beat Gaetzi wrote: > 2012/6/6 Niclas Zeising : >> On 2012-06-06 09:55, Beat Gaetzi wrote: >>> beat 2012-06-06 07:55:46 UTC >>> >>> FreeBSD ports repository >>> >>> Modified files: >>> Mk bsd.gecko.mk >>> www/firefox Makefile distinfo pkg-descr >>> www/firefox/files patch-browser-app-Makefile.in >>> patch-browser-app-nsBrowserApp.cpp >>> patch-configure.in >>> patch-xpcom_base_nsStackWalk.cpp >>> Added files: >>> www/firefox/files patch-bugzilla-736961 >>> patch-gfx-ycbcr-Makefile.in >>> Log: >>> - Update Firefox to 13.0 >>> - Remove whitespace from pkg-descr >>> - Use GCC 4.6 to fix build on newer FreeBSD versions >>> - Use asm optimized YUV conversion and RGB scaling [1] >>> - Update required nspr version [2] >>> >> >> Thank you very much for doing this! >> I have one question though, would it be possible to add the dependency >> on gcc 4.6 only if base gcc is used. It is a very heavy dependency in >> terms of compile time, and usually not needed if clang is used. >> Regards! > > As far as I know Firefox doesn't build with clang. Or were you able to > build it with clang? > I received another report that Firefox still builds with the base GCC on > FreeBSD 8. I'm testing this currently and if it works I'll relax the GCC > 4.6 dependency on 8. > I have not tried this version, but I have firefox 10.0.2 compiled with clang running perfectly fine. Regards! -- Niclas