summaryrefslogtreecommitdiff
path: root/parallel/clusterit
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2006-03-03 18:57:25 +0000
committerkristerw <kristerw@pkgsrc.org>2006-03-03 18:57:25 +0000
commitfd10de3100dc1026c204ea102daacd3ce2af4624 (patch)
treef7996e6ff18111c0135e919eba59874f27f5c624 /parallel/clusterit
parent513acec1886a127592bdbf1d0429b0ead61ff944 (diff)
downloadpkgsrc-fd10de3100dc1026c204ea102daacd3ce2af4624.tar.gz
Regen so that the MacOS X patch program can apply it.
Diffstat (limited to 'parallel/clusterit')
-rw-r--r--parallel/clusterit/distinfo4
-rw-r--r--parallel/clusterit/patches/patch-aa5
2 files changed, 4 insertions, 5 deletions
diff --git a/parallel/clusterit/distinfo b/parallel/clusterit/distinfo
index 87c404041ee..7c0ec1e05ad 100644
--- a/parallel/clusterit/distinfo
+++ b/parallel/clusterit/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.11 2006/02/16 20:43:41 joerg Exp $
+$NetBSD: distinfo,v 1.12 2006/03/03 18:57:25 kristerw 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-aa) = d75943ef99095a5e9352197fc00d1f6734127885
SHA1 (patch-ab) = 4db34b93ebc1ef52f7911f19d2721a072fba6e0a
SHA1 (patch-ac) = 925754f24413182bb66f6d81f6fa026ce2635390
SHA1 (patch-ad) = 22cc3d33288ac377f24172f9c8097de84e18fc0b
diff --git a/parallel/clusterit/patches/patch-aa b/parallel/clusterit/patches/patch-aa
index a116ca26ecd..d01ca33650d 100644
--- a/parallel/clusterit/patches/patch-aa
+++ b/parallel/clusterit/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.6 2006/02/16 20:43:41 joerg Exp $
+$NetBSD: patch-aa,v 1.7 2006/03/03 18:57:25 kristerw Exp $
--- common/common.c.orig 2006-02-16 20:23:31.000000000 +0000
+++ common/common.c
@@ -10,7 +10,7 @@ $NetBSD: patch-aa,v 1.6 2006/02/16 20:43:41 joerg Exp $
group_t *grouptemp;
node_t *nodeptr;
char **lumptemp;
-@@ -397,8 +396,7 @@ int test_node_connection(int rshport, in
+@@ -397,7 +396,6 @@ int test_node_connection(int rshport, in
void
_bailout(int line, char *file)
{
@@ -18,4 +18,3 @@ $NetBSD: patch-aa,v 1.6 2006/02/16 20:43:41 joerg Exp $
(void)fprintf(stderr, "%s: Failed in %s line %d: %s %d\n",
progname, file, line, strerror(errno), errno);
- _exit(EXIT_FAILURE);