summaryrefslogtreecommitdiff
path: root/parallel/pvm3/patches/patch-ae
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>1999-11-23 16:05:28 +0000
committerdmcmahill <dmcmahill>1999-11-23 16:05:28 +0000
commit5afee0d3a9777b7787fc9827f427e33b237a5d79 (patch)
tree1463921a0171841be52ba7d9cc5a7815e5784937 /parallel/pvm3/patches/patch-ae
parenteaddcb97fb8134cb26ad7b1bc0ca7ffe0d84fc01 (diff)
downloadpkgsrc-5afee0d3a9777b7787fc9827f427e33b237a5d79.tar.gz
-Update from 3.4beta7 to 3.4.2.
-Add USE_FORTRAN to the package Makefile for correct handling of the required fortran compiler. -Fix the .m4 files which control how fortran symbols are handled. -Rework package to use a different PVM_ARCH for each MACHINE_ARCH. As opposed to a single PVM_ARCH. This addresses PR pkg/6890 (Thanks to Ignatios Souvatzis for the PR). -Rework package to install missing programs including: pvmgetarch, aimk debugger, debugger2, and the configuration stubs (*.def, *.m4). This address part of PR pkg/6924 (Thanks to Ignatios Souvatzis for the PR). -Rework package to maintain the normal pvm3 directory layout so that only one variable (PVM_ROOT) has to be set to a non-traditional value. This address the remainder of PR pkg/6924 (Thanks again Ig!).
Diffstat (limited to 'parallel/pvm3/patches/patch-ae')
-rw-r--r--parallel/pvm3/patches/patch-ae11
1 files changed, 7 insertions, 4 deletions
diff --git a/parallel/pvm3/patches/patch-ae b/parallel/pvm3/patches/patch-ae
index e5d1baf31bc..76cea1fc933 100644
--- a/parallel/pvm3/patches/patch-ae
+++ b/parallel/pvm3/patches/patch-ae
@@ -1,7 +1,10 @@
-$NetBSD: patch-ae,v 1.1.1.1 1998/10/13 23:31:04 garbled Exp $
---- src/task.c.orig Fri Aug 7 00:41:01 1998
-+++ src/task.c Fri Aug 7 00:41:17 1998
-@@ -145,2 +145,3 @@
+$NetBSD: patch-ae,v 1.2 1999/11/23 16:05:30 dmcmahill Exp $
+
+--- ./src/pvmdpack.c.orig Thu Jul 8 15:00:10 1999
++++ ./src/pvmdpack.c Sun Oct 31 11:44:18 1999
+@@ -75,4 +75,5 @@
+
#ifdef NEEDMENDIAN
+#include <sys/types.h>
#include <machine/endian.h>
+ #endif