Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Aug 2001 22:51:42 -0400
From:      "Alexander N. Kabaev" <kan@mail.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        petef@databits.net
Subject:   ports/29491: Keys not working in cscope + patch
Message-ID:  <20010806225142.A13937@kan.dnsalias.net>

next in thread | raw e-mail | index | archive | help

>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:
<organization of PR author (multiple lines)>
>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




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