summaryrefslogtreecommitdiff
path: root/misc/cksfv/patches
diff options
context:
space:
mode:
authordillo <dillo@pkgsrc.org>2002-01-31 22:17:41 +0000
committerdillo <dillo@pkgsrc.org>2002-01-31 22:17:41 +0000
commitddd76384e518c69b27ca70b9c6c9fead523645f0 (patch)
tree87ac1cc5f16cf40ca8ea75e4e2bed4c7cbaf3c0b /misc/cksfv/patches
parent80618be3446bd47e3eb7d0d4b3dd869b6429bc7c (diff)
downloadpkgsrc-ddd76384e518c69b27ca70b9c6c9fead523645f0.tar.gz
update cksfv to 1.3:
Fixed the problem with case insensitive (ignoring case). Now will compile on RedHat 7.1.
Diffstat (limited to 'misc/cksfv/patches')
-rw-r--r--misc/cksfv/patches/patch-aa12
-rw-r--r--misc/cksfv/patches/patch-ab12
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) {