diff options
author | dmcmahill <dmcmahill> | 2000-08-23 14:28:17 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-08-23 14:28:17 +0000 |
commit | b49e3b60a3e6933d713b241aebdea611d1b2a6b3 (patch) | |
tree | f7c94472c17c8970cb9653c73901c951a50d7f9b /parallel/pvm3/patches/patch-ag | |
parent | f87aae39e31e716106ac69aa92f35c90cdf58044 (diff) | |
download | pkgsrc-b49e3b60a3e6933d713b241aebdea611d1b2a6b3.tar.gz |
update to pvm-3.4.3. This is a bug fix release. Changes are given in each
of the individual source files making a summary difficult. Of note though is
they have incorporated quite a number of the patches from our 3.4.2 package
hence the removal of 22 (!) patches.
Diffstat (limited to 'parallel/pvm3/patches/patch-ag')
-rw-r--r-- | parallel/pvm3/patches/patch-ag | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/parallel/pvm3/patches/patch-ag b/parallel/pvm3/patches/patch-ag index a25b3330acc..275853d705d 100644 --- a/parallel/pvm3/patches/patch-ag +++ b/parallel/pvm3/patches/patch-ag @@ -1,10 +1,10 @@ -$NetBSD: patch-ag,v 1.2 1999/11/23 16:05:31 dmcmahill Exp $ - ---- ./src/task.c.orig Thu Jul 8 15:00:15 1999 -+++ ./src/task.c Sun Oct 31 11:45:04 1999 -@@ -165,4 +165,5 @@ - - #ifdef NEEDMENDIAN -+#include <sys/types.h> - #include <machine/endian.h> - #endif +$NetBSD: patch-ag,v 1.3 2000/08/23 14:28:19 dmcmahill Exp $ + +--- conf/NETBSDNS32K.def.orig Wed Feb 16 16:19:34 2000 ++++ conf/NETBSDNS32K.def Fri Jun 30 16:55:52 2000 +@@ -1,4 +1,4 @@ +-ARCHCFLAGS = -DSOCKADHASLEN -DRSHCOMMAND=\"/usr/bin/rsh\" \ ++ARCHCFLAGS = -DSOCKADHASLEN -DRSHCOMMAND=\"${LOCALBASE}/bin/ssh\" \ + -DHASERRORVARS -DNOREXEC -DNEEDMENDIAN -DSYSERRISCONST + ARCHDLIB = + ARCHDOBJ = |