pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/parallel/clusterit Update two patches and regenerate t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/746e101ceb3c
branches:  trunk
changeset: 508251:746e101ceb3c
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Feb 16 20:43:41 2006 +0000

description:
Update two patches and regenerate the distinfo entries for the rest.

diffstat:

 parallel/clusterit/distinfo         |   7 ++++++-
 parallel/clusterit/patches/patch-aa |  16 ++++++++--------
 parallel/clusterit/patches/patch-ab |   8 ++++----
 3 files changed, 18 insertions(+), 13 deletions(-)

diffs (68 lines):

diff -r b3073484c129 -r 746e101ceb3c parallel/clusterit/distinfo
--- a/parallel/clusterit/distinfo       Thu Feb 16 19:41:04 2006 +0000
+++ b/parallel/clusterit/distinfo       Thu Feb 16 20:43:41 2006 +0000
@@ -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 -r b3073484c129 -r 746e101ceb3c parallel/clusterit/patches/patch-aa
--- a/parallel/clusterit/patches/patch-aa       Thu Feb 16 19:41:04 2006 +0000
+++ b/parallel/clusterit/patches/patch-aa       Thu Feb 16 20:43:41 2006 +0000
@@ -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 -r b3073484c129 -r 746e101ceb3c parallel/clusterit/patches/patch-ab
--- a/parallel/clusterit/patches/patch-ab       Thu Feb 16 19:41:04 2006 +0000
+++ b/parallel/clusterit/patches/patch-ab       Thu Feb 16 20:43:41 2006 +0000
@@ -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);



Home | Main Index | Thread Index | Old Index