summaryrefslogtreecommitdiff
path: root/parallel
diff options
context:
space:
mode:
authoris <is>2002-11-09 10:56:27 +0000
committeris <is>2002-11-09 10:56:27 +0000
commit26f5f09fb1d9c5501d6dd181da3a62d80143b36c (patch)
tree0c5313855c9a75f9f0f22e1e58235028497b4d87 /parallel
parentcd30513f7b658511910f840586dabdd3cbb6e096 (diff)
downloadpkgsrc-26f5f09fb1d9c5501d6dd181da3a62d80143b36c.tar.gz
repair column formatting of pvm console "conf" output
Diffstat (limited to 'parallel')
-rw-r--r--parallel/pvm3/distinfo3
-rw-r--r--parallel/pvm3/patches/patch-ay14
2 files changed, 16 insertions, 1 deletions
diff --git a/parallel/pvm3/distinfo b/parallel/pvm3/distinfo
index 2d3c3df3864..42bec98745a 100644
--- a/parallel/pvm3/distinfo
+++ b/parallel/pvm3/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2002/08/05 01:26:40 dmcmahill Exp $
+$NetBSD: distinfo,v 1.6 2002/11/09 10:56:27 is Exp $
SHA1 (pvm3.4.3.tgz) = 77d2e51f42316c0a04f9bfc2a9bb20676f4fd087
Size (pvm3.4.3.tgz) = 946076 bytes
@@ -26,3 +26,4 @@ SHA1 (patch-au) = 4c560b4b3c90088e2dc471951f696a1c5f4ef8dd
SHA1 (patch-av) = 4aa08bfe0f8e8e02762db9d8aff452bdc0805825
SHA1 (patch-aw) = a97cdb684b24d7a4b0bcaea0814ebebfb9687b7d
SHA1 (patch-ax) = 16b05a5d320d7badcdc080ab523efaedbb6868f3
+SHA1 (patch-ay) = 947850e320db33d5d8bd38828f67dc64fd6c49c4
diff --git a/parallel/pvm3/patches/patch-ay b/parallel/pvm3/patches/patch-ay
new file mode 100644
index 00000000000..2b28774df0a
--- /dev/null
+++ b/parallel/pvm3/patches/patch-ay
@@ -0,0 +1,14 @@
+--- console/cmds.c.old Wed Oct 30 12:47:26 2002
++++ console/cmds.c Wed Oct 30 12:49:37 2002
+@@ -1365,9 +1365,9 @@
+ if (!pvm_config(&nhosts, &narchs, &hostlist)) {
+ printf("%d host%s, %d data format%s\n",
+ nhosts, (nhosts > 1 ? "s" : ""), narchs, (narchs > 1 ? "s" : ""));
+- fputs(" HOST DTID ARCH SPEED DSIG\n", stdout);
++ fputs(" HOST DTID ARCH SPEED DSIG\n", stdout);
+ for (i = 0; i < nhosts; i++)
+- printf("%24s %8x %8s%8d 0x%08x\n",
++ printf("%24s %8x %12s%8d 0x%08x\n",
+ hostlist[i].hi_name,
+ hostlist[i].hi_tid,
+ hostlist[i].hi_arch,