summaryrefslogtreecommitdiff
path: root/parallel/pvm3/patches/patch-al
diff options
context:
space:
mode:
authorgarbled <garbled@pkgsrc.org>1998-10-13 23:31:03 +0000
committergarbled <garbled@pkgsrc.org>1998-10-13 23:31:03 +0000
commite33bd8b3ae6cf8f8c799f1f3f29d1e30a4c42041 (patch)
tree92e1e2e01df17b70f28789046ea505ace49d03e1 /parallel/pvm3/patches/patch-al
parent9a8a16fdc33e135261094dcb797278948ba641b2 (diff)
downloadpkgsrc-e33bd8b3ae6cf8f8c799f1f3f29d1e30a4c42041.tar.gz
Add the whole parallel category to pkgsrc, and sprinkle it with a few
packages. mpi-ch: a free implementation of the Message Passing Interface. pvm3: Paralell Virtual Machine libraries and environment clusterit: A clustering package for unix
Diffstat (limited to 'parallel/pvm3/patches/patch-al')
-rw-r--r--parallel/pvm3/patches/patch-al19
1 files changed, 19 insertions, 0 deletions
diff --git a/parallel/pvm3/patches/patch-al b/parallel/pvm3/patches/patch-al
new file mode 100644
index 00000000000..8e472050943
--- /dev/null
+++ b/parallel/pvm3/patches/patch-al
@@ -0,0 +1,19 @@
+$NetBSD: patch-al,v 1.1.1.1 1998/10/13 23:31:04 garbled Exp $
+--- lib/pvmd.orig Thu Aug 28 13:13:16 1997
++++ lib/pvmd Fri Aug 7 03:31:27 1998
+@@ -15,2 +15,5 @@
+
++PVM_ROOT=XXPKGXX
++PVM_ARCH=NETBSD
++
+ case "x$PVM_ROOT" in x )
+@@ -81,3 +84,3 @@
+
+-if [ ! -f $PVM_ROOT/lib/$PVM_ARCH/pvmd3$sfx ]; then
++if [ ! -f $PVM_ROOT/libexec/pvmd3$sfx ]; then
+ echo "pvmd: $PVM_ROOT/lib/$PVM_ARCH/pvmd3$sfx doesn't exist." >&2
+@@ -86,3 +89,3 @@
+ fi
+-exec $PVM_ROOT/lib/$PVM_ARCH/pvmd3$sfx $@
++exec $PVM_ROOT/libexec/pvmd3$sfx $@
+ exit 1