summaryrefslogtreecommitdiff
path: root/net/openmpi/files
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2007-06-08 00:09:41 +0000
committerBrooks Davis <brooks@FreeBSD.org>2007-06-08 00:09:41 +0000
commit1698332f2b1899db48cc4e4452b9c46eb9e7a9d7 (patch)
treea72f3f2c75c336fd613a67b5e87e83723aa24279 /net/openmpi/files
parentUpgrade to 6.5.2. Basicly a bugfix release. See the changelog for (diff)
Upgrade to 1.2.2, the most recent release.
Handle manpages correct. Remove defunct pkg-message. LDCONFIG all the directories [0] Submitted by: CHAO Shin [0] PR: ports/112236 [0]
Diffstat (limited to 'net/openmpi/files')
-rw-r--r--net/openmpi/files/patch-opal_event_Makefile.in15
-rw-r--r--net/openmpi/files/pkg-message.in7
2 files changed, 0 insertions, 22 deletions
diff --git a/net/openmpi/files/patch-opal_event_Makefile.in b/net/openmpi/files/patch-opal_event_Makefile.in
deleted file mode 100644
index 5bc5c4c6e2a0..000000000000
--- a/net/openmpi/files/patch-opal_event_Makefile.in
+++ /dev/null
@@ -1,15 +0,0 @@
-
-$FreeBSD$
-
---- opal/event/Makefile.in.orig
-+++ opal/event/Makefile.in
-@@ -828,8 +828,7 @@
- # Also specify where we can find this package's config.h because some
- # of the header files in this directory get included elsewhere in OMPI.
- # #@%@#$...
--AM_CPPFLAGS = \
-- -I$(top_srcdir)/opal/event/compat
-+AM_CPPFLAGS =
-
-
- # OMPI: No need to build the sample or test
diff --git a/net/openmpi/files/pkg-message.in b/net/openmpi/files/pkg-message.in
deleted file mode 100644
index cf82021caaed..000000000000
--- a/net/openmpi/files/pkg-message.in
+++ /dev/null
@@ -1,7 +0,0 @@
-In order to use Open MPI, you make the following additions to your
-PATH and LD_LIBRARY_PATH variables:
-
- PATH %%PREFIX%%/%%MPIDIR%%/bin
- LD_LIBRARY_PATH %%PREFIX%%/%%MPIDIR%%/lib
-
-Failure to do so will result in bizarre command failures.