Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Mar 2000 14:50:40 -0500 (EST)
From:      Kevin Street <street@iname.com>
To:        Alex Baram <baram@HOME.NET>
Cc:        questions@FreeBSD.org
Subject:   Re: console/emacs-19.34 problem on 4.0-RELEASE
Message-ID:  <14554.30096.454366.998773@mired.eh.local>
In-Reply-To: <Pine.BSF.4.21.0003230810320.1907-100000@c74763-a.aurora1.co.home.com>
References:  <87k8iw7x6n.fsf@mired.eh.local> <Pine.BSF.4.21.0003230810320.1907-100000@c74763-a.aurora1.co.home.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Alex Baram writes:
>On 21 Mar 2000, Kevin Street wrote:
>
>: Alex Baram <baram@HOME.NET> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14554.30096.454366.998773>