From owner-freebsd-ports@FreeBSD.ORG Thu Jun 19 15:36:58 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 55360106566B for ; Thu, 19 Jun 2008 15:36:58 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.159]) by mx1.freebsd.org (Postfix) with ESMTP id CDB758FC13 for ; Thu, 19 Jun 2008 15:36:57 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so468081fgb.35 for ; Thu, 19 Jun 2008 08:36:56 -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:mime-version:content-type:content-transfer-encoding :content-disposition; bh=kZwLmV0V6fT9s4v1M44gtYtP6qGRV93wC7albN+OJc4=; b=RXig7XZVYWQVfGyv086K1CxW5260lyC8DFHLZqEBZaW3oxv/aSsRgS0Q4nwGinl+Dv jyc1y+DoNQKU0yM/WKCnk1rAieZZXem+aDL528yN9M6af5qgPFnEZaktxGXkoY2kojJO REC6UgipOupDLu9DedXuBCxJM6PH3Rnfo5B/A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=r6RZACOzd3ST/xlh2hLfM6/EqvAFieJtZUpQmz0XSemCYWw8RfnKZZlfb5UvrMcG5T wQjFaLtsMW6VErpI1sne9pR6uLNU5WWdpDP4z861t8uHQYxLN0l7TdJpWTB6cV9qX7Eq 9lRM2jV5SUAFfXiWHaSCIkrcTbFinnM4C8cNU= Received: by 10.86.59.18 with SMTP id h18mr2303153fga.67.1213889816834; Thu, 19 Jun 2008 08:36:56 -0700 (PDT) Received: by 10.86.51.1 with HTTP; Thu, 19 Jun 2008 08:36:56 -0700 (PDT) Message-ID: <7d6fde3d0806190836u2f0f96d6i75b3fc1b4edd73b1@mail.gmail.com> Date: Thu, 19 Jun 2008 08:36:56 -0700 From: "Garrett Cooper" To: ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: 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 15:36:58 -0000 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'. Thanks, -Garrett