summaryrefslogtreecommitdiff
path: root/parallel/clusterit
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-02-16 20:43:41 +0000
committerjoerg <joerg@pkgsrc.org>2006-02-16 20:43:41 +0000
commit19baec23e40c338ef7383d7da9f5d045b3cebc5b (patch)
tree48cbe933255c86ff9e7cd1bb0a43958d43f6aafc /parallel/clusterit
parent7e5a3506a0b8ad15793805a1f2bf339f604969f1 (diff)
downloadpkgsrc-19baec23e40c338ef7383d7da9f5d045b3cebc5b.tar.gz
Update two patches and regenerate the distinfo entries for the rest.
Diffstat (limited to 'parallel/clusterit')
-rw-r--r--parallel/clusterit/distinfo7
-rw-r--r--parallel/clusterit/patches/patch-aa16
-rw-r--r--parallel/clusterit/patches/patch-ab8
3 files changed, 18 insertions, 13 deletions
diff --git a/parallel/clusterit/distinfo b/parallel/clusterit/distinfo
index 8805d42ba6b..87c404041ee 100644
--- a/parallel/clusterit/distinfo
+++ b/parallel/clusterit/distinfo
@@ -1,5 +1,10 @@
-$NetBSD: distinfo,v 1.10 2006/02/01 19:26:47 garbled Exp $
+$NetBSD: distinfo,v 1.11 2006/02/16 20:43:41 joerg Exp $
SHA1 (clusterit-2.4.tar.gz) = 60ac72f9e40e3930a3be41a5dfea2b68ab261d67
RMD160 (clusterit-2.4.tar.gz) = b90d63dfd4a32b547bbf63838a1b896dea181a76
Size (clusterit-2.4.tar.gz) = 286448 bytes
+SHA1 (patch-aa) = 28085baa1a6f81e5540c912d7de658e81cd38b88
+SHA1 (patch-ab) = 4db34b93ebc1ef52f7911f19d2721a072fba6e0a
+SHA1 (patch-ac) = 925754f24413182bb66f6d81f6fa026ce2635390
+SHA1 (patch-ad) = 22cc3d33288ac377f24172f9c8097de84e18fc0b
+SHA1 (patch-ae) = 49bb2d730ecd4ecc06b5f2d1b2383cc88bf3e0e5
diff --git a/parallel/clusterit/patches/patch-aa b/parallel/clusterit/patches/patch-aa
index c93f136c0a1..a116ca26ecd 100644
--- a/parallel/clusterit/patches/patch-aa
+++ b/parallel/clusterit/patches/patch-aa
@@ -1,21 +1,21 @@
-$NetBSD: patch-aa,v 1.5 2006/01/02 22:51:45 joerg Exp $
+$NetBSD: patch-aa,v 1.6 2006/02/16 20:43:41 joerg Exp $
---- common/common.c.orig 2006-01-02 22:42:24.000000000 +0000
+--- common/common.c.orig 2006-02-16 20:23:31.000000000 +0000
+++ common/common.c
-@@ -121,7 +121,6 @@ parse_cluster(char **exclude)
- char *clusterfile, *p, *nodename;
+@@ -122,7 +122,6 @@ parse_cluster(char **exclude)
+ 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;
-@@ -383,8 +382,6 @@ int test_node_connection(int rshport, in
+@@ -397,8 +396,7 @@ int test_node_connection(int rshport, in
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);
-
+ progname, file, line, strerror(errno), errno);
+ _exit(EXIT_FAILURE);
diff --git a/parallel/clusterit/patches/patch-ab b/parallel/clusterit/patches/patch-ab
index 5c28e2ce953..09f03010fe8 100644
--- a/parallel/clusterit/patches/patch-ab
+++ b/parallel/clusterit/patches/patch-ab
@@ -1,12 +1,12 @@
-$NetBSD: patch-ab,v 1.1 2006/01/02 22:51:45 joerg Exp $
+$NetBSD: patch-ab,v 1.2 2006/02/16 20:43:41 joerg Exp $
---- dsh/rseq.c.orig 2006-01-02 22:43:51.000000000 +0000
+--- dsh/rseq.c.orig 2006-02-16 20:24:57.000000000 +0000
+++ dsh/rseq.c
-@@ -45,7 +45,4 @@ __RCSID("$Id: rseq.c,v 1.15 2005/06/02 1
+@@ -45,7 +45,4 @@ __RCSID("$Id: rseq.c,v 1.19 2006/01/24 1
#endif
-/* externs */
-extern int errno;
-
void do_command(char **argv, int allrun, char *username);
- node_t * check_seq(void);
+ node_t *check_seq(void);