From owner-freebsd-questions@FreeBSD.ORG Sat Aug 14 09:21:19 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3304416A4CE for ; Sat, 14 Aug 2004 09:21:19 +0000 (GMT) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B36243D46 for ; Sat, 14 Aug 2004 09:21:17 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a192.otenet.gr [212.205.215.192]) i7E9Kx1l022086; Sat, 14 Aug 2004 12:21:06 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.1/8.13.1) with ESMTP id i7E9Js3J001822; Sat, 14 Aug 2004 12:19:54 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.1/8.13.1/Submit) id i7E9JrjD001821; Sat, 14 Aug 2004 12:19:53 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sat, 14 Aug 2004 12:19:52 +0300 From: Giorgos Keramidas To: "Kevin D. Kinsey, DaleCo, S.P." Message-ID: <20040814091952.GA1616@gothmog.gr> References: <20040814033546.13866.qmail@web53407.mail.yahoo.com> <411D99D2.6020508@daleco.biz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <411D99D2.6020508@daleco.biz> cc: freebsd-questions@freebsd.org cc: Your Name Subject: Re: Updating Emacs without installing X? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Aug 2004 09:21:19 -0000 On 2004-08-13 23:49, "Kevin D. Kinsey, DaleCo, S.P." wrote: > Your Name wrote: > > First i want to upgrade Emacs from an older version, but when i try > > to do this from ports it starts trying to install a whole bunch of X > > stuff. > > Emacs requires XFree libraries, and I think imake, in order to build > and run. That's not true. Emacs can be built without X11 support if necessary: $ ldd `which emacs` /usr/local/bin/emacs: libutil.so.4 => /lib/libutil.so.4 (0x28168000) libncurses.so.5 => /lib/libncurses.so.5 (0x28174000) libm.so.2 => /lib/libm.so.2 (0x281b3000) libc.so.5 => /lib/libc.so.5 (0x281cd000) $ This version of Emacs has been built from the ports. I've used WITHOUT_X11 on the command line to force Emacs to build without any X11 support. Giorgos