diff options
author | hubertf <hubertf> | 2000-05-14 00:18:55 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-05-14 00:18:55 +0000 |
commit | 0af25c52ff49dcf58a53cc7daf40bd8dcbf783fa (patch) | |
tree | c806b2bddbf9bc0d08e65a28c8a5bbfe92189727 /devel/cscope/patches | |
parent | fc2bd70b0211aa3f6638dea18f84b2025f72fd7a (diff) | |
download | pkgsrc-0af25c52ff49dcf58a53cc7daf40bd8dcbf783fa.tar.gz |
Fix some of the patches - some RCS IDs did sneak in!
Need a smarter pkgdiff...!
- Hubert
Diffstat (limited to 'devel/cscope/patches')
-rw-r--r-- | devel/cscope/patches/patch-ab | 19 | ||||
-rw-r--r-- | devel/cscope/patches/patch-ac | 15 | ||||
-rw-r--r-- | devel/cscope/patches/patch-af | 13 |
3 files changed, 14 insertions, 33 deletions
diff --git a/devel/cscope/patches/patch-ab b/devel/cscope/patches/patch-ab index 10438ca3731..9f3e7fd9bcf 100644 --- a/devel/cscope/patches/patch-ab +++ b/devel/cscope/patches/patch-ab @@ -1,23 +1,14 @@ -$NetBSD: patch-ab,v 1.2 2000/05/04 01:33:06 hubertf Exp $ +$NetBSD: patch-ab,v 1.3 2000/05/14 00:18:55 hubertf Exp $ -diff -x *.orig -urN ./common/display.c /disk1/cvs/pkgsrc/devel/cscope/work.i386.unpatched/cscope-13.0/common/display.c ---- ./common/display.c Tue Apr 18 03:39:04 2000 -+++ /disk1/cvs/pkgsrc/devel/cscope/work.i386.unpatched/cscope-13.0/common/display.c Thu May 4 03:24:28 2000 -@@ -43,6 +43,9 @@ - #endif - #include <curses.h> /* LINES, COLS */ +--- common/display.c.orig Tue Apr 18 03:39:04 2000 ++++ common/display.c Sun May 14 01:05:37 2000 +@@ -45,2 +45,5 @@ #include <setjmp.h> /* jmp_buf */ +#ifdef __NetBSD__ +#include <errno.h> +#endif - static char const rcsid[] = "$Id: patch-ab,v 1.2 2000/05/04 01:33:06 hubertf Exp $"; - -@@ -515,7 +518,6 @@ - static long start; - long now; +@@ -517,3 +520,2 @@ char msg[MSGLEN + 1]; - long time(); - /* save the start time */ - if (searchcount == 0) { diff --git a/devel/cscope/patches/patch-ac b/devel/cscope/patches/patch-ac index d5becc114c6..f1522abba35 100644 --- a/devel/cscope/patches/patch-ac +++ b/devel/cscope/patches/patch-ac @@ -1,10 +1,8 @@ -$NetBSD: patch-ac,v 1.2 2000/05/04 01:33:07 hubertf Exp $ +$NetBSD: patch-ac,v 1.3 2000/05/14 00:18:56 hubertf Exp $ -diff -x *.orig -urN ./common/exec.c /disk1/cvs/pkgsrc/devel/cscope/work.i386.unpatched/cscope-13.0/common/exec.c ---- ./common/exec.c Tue Apr 18 03:39:45 2000 -+++ /disk1/cvs/pkgsrc/devel/cscope/work.i386.unpatched/cscope-13.0/common/exec.c Thu May 4 03:24:27 2000 -@@ -37,7 +37,11 @@ - +--- common/exec.c.orig Tue Apr 18 03:39:45 2000 ++++ common/exec.c Sun May 14 01:08:16 2000 +@@ -38,5 +38,9 @@ #include "global.h" #include <stdarg.h> +#ifdef __NetBSD__ @@ -14,9 +12,7 @@ diff -x *.orig -urN ./common/exec.c /disk1/cvs/pkgsrc/devel/cscope/work.i386.unp +#endif #include <curses.h> - static char const rcsid[] = "$Id: patch-ac,v 1.2 2000/05/04 01:33:07 hubertf Exp $"; -@@ -46,7 +50,9 @@ - static SIGTYPE (*oldsighup)(); /* old value of hangup signal */ +@@ -47,5 +51,7 @@ static SIGTYPE (*oldsigstp)(); +#ifndef __NetBSD__ @@ -24,4 +20,3 @@ diff -x *.orig -urN ./common/exec.c /disk1/cvs/pkgsrc/devel/cscope/work.i386.unp +#endif static int join(), myexecvp(); static pid_t myfork(); - diff --git a/devel/cscope/patches/patch-af b/devel/cscope/patches/patch-af index cf505c62828..12475efa55e 100644 --- a/devel/cscope/patches/patch-af +++ b/devel/cscope/patches/patch-af @@ -1,15 +1,10 @@ -$NetBSD: patch-af,v 1.1 2000/05/04 01:33:07 hubertf Exp $ +$NetBSD: patch-af,v 1.2 2000/05/14 00:18:56 hubertf Exp $ -diff -x *.orig -urN ./common/input.c /disk1/cvs/pkgsrc/devel/cscope/work.i386.unpatched/cscope-13.0/common/input.c ---- ./common/input.c Tue Apr 18 03:40:44 2000 -+++ /disk1/cvs/pkgsrc/devel/cscope/work.i386.unpatched/cscope-13.0/common/input.c Thu May 4 03:24:27 2000 -@@ -38,6 +38,9 @@ - #include "global.h" - #include <curses.h> +--- common/input.c.orig Tue Apr 18 03:40:44 2000 ++++ common/input.c Sun May 14 01:09:36 2000 +@@ -40,2 +40,5 @@ #include <setjmp.h> /* jmp_buf */ +#ifdef __NetBSD__ +#include <termios.h> +#endif - static char const rcsid[] = "$Id: patch-af,v 1.1 2000/05/04 01:33:07 hubertf Exp $"; - |