From owner-freebsd-questions@FreeBSD.ORG Sun Jul 24 19:37:31 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 071AC106566C for ; Sun, 24 Jul 2011 19:37:31 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 67D248FC0A for ; Sun, 24 Jul 2011 19:37:30 +0000 (UTC) Received: by wwe6 with SMTP id 6so3407424wwe.31 for ; Sun, 24 Jul 2011 12:37:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; bh=5SfphChvZeE2EYEiVSJYOKpLZTTLpbrcA8Z+Ecp2QgA=; b=AJcPMp+PoIbaHKTqKw1cFGptCG6sv7NJOoL+sWMN6UI0gXwTV6vP3JOSOlpAUi4JTl GwEOYz5XPtYM+xbU2iG7SNeSE69w247n7gmNhBm+S02LfjINDx6Y9Od0WmX9hM6BJmTh sSk9PFqeb5ir0Z84awWk1zj0OV5FxgmjOQ378= Received: by 10.227.37.17 with SMTP id v17mr3183956wbd.61.1311536249195; Sun, 24 Jul 2011 12:37:29 -0700 (PDT) Received: from gumby.homeunix.com (87-194-105-247.bethere.co.uk [87.194.105.247]) by mx.google.com with ESMTPS id o19sm3720181wbh.9.2011.07.24.12.37.25 (version=SSLv3 cipher=OTHER); Sun, 24 Jul 2011 12:37:28 -0700 (PDT) Date: Sun, 24 Jul 2011 20:37:17 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20110724203717.6bcb15b3@gumby.homeunix.com> In-Reply-To: <4E2BF0BB.9040308@nagual.nl> References: <4E2BF0BB.9040308@nagual.nl> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.1; amd64-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ashish@FreeBSD.org Subject: Re: emacs-nox11 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: Sun, 24 Jul 2011 19:37:31 -0000 On Sun, 24 Jul 2011 12:15:23 +0200 Dick Hoogendijk wrote: > I want a plain console version of emacs installed on my freebsd-8.2 > system. So I chose the editors/emacs-nox11 port, but I get an option > screen with a lot of options set to 'on' for which I get the feeling > they are X related. I.e. Freetype, Jpeg, Gif, GConf en lots of > others. So, I'm confused and would very much like to know *which* of > those options have to be turned on for a plaun console version of > emacs. Hope to get some help. It actually doesn't matter what options you set. The emacs-nox11 slave port sets WITHOUT_X11 and _OPTIONS_OK; the former causes the menu settings to be ignored and the latter prevents the option menu from coming-up during a build. IMO, rather than setting _OPTIONS_OK in the slave port, it would be better to make the the assignment of the OPTIONS variable conditional in the master port.