From owner-freebsd-questions Tue Dec 12 5:30:48 2000 From owner-freebsd-questions@FreeBSD.ORG Tue Dec 12 05:30:45 2000 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from gray.westgate.gr (gray.westgate.gr [212.205.119.66]) by hub.freebsd.org (Postfix) with ESMTP id 24FF737B404 for ; Tue, 12 Dec 2000 05:30:43 -0800 (PST) Received: (from charon@localhost) by gray.westgate.gr (8.11.1/8.11.1) id eBCDUi818601; Tue, 12 Dec 2000 15:30:44 +0200 (EET) Date: Tue, 12 Dec 2000 15:30:44 +0200 From: Giorgos Keramidas To: Grandpa Walrus Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Regarding Emacs port Message-ID: <20001212153044.B18511@gray.westgate.gr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from root@web-walrus.com on Tue, Dec 12, 2000 at 07:01:40AM -0600 X-PGP-Fingerprint: 3A 75 52 EB F1 58 56 0D - C5 B8 21 B6 1B 5E 4A C2 X-URL: http://students.ceid.upatras.gr/~keramida/index.html Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Dec 12, 2000 at 07:01:40AM -0600, Grandpa Walrus wrote: > Is there any particular reason why the Emacs port insists on trying to > build X11r6? I was of the impression Emacs worked in text mode just fine. > Or am I trying to build the wrong port? > > Any answers you have would be greatly appreciated. To have /usr/ports/editors/emacs20 build without using the X11 interface (yes, I know you might be surprised, but Emacs has an Xlib interface for quite some time), all you have to do is: # cd /usr/ports/editors/emacs20 # make WITHOUT_X11=yes all # make WITHOUT_X11=yes install and your Emacs port will not depend on, nor build, Xfree anymore. - giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message