From owner-freebsd-questions Thu Mar 23 15:35:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from c74763-a.aurora1.co.home.com (c74763-a.aurora1.co.home.com [24.4.230.109]) by hub.freebsd.org (Postfix) with ESMTP id 9AFE337C55D for ; Thu, 23 Mar 2000 15:35:48 -0800 (PST) (envelope-from baram@home.net) Received: from localhost (alex@localhost) by c74763-a.aurora1.co.home.com (8.9.3/8.9.3) with ESMTP id QAA11284; Thu, 23 Mar 2000 16:35:30 -0700 (MST) (envelope-from baram@home.net) Date: Thu, 23 Mar 2000 16:35:29 -0700 (MST) From: Alex Baram X-Sender: alex@c74763-a.aurora1.co.home.com To: Kevin Street Cc: questions@FreeBSD.ORG Subject: Re: console/emacs-19.34 problem on 4.0-RELEASE In-Reply-To: <14554.30096.454366.998773@mired.eh.local> Message-ID: X-Operating-System: FreeBSD 4.0-STABLE #1 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This patch solved the termcap problem. Thanks again! On Thu, 23 Mar 2000, Kevin Street wrote: : > : >: Alex Baram writes: : >: : >: > Emacs from /usr/ports/editors/emacs on 4.0-RELEASE fails to : >: > properly initialize the console. : >[...] : : 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) */ : : -- Why are we here? (Score:0) by Anonymous Coward on Friday February 11, @07:41PM EST ([198]#332) We are here because we can't be anywhere else. If we were somewhere else, we would still say, "We are here." -- http://slashdot.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message