From owner-freebsd-questions@FreeBSD.ORG Mon Apr 30 05:28:06 2012 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EDFD3106564A; Mon, 30 Apr 2012 05:28:06 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from marvin.chruetertee.ch (marvin.chruetertee.ch [217.150.245.55]) by mx1.freebsd.org (Postfix) with ESMTP id 6230C8FC0A; Mon, 30 Apr 2012 05:28:06 +0000 (UTC) Received: from [192.168.1.100] (dynamic-94-247-222-245.catv.glattnet.ch [94.247.222.245]) (authenticated bits=0) by marvin.chruetertee.ch (8.14.4/8.14.3) with ESMTP id q3U5Rw0a006590 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES128-SHA bits=128 verify=NO); Mon, 30 Apr 2012 05:28:05 GMT (envelope-from beat@FreeBSD.org) Mime-Version: 1.0 (Apple Message framework v1257) Content-Type: text/plain; charset=iso-8859-1 From: =?iso-8859-1?Q?Beat_G=E4tzi?= In-Reply-To: Date: Mon, 30 Apr 2012 07:27:56 +0200 Content-Transfer-Encoding: 7bit Message-Id: <3665AA16-76F4-490B-BA9C-E881FCEFCF09@FreeBSD.org> References: To: Jong-Beom Kim X-Mailer: Apple Mail (2.1257) Cc: freebsd-questions@FreeBSD.org Subject: Re: firefox is marked as broken? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Apr 2012 05:28:07 -0000 On Apr 30, 2012, at 7:01 AM, Jong-Beom Kim wrote: > I have installed FreeBSD 9.0 last night and so far, so good except firefox > installation. > > it simply doesn't build with this message. > > # make install clean > ===> firefox-12.0,1 is marked as broken: does not build. > *** Error code 1 > > Stop in /usr/ports/www/firefox. > > is it just me or is firefox really broken currently? The PGO option is currently marked broken. Please run "make config" and deselect PGO. HTH, Beat