From owner-freebsd-hackers@FreeBSD.ORG Thu Dec 10 15:24:27 2009 Return-Path: Delivered-To: freebsd-hackers@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83D1E1065672 for ; Thu, 10 Dec 2009 15:24:27 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from mout1.freenet.de (mout1.freenet.de [IPv6:2001:748:100:40::2:3]) by mx1.freebsd.org (Postfix) with ESMTP id 124188FC22 for ; Thu, 10 Dec 2009 15:24:27 +0000 (UTC) Received: from [195.4.92.22] (helo=12.mx.freenet.de) by mout1.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.70 #1) id 1NIksT-0006a5-Nh; Thu, 10 Dec 2009 16:24:25 +0100 Received: from p57ae296f.dip0.t-ipconnect.de ([87.174.41.111]:29227 helo=ernst.jennejohn.org) by 12.mx.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #94) id 1NIksT-00029v-HI; Thu, 10 Dec 2009 16:24:25 +0100 Date: Thu, 10 Dec 2009 16:24:24 +0100 From: Gary Jennejohn To: Ed Schouten Message-ID: <20091210162424.674e2db3@ernst.jennejohn.org> In-Reply-To: <20091210132554.GC64905@hoeg.nl> References: <86d42pjc1n.fsf@bifteki.lan> <20091209122532.2c55aa22@ernst.jennejohn.org> <86ws0w4c8e.fsf@ds4.des.no> <20091209123246.22b9ecc3@ernst.jennejohn.org> <20091210104430.1381356nnmx30okk@webmail.leidinger.net> <20091210124222.GA64905@hoeg.nl> <20091210135102.3434e5cf@ernst.jennejohn.org> <20091210125927.GB64905@hoeg.nl> <20091210132554.GC64905@hoeg.nl> X-Mailer: Claws Mail 3.7.3 (GTK+ 2.16.2; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@FreeBSD.org Subject: Re: [Patch] Updated termcap entries for xterm X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gary.jennejohn@freenet.de List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Dec 2009 15:24:27 -0000 On Thu, 10 Dec 2009 14:25:54 +0100 Ed Schouten wrote: > * Ed Schouten wrote: > > I just tried the patch, but when I run `make' in share/termcap, I get > > the following: > > > > | gzip -cn termcap.5 > termcap.5.gz > > | TERM=dumb TERMCAP=dumb: ex - /store/home/ed/projects/freebsd-head/share/termcap/termcap.src < /store/home/ed/projects/freebsd-head/share/termcap/reorder > > | script, 36: Pattern not found > > | script, 36: Ex command failed: pending commands discarded > > | *** Error code 1 > > | > > | Stop in /store/home/ed/projects/freebsd-head/share/termcap. > > The attached patch should bring the entries up-to-date. Unfortunately it > still seems the issue with Apple's Terminal.app is present, but that's > just Apple's fault. Because of that, I don't see a reason (yet) to MFC > this. > > Any testers, before I commit this patch to HEAD? > I tried it with a "real" xterm and mrxvt and see no regressions. However, I didn't try it with a VT as xterm. --- Gary Jennejohn