diff options
author | dmcmahill <dmcmahill> | 1999-11-23 16:05:28 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 1999-11-23 16:05:28 +0000 |
commit | 93e9102c94c0402e1934e1ce374d45eb0a1f728c (patch) | |
tree | 1463921a0171841be52ba7d9cc5a7815e5784937 /parallel/pvm3/patches/patch-ad | |
parent | 87c279bc8bc8f66477c14ea20a0a3efe4a1bb684 (diff) | |
download | pkgsrc-93e9102c94c0402e1934e1ce374d45eb0a1f728c.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-ad')
-rw-r--r-- | parallel/pvm3/patches/patch-ad | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/parallel/pvm3/patches/patch-ad b/parallel/pvm3/patches/patch-ad index b6ecf774090..88bfde866a3 100644 --- a/parallel/pvm3/patches/patch-ad +++ b/parallel/pvm3/patches/patch-ad @@ -1,7 +1,10 @@ -$NetBSD: patch-ad,v 1.1.1.1 1998/10/13 23:31:04 garbled Exp $ ---- src/sdpro.c.orig Fri Aug 7 00:39:58 1998 -+++ src/sdpro.c Fri Aug 7 00:40:27 1998 -@@ -75,2 +75,3 @@ +$NetBSD: patch-ad,v 1.2 1999/11/23 16:05:30 dmcmahill Exp $ + +--- ./src/hoster.c.orig Thu Aug 19 11:39:24 1999 ++++ ./src/hoster.c Sun Oct 31 11:43:48 1999 +@@ -171,4 +171,5 @@ + #ifdef NEEDMENDIAN +#include <sys/types.h> #include <machine/endian.h> + #endif |