diff options
Diffstat (limited to 'misc/cksfv/patches')
-rw-r--r-- | misc/cksfv/patches/patch-aa | 12 | ||||
-rw-r--r-- | misc/cksfv/patches/patch-ab | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/misc/cksfv/patches/patch-aa b/misc/cksfv/patches/patch-aa index 7584d518694..0a0667e4098 100644 --- a/misc/cksfv/patches/patch-aa +++ b/misc/cksfv/patches/patch-aa @@ -1,9 +1,9 @@ -$NetBSD: patch-aa,v 1.2 2001/02/28 15:44:16 wiz Exp $ +$NetBSD: patch-aa,v 1.3 2002/01/31 22:17:42 dillo Exp $ ---- Makefile.orig Wed Feb 28 15:10:37 2001 -+++ Makefile Wed Feb 28 15:11:02 2001 -@@ -19,13 +19,13 @@ - VERSION="1.2" +--- Makefile.orig Fri Jul 6 08:33:08 2001 ++++ Makefile +@@ -20,13 +20,13 @@ + WEBSITE=/var/www/html/cksfv/ all: - cd src && gmake VERSION=$(VERSION) @@ -19,7 +19,7 @@ $NetBSD: patch-aa,v 1.2 2001/02/28 15:44:16 wiz Exp $ rm -rf ~/cksfv-$(VERSION) \ && cp -r . ~/cksfv-$(VERSION) && cd ~ && rm -rf cksfv-$(VERSION)/CVS \ && rm -rf cksfv-$(VERSION)/src/CVS \ -@@ -55,4 +55,4 @@ +@@ -57,4 +57,4 @@ clean: rm -f *.o *~ *.core core rm -f rpm/*.o rpm/*~ rpm/*.core rpm/core diff --git a/misc/cksfv/patches/patch-ab b/misc/cksfv/patches/patch-ab index 8eb2fa3e244..363fc46dcfb 100644 --- a/misc/cksfv/patches/patch-ab +++ b/misc/cksfv/patches/patch-ab @@ -1,17 +1,17 @@ -$NetBSD: patch-ab,v 1.1 2001/02/28 15:44:16 wiz Exp $ +$NetBSD: patch-ab,v 1.2 2002/01/31 22:17:42 dillo Exp $ ---- src/cksfv.c.orig Fri Dec 29 01:34:33 2000 -+++ src/cksfv.c Wed Feb 28 15:11:46 2001 -@@ -21,7 +21,7 @@ - #include <unistd.h> +--- src/cksfv.c.orig Fri Jul 6 08:33:08 2001 ++++ src/cksfv.c +@@ -22,7 +22,7 @@ #include <stdio.h> + #include <stdlib.h> -extern int readsfv(char*, char*, int); +extern int readsfv(char*, char*, int, int, char **); extern int newsfv(char**); extern void pusage(); -@@ -59,7 +59,7 @@ +@@ -60,7 +60,7 @@ argv += optind; if (rsfvflag == 1) { |