diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-03-07 17:36:05 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-03-07 17:36:05 +0000 |
commit | dfe525bc47be635bedb70c5a511aeb9883f6bd75 (patch) | |
tree | 25614970993ffa74ca3688ac55456b83c5d2e0ba /science/hdf5-18 | |
parent | 347f25eada3bf08c50cc164e5567679dc5a3d92d (diff) | |
download | freebsd-ports-dfe525bc47be635bedb70c5a511aeb9883f6bd75.zip |
Add USES=libtool to fix a linker problem when the FORTRAN option is enabled
on versions of FreeBSD where the base system binutils is too old to link
object files generated by lang/gcc (gfortran).
PR: ports/187252
Diffstat (limited to 'science/hdf5-18')
-rw-r--r-- | science/hdf5-18/Makefile | 2 | ||||
-rw-r--r-- | science/hdf5-18/pkg-plist | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/science/hdf5-18/Makefile b/science/hdf5-18/Makefile index 9827872758f0..5510fb16ef74 100644 --- a/science/hdf5-18/Makefile +++ b/science/hdf5-18/Makefile @@ -3,6 +3,7 @@ PORTNAME= hdf5 PORTVERSION= 1.8.10 +PORTREVISION= 1 CATEGORIES= science archivers graphics MASTER_SITES= http://www.hdfgroup.org/ftp/HDF5/current/src/ \ ftp://ftp.hdfgroup.org/HDF5/current/src/ \ @@ -18,6 +19,7 @@ OPTIONS_DEFINE= DEBUG EXAMPLES FORTRAN SZIP CONFLICTS_INSTALL= hdf-4.[0-9]* hdf5-1.6.[0-9]* +USES= libtool USE_BZIP2= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/science/hdf5-18/pkg-plist b/science/hdf5-18/pkg-plist index 49a79a919cb2..9e9237f285f0 100644 --- a/science/hdf5-18/pkg-plist +++ b/science/hdf5-18/pkg-plist @@ -126,26 +126,32 @@ lib/libhdf5.la lib/libhdf5.settings lib/libhdf5.so lib/libhdf5.so.7 +lib/libhdf5.so.7.0.4 lib/libhdf5_cpp.a lib/libhdf5_cpp.la lib/libhdf5_cpp.so lib/libhdf5_cpp.so.7 +lib/libhdf5_cpp.so.7.0.4 %%FORTRAN%%lib/libhdf5_fortran.a %%FORTRAN%%lib/libhdf5_fortran.la %%FORTRAN%%lib/libhdf5_fortran.so %%FORTRAN%%lib/libhdf5_fortran.so.7 +%%FORTRAN%%lib/libhdf5_fortran.so.7.0.4 lib/libhdf5_hl.a lib/libhdf5_hl.la lib/libhdf5_hl.so lib/libhdf5_hl.so.7 +lib/libhdf5_hl.so.7.0.4 lib/libhdf5_hl_cpp.a lib/libhdf5_hl_cpp.la lib/libhdf5_hl_cpp.so lib/libhdf5_hl_cpp.so.7 +lib/libhdf5_hl_cpp.so.7.0.4 %%FORTRAN%%lib/libhdf5hl_fortran.a %%FORTRAN%%lib/libhdf5hl_fortran.la %%FORTRAN%%lib/libhdf5hl_fortran.so %%FORTRAN%%lib/libhdf5hl_fortran.so.7 +%%FORTRAN%%lib/libhdf5hl_fortran.so.7.0.4 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/chunks.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/compound.cpp |