From owner-freebsd-questions@FreeBSD.ORG Tue Jun 18 23:34:11 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4A884738 for ; Tue, 18 Jun 2013 23:34:11 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-pb0-x22c.google.com (mail-pb0-x22c.google.com [IPv6:2607:f8b0:400e:c01::22c]) by mx1.freebsd.org (Postfix) with ESMTP id 29F931AA1 for ; Tue, 18 Jun 2013 23:34:11 +0000 (UTC) Received: by mail-pb0-f44.google.com with SMTP id uo1so4413492pbc.17 for ; Tue, 18 Jun 2013 16:34:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=BZ1b+tOBrnyixA1dF1HrEbppwzbfC8rXXaI9zCzVpOg=; b=dWyPrfZzZFrJ9/97sb6Mu8kAiVqa7XGS6LHVgJ+UCOq/xOKSgJrGZHD5813qEkfzHB ekbsOh3FgdkSQudtoGZfw4lBdZmmSDUCQVVyCJSIoky6e+YWmGga/UjIR7aM58wcDh5J qWtjVHwsad3i1eNzFK+AKhTiNmC85K+LahEl5S/Kr4SnOpk+u/ZnHIRlVrVk6xArGOR/ N+Wy28RkYlGMJQjiRtEQFaI1FFXDBknmCRmC8CzGFVVWWZjTEGLyzgCHA++waUdYT8XR i8vYI3UHmC1Aog1rmZxyhgT2wfIENmUchCWbVzTMw8UbbhWgKNGgBZghDjk/HZRnoKFz RdLQ== MIME-Version: 1.0 X-Received: by 10.66.136.76 with SMTP id py12mr3993629pab.192.1371598451013; Tue, 18 Jun 2013 16:34:11 -0700 (PDT) Received: by 10.70.31.195 with HTTP; Tue, 18 Jun 2013 16:34:10 -0700 (PDT) In-Reply-To: <201306181541.18094.ml@fuckaround.org> References: <201306181541.18094.ml@fuckaround.org> Date: Tue, 18 Jun 2013 18:34:10 -0500 Message-ID: Subject: Re: install firefox without X From: Adam Vande More To: ml@fuckaround.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jun 2013 23:34:11 -0000 On Tue, Jun 18, 2013 at 8:41 AM, Pol Hallen wrote: > Hi all :-) > > I need use -X ssh and use firefox on remote machine: > > ssh -X -l user xxx host > > Is there a way to install firefox without X? or less ports possible > On a clean machine, setting WITHOUT_X11=yes in /etc/make.conf then using ports to install firefox eg "portmaster www/firefox" is going to be the easiest way to get a minimal install. Then only required X11 components will be pulled in(assuming the port tree is in a good state). Obviously X11 cannot be eliminated entirely on the headless system try to forward X11 apps. There is a reason you have to type "ssh -X" -- Adam Vande More