From owner-freebsd-questions@FreeBSD.ORG Tue Jan 16 00:51:26 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 8A32D16A417 for ; Tue, 16 Jan 2007 00:51:26 +0000 (UTC) (envelope-from reuben-freebsd-questions@reub.net) Received: from tornado.reub.net (tornado.reub.net [210.185.126.1]) by mx1.freebsd.org (Postfix) with ESMTP id 47B3213C468 for ; Tue, 16 Jan 2007 00:51:26 +0000 (UTC) (envelope-from reuben-freebsd-questions@reub.net) Received: from [192.168.10.20] (typhoon.reub.net [192.168.10.20]) by tornado.reub.net (Postfix) with ESMTP id 639255DBC; Tue, 16 Jan 2007 11:33:34 +1100 (EST) Message-ID: <45AC1D63.1050907@reub.net> Date: Tue, 16 Jan 2007 11:33:39 +1100 From: Reuben Farrelly User-Agent: Thunderbird 2.0b1 (Windows/20070114) MIME-Version: 1.0 To: Christian Baer References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Compiling mtr without GUI 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: Tue, 16 Jan 2007 00:51:26 -0000 On 14/01/2007 1:03 AM, Christian Baer wrote: > Hi there Peeps! > > Somehow the mtr-port is bugging me a little. I want to install mtr on a > machine with no keyboard and no monitor and thus no X - and I'd like to > keep it that way. Since I couldn't find a package of mtr without the > GUI, I guess, I'm stuck with the port. > > I've looked at the makefile and found the variable WITHOUT_X11. However, > a 'make -D WITHOUT_X11' and a 'make WITHOUT_X11=1' both[1] result in X.org > being downloaded and built. Now I am no real expert on makefiles but > AFAIK in this case it shouldn't matter, what value WITHOUT_X11 has, as > long as it is set at all. If you've no X and no intention to build anything with X support, then in /etc/make.conf put this: WITHOUT_X11=yes You'll then get an mtr with no X support (I know, I've just built it from ports this morning on a non X server - it was dead easy) reuben