From owner-freebsd-questions@FreeBSD.ORG Thu Jan 5 12:39:34 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1DB28106564A for ; Thu, 5 Jan 2012 12:39:34 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by mx1.freebsd.org (Postfix) with ESMTP id 992798FC0A for ; Thu, 5 Jan 2012 12:39:33 +0000 (UTC) Received: by wibhr1 with SMTP id hr1so468551wib.13 for ; Thu, 05 Jan 2012 04:39:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; bh=R0BNOOh/XUEwUltXp+GaOFjWV9SDaNJrciwCogsJwD4=; b=gLVJBN2f85MxXEfRK4p6hyuev2nilygCFZ8iXVWhMrvJ5Kx7+8gcD9IavLHolp3Zno +dNjtjFY1NAd9uOKRGfwF3qO87ZK0zNRIWDYHIIwnvxB9CCEDo41HdsbIS+9CFIO3+Kv Jmf8qqpSXmKOOdyoIcbph6WuRY+3iY8mru8NA= Received: by 10.181.12.43 with SMTP id en11mr3774351wid.6.1325767172425; Thu, 05 Jan 2012 04:39:32 -0800 (PST) Received: from gumby.homeunix.com (87-194-105-247.bethere.co.uk. [87.194.105.247]) by mx.google.com with ESMTPS id p2sm64211121wbh.22.2012.01.05.04.39.27 (version=SSLv3 cipher=OTHER); Thu, 05 Jan 2012 04:39:27 -0800 (PST) Date: Thu, 5 Jan 2012 12:39:25 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20120105123925.3a66b0e3@gumby.homeunix.com> In-Reply-To: <20120105122928.3fb9fb76.freebsd@edvax.de> References: <201201041259.q04CxBDW054176@fire.js.berklix.net> <20120104221833.61192fed@gumby.homeunix.com> <20120105122928.3fb9fb76.freebsd@edvax.de> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Browser 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: Thu, 05 Jan 2012 12:39:34 -0000 On Thu, 5 Jan 2012 12:29:28 +0100 Polytropon wrote: > Well, last time I tried to compile one of Firefox's > recent versions from ports, it demanded to have > access to X during the "make" stage. That was the > point I decided _not_ to continue (as the system > in question didn't have X). Maybe I did something > wrong, maybe I should have dealt with building > options more carefully. You turned-on Profile-Guided Optimization, which is off by default. > But anyway, you type "make" > and the intended web browser wants to access X? > From within a UID=0 session? Hmmm... pre-extract: .if defined(WITH_PGO) @${ECHO} "*****************************************************************" @${ECHO} "**************************** attention **************************" @${ECHO} "*****************************************************************" @${ECHO} "To build Firefox with PGO support you need a running X server and" @${ECHO} " build this port with an user who could access the X server! " @${ECHO} "" @${ECHO} "During the build a Firefox instance will start and run some test." @${ECHO} " Do not interrupt or close Firefox during this tests! " @${ECHO} "*****************************************************************" @sleep 10 .endif