aboutsummaryrefslogtreecommitdiffstats
path: root/net/openmpi
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2013-06-07 22:38:46 +0800
committerbrooks <brooks@FreeBSD.org>2013-06-07 22:38:46 +0800
commit894c736b51444a2516ef07d6585c7a8a0fdbd653 (patch)
tree437297866db95983d5bfe0f2c1f735d7e32219fe /net/openmpi
parent6d0208a984aa556dd214fb8dd7aba3612ba1d65c (diff)
downloadfreebsd-ports-gnome-894c736b51444a2516ef07d6585c7a8a0fdbd653.tar.gz
freebsd-ports-gnome-894c736b51444a2516ef07d6585c7a8a0fdbd653.tar.zst
freebsd-ports-gnome-894c736b51444a2516ef07d6585c7a8a0fdbd653.zip
Revert the pkgconfig change in r320019. It didn't work and my initial
efforts to fix it didn't work. The result wouldn't have been useful enough to spend more effor on it.
Diffstat (limited to 'net/openmpi')
-rw-r--r--net/openmpi/Makefile2
-rw-r--r--net/openmpi/files/patch-ompi_tools_wrappers_Makefile.in14
-rw-r--r--net/openmpi/files/patch-orte_tools_wrappers_Makefile.in14
-rw-r--r--net/openmpi/pkg-plist13
4 files changed, 8 insertions, 35 deletions
diff --git a/net/openmpi/Makefile b/net/openmpi/Makefile
index 836274b0772c..cc95cf8d0c48 100644
--- a/net/openmpi/Makefile
+++ b/net/openmpi/Makefile
@@ -5,7 +5,7 @@
PORTNAME= openmpi
DISTVERSION= 1.6.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= net parallel
MASTER_SITES= http://www.open-mpi.org/software/ompi/v1.6/downloads/
diff --git a/net/openmpi/files/patch-ompi_tools_wrappers_Makefile.in b/net/openmpi/files/patch-ompi_tools_wrappers_Makefile.in
deleted file mode 100644
index 5e600987c827..000000000000
--- a/net/openmpi/files/patch-ompi_tools_wrappers_Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- ompi/tools/wrappers/Makefile.in.orig
-+++ ompi/tools/wrappers/Makefile.in
-@@ -1152,7 +1152,7 @@
- top_srcdir = @top_srcdir@
- man_pages = mpicc.1 mpic++.1 mpicxx.1 mpif77.1 mpif90.1
- @OPAL_WANT_SCRIPT_WRAPPER_COMPILERS_TRUE@bin_SCRIPTS = ompi_wrapper_script
--@OMPI_INSTALL_BINARIES_TRUE@@OPAL_WANT_SCRIPT_WRAPPER_COMPILERS_FALSE@pkgconfigdir = $(libdir)/pkgconfig
-+@OMPI_INSTALL_BINARIES_TRUE@@OPAL_WANT_SCRIPT_WRAPPER_COMPILERS_FALSE@pkgconfigdir = libdata/pkgconfig
- @OMPI_INSTALL_BINARIES_TRUE@@OPAL_WANT_SCRIPT_WRAPPER_COMPILERS_FALSE@pkgconfig_DATA = ompi.pc ompi-c.pc ompi-cxx.pc ompi-f77.pc ompi-f90.pc
- @OMPI_INSTALL_BINARIES_TRUE@@OPAL_WANT_SCRIPT_WRAPPER_COMPILERS_FALSE@man_MANS = $(man_pages)
- @OMPI_INSTALL_BINARIES_TRUE@@OPAL_WANT_SCRIPT_WRAPPER_COMPILERS_FALSE@dist_pkgdata_DATA = \
diff --git a/net/openmpi/files/patch-orte_tools_wrappers_Makefile.in b/net/openmpi/files/patch-orte_tools_wrappers_Makefile.in
deleted file mode 100644
index 2e1ac31ea388..000000000000
--- a/net/openmpi/files/patch-orte_tools_wrappers_Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- orte/tools/wrappers/Makefile.in.orig
-+++ orte/tools/wrappers/Makefile.in
-@@ -1151,7 +1151,7 @@
- @ORTE_DISABLE_FULL_SUPPORT_FALSE@ ortecc-wrapper-data.txt \
- @ORTE_DISABLE_FULL_SUPPORT_FALSE@ ortec++-wrapper-data.txt
-
--@OMPI_INSTALL_BINARIES_TRUE@@OPAL_WANT_SCRIPT_WRAPPER_COMPILERS_FALSE@@ORTE_DISABLE_FULL_SUPPORT_FALSE@pkgconfigdir = $(libdir)/pkgconfig
-+@OMPI_INSTALL_BINARIES_TRUE@@OPAL_WANT_SCRIPT_WRAPPER_COMPILERS_FALSE@@ORTE_DISABLE_FULL_SUPPORT_FALSE@pkgconfigdir = libdata/pkgconfig
- @OMPI_INSTALL_BINARIES_TRUE@@OPAL_WANT_SCRIPT_WRAPPER_COMPILERS_FALSE@@ORTE_DISABLE_FULL_SUPPORT_FALSE@pkgconfig_DATA = orte.pc
- all: all-am
-
diff --git a/net/openmpi/pkg-plist b/net/openmpi/pkg-plist
index 9dc934e98d7d..8daf828263fe 100644
--- a/net/openmpi/pkg-plist
+++ b/net/openmpi/pkg-plist
@@ -296,12 +296,12 @@
%%MPIDIR%%/lib/openmpi/mca_topo_unity.so
%%MPIDIR%%/lib/openmpi/mca_vprotocol_pessimist.la
%%MPIDIR%%/lib/openmpi/mca_vprotocol_pessimist.so
-%%MPIDIR%%/libdata/pkgconfig/ompi-c.pc
-%%MPIDIR%%/libdata/pkgconfig/ompi-cxx.pc
-%%MPIDIR%%/libdata/pkgconfig/ompi-f77.pc
-%%MPIDIR%%/libdata/pkgconfig/ompi-f90.pc
-%%MPIDIR%%/libdata/pkgconfig/ompi.pc
-%%MPIDIR%%/libdata/pkgconfig/orte.pc
+%%MPIDIR%%/lib/pkgconfig/ompi-c.pc
+%%MPIDIR%%/lib/pkgconfig/ompi-cxx.pc
+%%MPIDIR%%/lib/pkgconfig/ompi-f77.pc
+%%MPIDIR%%/lib/pkgconfig/ompi-f90.pc
+%%MPIDIR%%/lib/pkgconfig/ompi.pc
+%%MPIDIR%%/lib/pkgconfig/orte.pc
%%MPIDIR%%/share/openmpi/amca-param-sets/example.conf
%%MPIDIR%%/share/openmpi/help-coll-sync.txt
%%MPIDIR%%/share/openmpi/help-dash-host.txt
@@ -469,6 +469,7 @@
@dirrm %%MPIDIR%%/man/man1
@dirrm %%MPIDIR%%/man
@dirrm %%MPIDIR%%/lib/openmpi
+@dirrm %%MPIDIR%%/lib/pkgconfig
@dirrm %%MPIDIR%%/lib
@dirrm %%MPIDIR%%/include/vampirtrace
@dirrm %%MPIDIR%%/include/openmpi/ompi/mpi/cxx