diff options
| author | Chuck Robey <chuckr@FreeBSD.org> | 1999-02-15 23:39:21 +0000 |
|---|---|---|
| committer | Chuck Robey <chuckr@FreeBSD.org> | 1999-02-15 23:39:21 +0000 |
| commit | ad07b38b81163684d05e1c10e2a5a46314255811 (patch) | |
| tree | 77e0b1b5051e12c660058c4a3a19116e20cbf931 /net/mpich/files/patch-aa | |
| parent | Yipes, committed the wrong one. This is the INDEX file for 3.1R. (diff) | |
Update net/mpich to version 1.1.2. The examples/test directory now
compiiles and runs, too!
PR: 8364 and 10076
Submitted by: David Bader <dbader@eece.unm.edu>
Diffstat (limited to 'net/mpich/files/patch-aa')
| -rw-r--r-- | net/mpich/files/patch-aa | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/net/mpich/files/patch-aa b/net/mpich/files/patch-aa index efbf035d90d4..f529089ca956 100644 --- a/net/mpich/files/patch-aa +++ b/net/mpich/files/patch-aa @@ -1,11 +1,14 @@ ---- util/mpiinstall.in.orig Sun Jul 26 14:52:49 1998 -+++ util/mpiinstall.in Sun Jul 26 14:53:02 1998 -@@ -611,7 +611,7 @@ - if [ "$DEVICE" = "ch_p4" ] ; then - if [ ! -x mpid/server/server ] ; then - echo "Attempting to build alternate ch_p4 secure server" -- $Show "( cd mpid/server ; configure ; $MAKE server )" -+ $Show "( cd mpid/server ; ./configure ; $MAKE server )" - fi - if [ -x mpid/server/server ] ; then - CopyFile mpid/server/server $PREFIX/bin $XMODE +--- romio/adio/common/ad_fstype.c.orig Mon Jun 15 13:45:25 1998 ++++ romio/adio/common/ad_fstype.c Mon Oct 19 16:23:55 1998 +@@ -91,7 +91,11 @@ + + if (err) *error_code = MPI_ERR_UNKNOWN; + else { ++#if (__FreeBSD_version>300004) ++ if ( !strncmp("nfs",fsbuf.f_fstypename,3) ) *fstype = ADIO_NFS; ++#else + if (fsbuf.f_type == MOUNT_NFS) *fstype = ADIO_NFS; ++#endif + else *fstype = ADIO_UFS; + *error_code = MPI_SUCCESS; + } |
