From owner-freebsd-ports@FreeBSD.ORG Fri Jun 20 01:57:32 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B944A1065678 for ; Fri, 20 Jun 2008 01:57:32 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by mx1.freebsd.org (Postfix) with ESMTP id 408978FC29 for ; Fri, 20 Jun 2008 01:57:31 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so604175fgb.35 for ; Thu, 19 Jun 2008 18:57:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=AiYs8TJGFmT+PMsKvA14Q+UXS060x+hZtOg0pd3VxaE=; b=DoFMGQnIUJo05W1kc3vr8YKEaK02w/mb96aKxd1ePjogSc805vivHB2Ti4F5QlXhXn kY/yXlyprFKJrmAq3YXU+k+uHgKR8pkTr352PMpx/GxASmacMyj63Jn1ATjdfLhmUm24 bg+iqwN0o53ggSP+UG+F802wvjESIAV4dG6Co= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=hHN/QKfIFvknGJ1mYhYJVnH2nmf9Jw83ttM6ODoiz6zV+MM2KoAyDDKdOMblYfDrB3 hk+gBP7BP2HWirc3XBq4frqhin9U8Y4bPP/Et4HHeWXLANYiLJZ1lWgLy2qvmsJwp561 cBlf3gpATXmnZdVqsgm1TI6KulinDEGttqOLU= Received: by 10.86.28.2 with SMTP id b2mr3131833fgb.10.1213927051270; Thu, 19 Jun 2008 18:57:31 -0700 (PDT) Received: by 10.86.51.1 with HTTP; Thu, 19 Jun 2008 18:57:31 -0700 (PDT) Message-ID: <7d6fde3d0806191857t7dc65d5dkb7f24c776b925f32@mail.gmail.com> Date: Thu, 19 Jun 2008 18:57:31 -0700 From: "Garrett Cooper" To: gary.jennejohn@freenet.de In-Reply-To: <20080619191156.00e517f6@peedub.jennejohn.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7d6fde3d0806190836u2f0f96d6i75b3fc1b4edd73b1@mail.gmail.com> <20080619191156.00e517f6@peedub.jennejohn.org> Cc: ports@freebsd.org 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: Fri, 20 Jun 2008 01:57:32 -0000 On Thu, Jun 19, 2008 at 10:11 AM, Gary Jennejohn wrote: > 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? >> 2. Is it already documented in a manpage somewhere? It isn't >> documented in `man make.conf'. >> > > It's documented in src.conf(5) that it only applies to the FreeBSD > source tree, which does not include the ports tree. Only make.conf > is globally applicable. Thanks for the replies. Just thought I'd check :). Should a /etc/{pkg,ports}.conf file be created to help segregate setting these variables, or is this already done somewhere else (pkgtools.conf)? Thanks, -Garrett