From owner-freebsd-questions Thu Mar 23 11:50:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc2.on.home.com (ha1.rdc2.on.home.com [24.9.0.15]) by hub.freebsd.org (Postfix) with ESMTP id D030637C199 for ; Thu, 23 Mar 2000 11:50:47 -0800 (PST) (envelope-from street@iname.com) Received: from mired.eh.local ([24.64.136.188]) by mail.rdc2.on.home.com (InterMail v4.01.01.07 201-229-111-110) with ESMTP id <20000323195042.QZJ12504.mail.rdc2.on.home.com@mired.eh.local>; Thu, 23 Mar 2000 11:50:42 -0800 Received: (from kws@localhost) by mired.eh.local (8.9.3/8.9.3) id OAA69348; Thu, 23 Mar 2000 14:50:40 -0500 (EST) (envelope-from kws) From: Kevin Street MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14554.30096.454366.998773@mired.eh.local> Date: Thu, 23 Mar 2000 14:50:40 -0500 (EST) To: Alex Baram Cc: questions@FreeBSD.org Subject: Re: console/emacs-19.34 problem on 4.0-RELEASE In-Reply-To: References: <87k8iw7x6n.fsf@mired.eh.local> X-Mailer: VM 6.71 under 21.1 (patch 9) "Canyonlands" XEmacs Lucid Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alex Baram writes: >On 21 Mar 2000, Kevin Street wrote: > >: Alex Baram writes: >: >: > Emacs from /usr/ports/editors/emacs on 4.0-RELEASE fails to >: > properly initialize the console. Other apps that are linked against the >: > same version of curses work fine. Here are the relevant specs: >[...] >: Try Emacs 20.6.1 in /usr/ports/editors/emacs20 >: The emacs 20 port was patched a while ago to fix this problem, but it >: looks like the emacs 19 port was not updated with a similar fix. >: > Thanks. Would you know what the fix is? I think so. Try putting the following patch into a file (eg. patch-ks) in /usr/ports/editors/emacs/patches and then make clean and make all install again. Here's the patch file. --- src/Makefile.in.orig Sat May 18 16:12:39 1996 +++ src/Makefile.in Thu Mar 23 14:30:43 2000 @@ -523,7 +523,7 @@ #define LIBS_TERMCAP termcapobj = termcap.o tparam.o #else /* LIBS_TERMCAP */ -termcapobj = tparam.o +termcapobj = terminfo.o #endif /* LIBS_TERMCAP */ #endif /* ! defined (TERMINFO) */ -- Kevin Street street@iname.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message