summaryrefslogtreecommitdiff
path: root/misc/xtend
diff options
context:
space:
mode:
authorjoerg <joerg>2006-01-03 15:51:02 +0000
committerjoerg <joerg>2006-01-03 15:51:02 +0000
commit7a31cb317532487bc27879d2b12fed3a219d03ed (patch)
treea32923a1243e2fa150ee9bd7db33842b158174bc /misc/xtend
parent80b070d862f9d0334432b0bcc25d297117e02028 (diff)
downloadpkgsrc-7a31cb317532487bc27879d2b12fed3a219d03ed.tar.gz
Fix errno.
Diffstat (limited to 'misc/xtend')
-rw-r--r--misc/xtend/distinfo6
-rw-r--r--misc/xtend/patches/patch-aa10
-rw-r--r--misc/xtend/patches/patch-ab13
-rw-r--r--misc/xtend/patches/patch-ac12
-rw-r--r--misc/xtend/patches/patch-ad12
5 files changed, 52 insertions, 1 deletions
diff --git a/misc/xtend/distinfo b/misc/xtend/distinfo
index 8a53d37501b..600d0649a2d 100644
--- a/misc/xtend/distinfo
+++ b/misc/xtend/distinfo
@@ -1,5 +1,9 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 11:02:59 agc Exp $
+$NetBSD: distinfo,v 1.4 2006/01/03 15:51:02 joerg Exp $
SHA1 (xtend-1.2beta4.tar.gz) = 475b5aa26502a5b3f7a828c038d3dade3884fd88
RMD160 (xtend-1.2beta4.tar.gz) = aa705d00b22ca3b7c7c83c54908d91000c61f768
Size (xtend-1.2beta4.tar.gz) = 49502 bytes
+SHA1 (patch-aa) = 5091708ed66f71c66fbdce52b0b33f727baf8c60
+SHA1 (patch-ab) = b827d265aaed3578863273ad97f9c585442fae3c
+SHA1 (patch-ac) = 02515550e4bd1e50a89790993fa165f326848445
+SHA1 (patch-ad) = 6f952e3e21f11882f800c5a04497b114eca7cb52
diff --git a/misc/xtend/patches/patch-aa b/misc/xtend/patches/patch-aa
new file mode 100644
index 00000000000..cb58f87e856
--- /dev/null
+++ b/misc/xtend/patches/patch-aa
@@ -0,0 +1,10 @@
+$NetBSD: patch-aa,v 1.1 2006/01/03 15:51:02 joerg Exp $
+
+--- xtend.c.orig 2006-01-03 15:34:49.000000000 +0000
++++ xtend.c
+@@ -44,5 +44,4 @@ static char RCSID[] = "@(#) $Id: xtend.c
+ static char RCSID2[] = "@(#) $Silliness: Why are you snooping with ident? $";
+
+-extern int errno;
+ int verbose = 0, special = 0;
+ char parsefunction (char *byte);
diff --git a/misc/xtend/patches/patch-ab b/misc/xtend/patches/patch-ab
new file mode 100644
index 00000000000..fdc0bf75262
--- /dev/null
+++ b/misc/xtend/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2006/01/03 15:51:02 joerg Exp $
+
+--- util.c.orig 2006-01-03 15:36:06.000000000 +0000
++++ util.c
+@@ -51,7 +51,7 @@
+ #include <time.h>
+ #endif /* !HAVE_CONFIG_H */
+
+-extern int errno, verbose, special, statusfile;
++extern int verbose, special, statusfile;
+ extern unsigned short okaytowipe;
+ extern unsigned char addresstable[16][16];
+ extern char *file, *port, *lockdir;
diff --git a/misc/xtend/patches/patch-ac b/misc/xtend/patches/patch-ac
new file mode 100644
index 00000000000..9cf4d4ed81b
--- /dev/null
+++ b/misc/xtend/patches/patch-ac
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2006/01/03 15:51:02 joerg Exp $
+
+--- parse.c.orig 2006-01-03 15:37:34.000000000 +0000
++++ parse.c
+@@ -60,7 +60,6 @@ char *commandcodes[] =
+ "statusrequest"
+ };
+
+-extern int errno;
+ extern char *port, *file, *shell, rcfilename[PATH_MAX], *lockdir, status;
+ extern unsigned char addresstable[16][16];
+ extern int verbose, special, statusfile;
diff --git a/misc/xtend/patches/patch-ad b/misc/xtend/patches/patch-ad
new file mode 100644
index 00000000000..52b8e6a7a75
--- /dev/null
+++ b/misc/xtend/patches/patch-ad
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.1 2006/01/03 15:51:02 joerg Exp $
+
+--- exec.c.orig 2006-01-03 15:46:21.000000000 +0000
++++ exec.c
+@@ -35,7 +35,6 @@
+ #include <vfork.h>
+ #endif
+
+-extern int errno;
+ extern char **environ;
+ extern char *shell;
+ extern char *commands[];