Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
$NetBSD: patch-aa,v 1.8 2008/02/27 21:52:16 garbled Exp $
--- common/common.c.orig 2008-02-27 14:35:30.000000000 -0700
+++ common/common.c 2008-02-27 14:37:18.000000000 -0700
@@ -186,7 +186,6 @@
char *clusterfile, *p, *nodename, *q;
int i, j, g, fail, gfail, lumping, n, ging;
char buf[MAXBUF];
- extern int errno;
group_t *grouptemp;
node_t *nodeptr;
char **lumptemp;
@@ -633,8 +632,6 @@
void
_bailout(int line, char *file)
{
- extern int errno;
-
(void)fprintf(stderr, "%s: Failed in %s line %d: %s %d\n",
progname, file, line, strerror(errno), errno);
_exit(EXIT_FAILURE);

View File

@@ -0,0 +1,12 @@
$NetBSD: patch-ab,v 1.3 2008/02/27 21:52:16 garbled Exp $
--- dsh/rseq.c.orig 2008-02-27 14:35:38.000000000 -0700
+++ dsh/rseq.c 2008-02-27 14:37:28.000000000 -0700
@@ -48,7 +48,6 @@
#endif
/* externs */
-extern int errno;
void do_command(char **argv, int allrun, char *username);
node_t *check_seq(void);

View File

@@ -0,0 +1,8 @@
--- dsh/run.c.orig 2008-02-27 12:29:38.000000000 -0700
+++ dsh/run.c 2008-02-27 14:49:30.000000000 -0700
@@ -48,5 +48,4 @@
#endif
-extern int errno;
void do_command(char **argv, int allrun, char *username);

View File

@@ -0,0 +1,8 @@
--- pcp/pcp.c.orig 2008-02-27 12:29:47.000000000 -0700
+++ pcp/pcp.c 2008-02-27 14:49:30.000000000 -0700
@@ -51,5 +51,4 @@
#endif
-extern int errno;
void do_copy(char **argv, int recurse, int preserve, char *username);

View File

@@ -0,0 +1,12 @@
$NetBSD: patch-ae,v 1.2 2008/02/27 21:52:16 garbled Exp $
--- rvt/command.c.orig 2008-02-27 14:35:55.000000000 -0700
+++ rvt/command.c 2008-02-27 14:37:56.000000000 -0700
@@ -453,7 +453,6 @@
unsigned char *s;
int count, sv;
unsigned char mask = is_eightbit() ? 0xff : 0x7f;
- extern int errno;
if (com_stack_top > com_stack)
return(*--com_stack_top);

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-af,v 1.1 2008/09/19 19:39:22 joerg Exp $
--- dtop/dtop.c.orig 2008-09-19 21:36:01.000000000 +0200
+++ dtop/dtop.c
@@ -102,6 +102,8 @@ void sig_handler(int i);
#define TOP_PROCPS 1
#define TOP_NORMAL_THR 2
+#define dehumanize_number dehumanize_number_local
+
/* globals */
int debug, exclusion, grouping, interval;
int testflag, rshport, porttimeout, batchflag;