From owner-freebsd-ports@FreeBSD.ORG Thu Jun 19 16:06:33 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 493721065676 for ; Thu, 19 Jun 2008 16:06:33 +0000 (UTC) (envelope-from fbsd06+XB=685016ce@mlists.homeunix.com) Received: from fallback-in1.mxes.net (fallback-out1.mxes.net [216.86.168.190]) by mx1.freebsd.org (Postfix) with ESMTP id 0D7BC8FC1D for ; Thu, 19 Jun 2008 16:06:33 +0000 (UTC) (envelope-from fbsd06+XB=685016ce@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by fallback-in1.mxes.net (Postfix) with ESMTP id 5149616469F for ; Thu, 19 Jun 2008 11:50:41 -0400 (EDT) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 676C923E405 for ; Thu, 19 Jun 2008 11:50:39 -0400 (EDT) Date: Thu, 19 Jun 2008 16:50:36 +0100 From: RW To: freebsd-ports@freebsd.org Message-ID: <20080619165036.0284cf85@gumby.homeunix.com.> In-Reply-To: <7d6fde3d0806190836u2f0f96d6i75b3fc1b4edd73b1@mail.gmail.com> References: <7d6fde3d0806190836u2f0f96d6i75b3fc1b4edd73b1@mail.gmail.com> X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Who should honor WITHOUT_X11? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jun 2008 16:06:33 -0000 On Thu, 19 Jun 2008 08:36:56 -0700 "Garrett Cooper" wrote: > Trying to build dbus recently on my system without X11 installed, I > ran into a few compile issues because I had put WITHOUT_X11=yes into > src.conf. However, I put WITHOUT_X11=yes into make.conf and was able > to compile dbus properly (in the end). > > So, my questions are: > 1. Should make.conf be responsible for the WITHOUT_X11 or should > another file be responsible for it? src.conf is for the base-system only. X11 is not in the base-system, so nothing in the base-system will be affected by WITHOUT_X11. You put it in make.conf, or any other place where you configure for ports.