summaryrefslogtreecommitdiff
path: root/net/mpich
diff options
context:
space:
mode:
authorDaniel Harris <dannyboy@FreeBSD.org>2000-09-15 15:39:29 +0000
committerDaniel Harris <dannyboy@FreeBSD.org>2000-09-15 15:39:29 +0000
commit3947487fbc302e0383982326b57184cb44b0d34b (patch)
tree0f9c01ac98721df82b6585748fdb3e35999c9b60 /net/mpich
parentAddress a potential security issue by forcibly telling ORBit not (diff)
Add WWW:.
Also let mpid/server find the FreeBSD openssl implementation. PR: 21174 Submitted by: "Mario Sergio Fujikawa Ferreira" <lioux@uol.com.br> Approved by: MAINTAINER
Notes
Notes: svn path=/head/; revision=32644
Diffstat (limited to 'net/mpich')
-rw-r--r--net/mpich/files/patch-ab13
-rw-r--r--net/mpich/pkg-descr2
2 files changed, 15 insertions, 0 deletions
diff --git a/net/mpich/files/patch-ab b/net/mpich/files/patch-ab
new file mode 100644
index 000000000000..67d06a0ffd25
--- /dev/null
+++ b/net/mpich/files/patch-ab
@@ -0,0 +1,13 @@
+--- mpid/server/configure.orig Tue Sep 12 07:57:09 2000
++++ mpid/server/configure Tue Sep 12 08:01:11 2000
+@@ -1589,8 +1589,8 @@
+ ac_find_inc_dir=$dir
+ break
+ fi
+- if test -r $dir/include/ssl.h ; then
+- ac_find_inc_dir=$dir/include
++ if test -r $dir/include/openssl/ssl.h ; then
++ ac_find_inc_dir=$dir/include/openssl
+ break
+ fi
+ done
diff --git a/net/mpich/pkg-descr b/net/mpich/pkg-descr
index f4b74445be9e..fac61bdd06fb 100644
--- a/net/mpich/pkg-descr
+++ b/net/mpich/pkg-descr
@@ -4,3 +4,5 @@ widely used standard for writing message-passing programs. As such the
interface should establish a practical, portable, efficient, and
flexible standard for message passing. Included are a full set of
documents and parallel programming examples.
+
+WWW: http://www.mcs.anl.gov/mpi/mpich/