From owner-freebsd-ports Mon Aug 6 20: 0:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DE70537B403 for ; Mon, 6 Aug 2001 20:00:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77305v44911; Mon, 6 Aug 2001 20:00:05 -0700 (PDT) (envelope-from gnats) Received: from mx4.mail.ru (mx4.port.ru [194.67.57.14]) by hub.freebsd.org (Postfix) with ESMTP id C904437B405 for ; Mon, 6 Aug 2001 19:51:50 -0700 (PDT) (envelope-from kabaev@mail.ru) Received: from adsl-141-154-17-173.bostma.adsl.bellatlantic.net ([141.154.17.173] helo=kan.dnsalias.net) by mx4.mail.ru with esmtp (Exim 3.14 #1) id 15TwyC-000JRZ-00; Tue, 07 Aug 2001 06:51:49 +0400 Received: (from kan@localhost) by kan.dnsalias.net (8.11.4/8.11.4) id f772pgI14032; Mon, 6 Aug 2001 22:51:42 -0400 (EDT) (envelope-from kan) Message-Id: <20010806225142.A13937@kan.dnsalias.net> Date: Mon, 6 Aug 2001 22:51:42 -0400 From: "Alexander N. Kabaev" Reply-To: "Alexander N. Kabaev" To: FreeBSD-gnats-submit@freebsd.org Cc: petef@databits.net X-Send-Pr-Version: 3.113 Subject: ports/29491: Keys not working in cscope + patch Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29491 >Category: ports >Synopsis: Keys not working in cscope + patch >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Aug 06 20:00:05 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Alexander N. Kabaev >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD kan.dnsalias.net 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Sat Jul 21 23:05:49 EDT 2001 root@kan.dnsalias.net:/usr/src/sys/i386/compile/KAN i386 >Description: After cscope has been updated from 15.1, end, home, up and left keys do not work anymore. Attached patch fixes that. >How-To-Repeat: Run cscope >Fix: Index: files/patch-aa =================================================================== RCS file: /home/ncvs/ports/devel/cscope/files/patch-aa,v retrieving revision 1.1 diff -u -r1.1 patch-aa --- files/patch-aa 2001/02/26 03:45:31 1.1 +++ files/patch-aa 2001/08/07 02:35:58 @@ -1,5 +1,5 @@ ---- src/constants.h.orig Sun Feb 25 14:40:57 2001 -+++ src/constants.h Sun Feb 25 14:41:08 2001 +--- src/constants.h.orig Fri Jun 1 08:43:24 2001 ++++ src/constants.h Mon Aug 6 22:35:45 2001 @@ -43,7 +43,7 @@ /* database output macros that update its offset */ @@ -9,3 +9,12 @@ #define dbfputs(s) (dboffset += strlen(s), fputs(s, newrefs)) #else #define dbfputs(s) (dboffset += fputs(s, newrefs)) +@@ -98,7 +98,7 @@ + #define INCLUDES 8 + #define FIELDS 9 + +-#if (BSD || V9) && !__NetBSD__ ++#if (BSD || V9) && !__NetBSD__ && !__FreeBSD__ + #define TERMINFO 0 /* no terminfo curses */ + #else + #define TERMINFO 1 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message