Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Mar 2014 17:36:05 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r347410 - head/science/hdf5-18
Message-ID:  <201403071736.s27Ha5qH061129@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Fri Mar  7 17:36:05 2014
New Revision: 347410
URL: http://svnweb.freebsd.org/changeset/ports/347410
QAT: https://qat.redports.org/buildarchive/r347410/

Log:
  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

Modified:
  head/science/hdf5-18/Makefile
  head/science/hdf5-18/pkg-plist

Modified: head/science/hdf5-18/Makefile
==============================================================================
--- head/science/hdf5-18/Makefile	Fri Mar  7 17:29:28 2014	(r347409)
+++ head/science/hdf5-18/Makefile	Fri Mar  7 17:36:05 2014	(r347410)
@@ -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 S
 
 CONFLICTS_INSTALL=	hdf-4.[0-9]* hdf5-1.6.[0-9]*
 
+USES=		libtool
 USE_BZIP2=	yes
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes

Modified: head/science/hdf5-18/pkg-plist
==============================================================================
--- head/science/hdf5-18/pkg-plist	Fri Mar  7 17:29:28 2014	(r347409)
+++ head/science/hdf5-18/pkg-plist	Fri Mar  7 17:36:05 2014	(r347410)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403071736.s27Ha5qH061129>