summaryrefslogtreecommitdiff
path: root/sysutils/wipe
diff options
context:
space:
mode:
authorjoerg <joerg>2005-11-10 16:31:25 +0000
committerjoerg <joerg>2005-11-10 16:31:25 +0000
commit58f158c7c8458a2afc5ce4674748cc12414bc82d (patch)
treebac0d11dbead865c8669b656bf41bf545b1465af /sysutils/wipe
parent7b070aea5d8cab6af84c6ed318b272f242eb80de (diff)
downloadpkgsrc-58f158c7c8458a2afc5ce4674748cc12414bc82d.tar.gz
Depend on errno.h for errno.
Diffstat (limited to 'sysutils/wipe')
-rw-r--r--sysutils/wipe/distinfo9
-rw-r--r--sysutils/wipe/patches/patch-ab13
-rw-r--r--sysutils/wipe/patches/patch-ac12
-rw-r--r--sysutils/wipe/patches/patch-ad13
-rw-r--r--sysutils/wipe/patches/patch-ae12
-rw-r--r--sysutils/wipe/patches/patch-af12
-rw-r--r--sysutils/wipe/patches/patch-ag12
-rw-r--r--sysutils/wipe/patches/patch-ah12
8 files changed, 94 insertions, 1 deletions
diff --git a/sysutils/wipe/distinfo b/sysutils/wipe/distinfo
index 10e54ecf2de..163c3293c71 100644
--- a/sysutils/wipe/distinfo
+++ b/sysutils/wipe/distinfo
@@ -1,6 +1,13 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 13:40:59 agc Exp $
+$NetBSD: distinfo,v 1.3 2005/11/10 16:31:25 joerg Exp $
SHA1 (wipe-2.2.0.tar.bz2) = 4dd18f260ecd91b726336b2788fa33db04d6691a
RMD160 (wipe-2.2.0.tar.bz2) = 5d1861bd893e01e94205a7ac2efadb1c756da700
Size (wipe-2.2.0.tar.bz2) = 70134 bytes
SHA1 (patch-aa) = d40a3324eb5e8473d7a3a6acbc307c2ab63d60de
+SHA1 (patch-ab) = 3116ad02dd0a3514afec440e46ab679395e4bbaa
+SHA1 (patch-ac) = df59d51a7ee781fd439db1bf2284fb34e26fb8fb
+SHA1 (patch-ad) = 6288118d9b4a70844bbc94a8e9dc4748fc9459f8
+SHA1 (patch-ae) = e1145c395a9b0999d7fbf8a4cb79f1dc89aa29e1
+SHA1 (patch-af) = 23102dea6f821791d5b3bd2bb509c38ab6bf2a16
+SHA1 (patch-ag) = fd61d6b065eb22cabb697f2df073a3b9efde26a9
+SHA1 (patch-ah) = 4e5e65708282461161f3dd786b1012f8306dd849
diff --git a/sysutils/wipe/patches/patch-ab b/sysutils/wipe/patches/patch-ab
new file mode 100644
index 00000000000..728d42adb90
--- /dev/null
+++ b/sysutils/wipe/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2005/11/10 16:31:25 joerg Exp $
+
+--- main.c.orig 2005-11-10 16:11:18.000000000 +0000
++++ main.c
+@@ -49,8 +49,6 @@
+ char *argvzero;
+ int exit_code;
+
+-extern int errno;
+-
+ struct opt_s options; /* cmd line options */
+
+ public int main(int argc, char **argv)
diff --git a/sysutils/wipe/patches/patch-ac b/sysutils/wipe/patches/patch-ac
new file mode 100644
index 00000000000..87d02d48d62
--- /dev/null
+++ b/sysutils/wipe/patches/patch-ac
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2005/11/10 16:31:25 joerg Exp $
+
+--- wipe.c.orig 2005-11-10 16:11:51.000000000 +0000
++++ wipe.c
+@@ -55,7 +55,6 @@
+ #include "rand.h"
+ #include "wipe.h"
+
+-extern int errno;
+ extern int exit_code;
+ extern char *argvzero;
+ extern struct opt_s options;
diff --git a/sysutils/wipe/patches/patch-ad b/sysutils/wipe/patches/patch-ad
new file mode 100644
index 00000000000..5bdad267d5b
--- /dev/null
+++ b/sysutils/wipe/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2005/11/10 16:31:25 joerg Exp $
+
+--- rand.c.orig 2005-11-10 16:13:03.000000000 +0000
++++ rand.c
+@@ -35,7 +35,7 @@
+ #include "rand.h"
+
+ extern char *argvzero;
+-extern int errno, exit_code;
++extern int exit_code;
+ extern struct opt_s options;
+
+ int entropyfd;
diff --git a/sysutils/wipe/patches/patch-ae b/sysutils/wipe/patches/patch-ae
new file mode 100644
index 00000000000..e376f9046c1
--- /dev/null
+++ b/sysutils/wipe/patches/patch-ae
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.1 2005/11/10 16:31:25 joerg Exp $
+
+--- dir.c.orig 2005-11-10 16:13:27.000000000 +0000
++++ dir.c
+@@ -46,7 +46,6 @@
+ #include "io.h"
+ #include "dir.h"
+
+-extern int errno;
+ extern int exit_code;
+ extern char *argvzero;
+ extern struct opt_s options;
diff --git a/sysutils/wipe/patches/patch-af b/sysutils/wipe/patches/patch-af
new file mode 100644
index 00000000000..55a8c61e91a
--- /dev/null
+++ b/sysutils/wipe/patches/patch-af
@@ -0,0 +1,12 @@
+$NetBSD: patch-af,v 1.1 2005/11/10 16:31:25 joerg Exp $
+
+--- file.c.orig 2005-11-10 16:13:33.000000000 +0000
++++ file.c
+@@ -43,7 +43,6 @@
+ #include "prompt.h"
+ #include "wipe.h"
+
+-extern int errno;
+ extern int exit_code;
+ extern char *argvzero;
+
diff --git a/sysutils/wipe/patches/patch-ag b/sysutils/wipe/patches/patch-ag
new file mode 100644
index 00000000000..26aa0b7bf63
--- /dev/null
+++ b/sysutils/wipe/patches/patch-ag
@@ -0,0 +1,12 @@
+$NetBSD: patch-ag,v 1.1 2005/11/10 16:31:25 joerg Exp $
+
+--- io.c.orig 2005-11-10 16:13:36.000000000 +0000
++++ io.c
+@@ -42,7 +42,6 @@
+ #include "main.h"
+ #include "io.h"
+
+-extern int errno;
+ extern int exit_code;
+ extern char *argvzero;
+ extern struct opt_s options;
diff --git a/sysutils/wipe/patches/patch-ah b/sysutils/wipe/patches/patch-ah
new file mode 100644
index 00000000000..4b1b5f1b6d9
--- /dev/null
+++ b/sysutils/wipe/patches/patch-ah
@@ -0,0 +1,12 @@
+$NetBSD: patch-ah,v 1.1 2005/11/10 16:31:25 joerg Exp $
+
+--- blkdev.c.orig 2005-11-10 16:15:38.000000000 +0000
++++ blkdev.c
+@@ -63,7 +63,6 @@
+ #include "wipe.h"
+ #include "blkdev.h"
+
+-extern int errno;
+ extern int exit_code;
+ extern char *argvzero;
+ extern struct opt_s options;