From owner-freebsd-questions@FreeBSD.ORG Tue Jan 16 10:44:48 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 DEC7516A49E for ; Tue, 16 Jan 2007 10:44:48 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from smtp.utwente.nl (smtp1.utsp.utwente.nl [130.89.2.8]) by mx1.freebsd.org (Postfix) with ESMTP id 667C213C448 for ; Tue, 16 Jan 2007 10:44:48 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from nox.student.utwente.nl (nox.student.utwente.nl [130.89.165.91]) by smtp.utwente.nl (8.12.10/SuSE Linux 0.7) with ESMTP id l0GAiULr030860; Tue, 16 Jan 2007 11:44:30 +0100 From: Pieter de Goeje To: freebsd-questions@freebsd.org Date: Tue, 16 Jan 2007 11:44:30 +0100 User-Agent: KMail/1.9.5 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200701161144.30465.pieter@degoeje.nl> X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact helpdesk@ITBE.utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-From: pieter@degoeje.nl X-Spam-Status: No Cc: Christian Baer 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 10:44:49 -0000 On Saturday 13 January 2007 15:03, 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. > > Am I too thick to be getting the point here or have I missed something > not all that obvious? > > Don't think it matters but the Plattform is SPARC64 and the Version is > 6.1-RELEASE (no cvsup run yet). > > Regards > Chris > > [1] Both should actually do the same thing. Make sure you run 'make clean' in the port's dir before trying to rebuild the port after changing make.conf and/or make variables. Otherwise you'll end up building the port with stale data. - Pieter de Goeje