Date: Sat, 17 Jan 2009 19:23:42 +0100 (CET) From: Christoph Moench-Tegeder <cmt@burggraben.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/130656: x11/xterm xterm-238 has regression in handling special (cursor etc.) keys Message-ID: <20090117182342.E08E956420@elch.haidundneu23.net> Resent-Message-ID: <200901171900.n0HJ04px005761@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 130656 >Category: ports >Synopsis: x11/xterm xterm-238 has regression in handling special (cursor etc.) keys >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jan 17 19:00:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Christoph Moench-Tegeder >Release: FreeBSD 7.1-RELEASE-p2 amd64 >Organization: >Environment: System: FreeBSD elch.haidundneu23.net 7.1-RELEASE-p2 FreeBSD 7.1-RELEASE-p2 #17: Wed Jan 14 19:21:27 CET 2009 cmt@elch.haidundneu23.net:/usr/obj/usr/src/sys/CMT amd64 xterm-238 >Description: After update to xterm-238, cursor keys, PgUp, PgDn and suchlike did not work as expected: denending on the key in question, there was no response at all or skipping whole words on cursor left/right. See Debian bug 511138 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=511138 for another instance of this. >How-To-Repeat: According to the xterm changelog, this is a problen on 64bit machines only. >Fix: Thomas Dickey has since released xterm-239 which fixed the problem for me (and on Debian). The patch below updates the port x11/xterm to version 239 diff -Nru x11/xterm.orig/Makefile x11/xterm/Makefile --- x11/xterm.orig/Makefile 2009-01-10 14:23:46.000000000 +0100 +++ x11/xterm/Makefile 2009-01-17 19:08:46.000000000 +0100 @@ -6,7 +6,7 @@ # PORTNAME= xterm -PORTVERSION= 238 +PORTVERSION= 239 CATEGORIES= x11 MASTER_SITES= ftp://invisible-island.net/xterm/ \ http://voodoo.bawue.com/download/ diff -Nru x11/xterm.orig/distinfo x11/xterm/distinfo --- x11/xterm.orig/distinfo 2009-01-06 10:09:58.000000000 +0100 +++ x11/xterm/distinfo 2009-01-17 19:08:58.000000000 +0100 @@ -1,3 +1,3 @@ -MD5 (xterm-238.tgz) = 754f670723eb9a20f9f90d7c5f4a5bad -SHA256 (xterm-238.tgz) = 07957a677c8b8bb33d1aa2b14b3596386cbbf0bba658aeadf6476488bf297f8b -SIZE (xterm-238.tgz) = 862288 +MD5 (xterm-239.tgz) = c1cb234bd2e7144cf5894f9fc2cc72ff +SHA256 (xterm-239.tgz) = 10407c01022a44b14a5dfe5178045332c9dc80004ffa5cf39a9230875951a5a9 +SIZE (xterm-239.tgz) = 862405 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090117182342.E08E956420>