summaryrefslogtreecommitdiff
path: root/devel/cscope
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2001-08-21 15:05:11 +0000
committerPeter Pentchev <roam@FreeBSD.org>2001-08-21 15:05:11 +0000
commit76951925331fa5f4a630d86b6eef3a333370d83b (patch)
tree45c56993eea060a769aa8b4e19255b3f8cddfc7f /devel/cscope
parent- Refrain from installing another copy of the GNU LGPL, in accordance with (diff)
Fix handling of the arrow keys.
PR: 29491 Submitted by: "Alexander N. Kabaev" <ak03@gte.com> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=46595
Diffstat (limited to 'devel/cscope')
-rw-r--r--devel/cscope/Makefile1
-rw-r--r--devel/cscope/files/patch-aa13
2 files changed, 12 insertions, 2 deletions
diff --git a/devel/cscope/Makefile b/devel/cscope/Makefile
index 9280466f9b26..ba753bbea2f3 100644
--- a/devel/cscope/Makefile
+++ b/devel/cscope/Makefile
@@ -8,6 +8,7 @@
PORTNAME= cscope
PORTVERSION= 15.3
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/devel/cscope/files/patch-aa b/devel/cscope/files/patch-aa
index 0a8d3170e1dd..ede70b9da81d 100644
--- a/devel/cscope/files/patch-aa
+++ b/devel/cscope/files/patch-aa
@@ -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