summaryrefslogtreecommitdiff
path: root/devel/cscope
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2000-04-20 07:06:29 +0000
committeritojun <itojun@pkgsrc.org>2000-04-20 07:06:29 +0000
commitf3d8b483937f6d1b244b6e2c4ecdc50d94c29b41 (patch)
tree23b515633af0a08984f0efb2ee05d99a1fb03b6e /devel/cscope
parent920c2a1cd88c9dcc06b12ad533ee531af40febea (diff)
downloadpkgsrc-f3d8b483937f6d1b244b6e2c4ecdc50d94c29b41.tar.gz
remove $Id$ in patch.
Diffstat (limited to 'devel/cscope')
-rw-r--r--devel/cscope/files/patch-sum4
-rw-r--r--devel/cscope/patches/patch-aa13
2 files changed, 6 insertions, 11 deletions
diff --git a/devel/cscope/files/patch-sum b/devel/cscope/files/patch-sum
index 3d459e76da8..722491f72f2 100644
--- a/devel/cscope/files/patch-sum
+++ b/devel/cscope/files/patch-sum
@@ -1,4 +1,4 @@
-$NetBSD: patch-sum,v 1.1.1.1 2000/04/20 07:03:54 itojun Exp $
+$NetBSD: patch-sum,v 1.2 2000/04/20 07:06:29 itojun Exp $
-MD5 (patch-aa) = 1d4777835c60b5bc173f5742b2b44882
+MD5 (patch-aa) = 28a04474addea2add1d4dcba6051fd6c
MD5 (patch-ab) = 0e72f5a165347ec7905048af27ec943b
diff --git a/devel/cscope/patches/patch-aa b/devel/cscope/patches/patch-aa
index d04d3a1834b..05130216645 100644
--- a/devel/cscope/patches/patch-aa
+++ b/devel/cscope/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1.1.1 2000/04/20 07:03:55 itojun Exp $
+$NetBSD: patch-aa,v 1.2 2000/04/20 07:06:30 itojun Exp $
Index: common/constants.h
===================================================================
RCS file: /cvsroot/cscope/cscope/common/constants.h,v
@@ -27,7 +27,7 @@ retrieving revision 1.1.1.1
diff -u -r1.1.1.1 display.c
--- common/display.c 2000/04/18 13:16:42 1.1.1.1
+++ common/display.c 2000/04/20 06:59:58
-@@ -43,6 +43,9 @@
+@@ -43,4 +43,7 @@
#endif
#include <curses.h> /* LINES, COLS */
#include <setjmp.h> /* jmp_buf */
@@ -35,8 +35,6 @@ diff -u -r1.1.1.1 display.c
+#include <errno.h>
+#endif
- static char const rcsid[] = "$Id: patch-aa,v 1.1.1.1 2000/04/20 07:03:55 itojun Exp $";
-
Index: common/exec.c
===================================================================
RCS file: /cvsroot/cscope/cscope/common/exec.c,v
@@ -44,7 +42,7 @@ retrieving revision 1.1.1.1
diff -u -r1.1.1.1 exec.c
--- common/exec.c 2000/04/18 13:16:42 1.1.1.1
+++ common/exec.c 2000/04/20 06:59:59
-@@ -37,7 +37,11 @@
+@@ -37,6 +37,10 @@
#include "global.h"
#include <stdarg.h>
@@ -55,7 +53,6 @@ diff -u -r1.1.1.1 exec.c
+#endif
#include <curses.h>
- static char const rcsid[] = "$Id: patch-aa,v 1.1.1.1 2000/04/20 07:03:55 itojun Exp $";
@@ -46,7 +50,9 @@
static SIGTYPE (*oldsighup)(); /* old value of hangup signal */
static SIGTYPE (*oldsigstp)();
@@ -110,7 +107,7 @@ retrieving revision 1.1.1.1
diff -u -r1.1.1.1 input.c
--- common/input.c 2000/04/18 13:16:43 1.1.1.1
+++ common/input.c 2000/04/20 06:59:59
-@@ -38,6 +38,9 @@
+@@ -38,4 +38,7 @@
#include "global.h"
#include <curses.h>
#include <setjmp.h> /* jmp_buf */
@@ -118,8 +115,6 @@ diff -u -r1.1.1.1 input.c
+#include <termios.h>
+#endif
- static char const rcsid[] = "$Id: patch-aa,v 1.1.1.1 2000/04/20 07:03:55 itojun Exp $";
-
Index: common/library.h
===================================================================
RCS file: /cvsroot/cscope/cscope/common/library.h,v