From owner-freebsd-questions@FreeBSD.ORG Tue Jan 16 12:20:46 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 D465B16A40F for ; Tue, 16 Jan 2007 12:20:46 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.freebsd.org (Postfix) with ESMTP id 6C49713C442 for ; Tue, 16 Jan 2007 12:20:46 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: by nf-out-0910.google.com with SMTP id k27so2364769nfc for ; Tue, 16 Jan 2007 04:20:45 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=V5gWQOorZASmXV4Sd9tSl2xwjYw5Jfm/j6FFm/SqL58eWvT5HnhyMlS5YMGPUsFuvSvHfS3U//RZtra//ZA6Ig8Uw9CLTXHwPtmFA/5COyXu5qxtmbT+MBZ5X+XP2sthJTrLlsGrRHoJr4NDWbwr00NshfT51Vxpq3RJHoP0cRI= Received: by 10.82.153.5 with SMTP id a5mr1036314bue.1168950044952; Tue, 16 Jan 2007 04:20:44 -0800 (PST) Received: by 10.78.29.12 with HTTP; Tue, 16 Jan 2007 04:20:44 -0800 (PST) Message-ID: Date: Tue, 16 Jan 2007 13:20:44 +0100 From: "Niclas Zeising" To: "Christian Baer" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: 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 12:20:46 -0000 On 1/13/07, 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 I'm not entierly sure, but i think you have to provide -DWITHOUT_X11, no space between D and the rest. That's how i specify make options anyway. AS others suggested, if you never intend to run a X11-server, setting WITHOUT_X11=yes in make.conf is propablyu better, then you don't have to worry at all about X being installed if there is a option not to. HTH! //Niclas