summaryrefslogtreecommitdiff
path: root/devel/hdf5/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2007-09-18 18:58:08 +0000
committerdrochner <drochner@pkgsrc.org>2007-09-18 18:58:08 +0000
commit9344acf1ad52bfb85f87404ed0b2bf570c93b3aa (patch)
tree7df14fb244f0dfb4e545b82770a0bb9bda5e5da7 /devel/hdf5/Makefile
parent757711de5144bd5f21bcdb44b19fd99b090c0fb4 (diff)
downloadpkgsrc-9344acf1ad52bfb85f87404ed0b2bf570c93b3aa.tar.gz
update to 1.6.6
changes: -minor feature additions to the command line tools -C++ API: Added support for Szip -bugfixes pkgsrc changes: -fixes for the cxx option (should be a separate pkg) -fixes for the threadsafe option -- replaced a pthread_equal() by a simple "==" to make it usable with non-threaded apps (not 100% portable, but should be fine for the platforms in question) The shared libraries should not be linked against libpthread, but that would require serious changes to the autoconf/make machinery so I've left it alone for now. If that is fixed, "threadsafe" could be made default. -Don't try to strip scripts on install.
Diffstat (limited to 'devel/hdf5/Makefile')
-rw-r--r--devel/hdf5/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/hdf5/Makefile b/devel/hdf5/Makefile
index 7e113fd0888..41e9aab639d 100644
--- a/devel/hdf5/Makefile
+++ b/devel/hdf5/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.38 2006/06/22 21:23:28 rillig Exp $
+# $NetBSD: Makefile,v 1.39 2007/09/18 18:58:08 drochner Exp $
-DISTNAME= hdf5-1.6.5
-PKGREVISION= 2
+DISTNAME= hdf5-1.6.6
CATEGORIES= devel
-MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/HDF/HDF5/hdf5-1.6.5/src/
+MASTER_SITES= ftp://ftp.hdfgroup.org/HDF5/current/src/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://hdf.ncsa.uiuc.edu/HDF5/
@@ -22,6 +21,8 @@ CHECK_WRKREF_SKIP= ${PREFIX}/lib/libhdf5.settings
.include "options.mk"
+INSTALL_ENV+= INSTALL_SCRIPT=${INSTALL_SCRIPT:Q}
+
post-extract:
${CP} ${WRKSRC}/config/freebsd ${WRKSRC}/config/netbsd
${CP} ${WRKSRC}/config/freebsd ${WRKSRC}/config/netbsdelf