diff options
author | dannyboy <dannyboy@FreeBSD.org> | 2000-09-15 23:39:29 +0800 |
---|---|---|
committer | dannyboy <dannyboy@FreeBSD.org> | 2000-09-15 23:39:29 +0800 |
commit | 67ff918be8c8695023f54ccfd2ca4b184fb501b6 (patch) | |
tree | a0a5b229db110c62de286ab827fca42c9ee406ce /net/mpich2 | |
parent | b5d0d1fd94eeacb5e0cd252d6d94f9981aa5f7fd (diff) | |
download | freebsd-ports-gnome-67ff918be8c8695023f54ccfd2ca4b184fb501b6.tar.gz freebsd-ports-gnome-67ff918be8c8695023f54ccfd2ca4b184fb501b6.tar.zst freebsd-ports-gnome-67ff918be8c8695023f54ccfd2ca4b184fb501b6.zip |
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
Diffstat (limited to 'net/mpich2')
-rw-r--r-- | net/mpich2/files/patch-ab | 13 | ||||
-rw-r--r-- | net/mpich2/pkg-descr | 2 |
2 files changed, 15 insertions, 0 deletions
diff --git a/net/mpich2/files/patch-ab b/net/mpich2/files/patch-ab new file mode 100644 index 000000000000..67d06a0ffd25 --- /dev/null +++ b/net/mpich2/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/mpich2/pkg-descr b/net/mpich2/pkg-descr index f4b74445be9e..fac61bdd06fb 100644 --- a/net/mpich2/pkg-descr +++ b/net/mpich2/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/ |