summaryrefslogtreecommitdiff
path: root/devel/hdf5/Makefile
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2003-05-09 23:58:51 +0000
committerjtb <jtb@pkgsrc.org>2003-05-09 23:58:51 +0000
commit7d9fa5a06751b4b3d478bf488bc8a46d661fa9a3 (patch)
tree3c5de26e4eb92e5ba28b3571dc8a6c46024330e6 /devel/hdf5/Makefile
parent2bf068c39367700b804e7d25827ecdf6a9fcfb56 (diff)
downloadpkgsrc-7d9fa5a06751b4b3d478bf488bc8a46d661fa9a3.tar.gz
Update to 1.4.5.2.
This version fixes some serious bugs in version 1.4.5 and includes the following relevant changes: * Fixed error in B-tree deletion routine which could cause groups to be corrupted when objects are removed from them. * Fixed error in file space freeing code which could cause metadata to fail to be written to the file. * Fixed error in library when configured with --enable-debug=all. * Added a -force option to h5redeploy. * When using gcc 3.x, we use -std=gnu99 instead of -ansi for compiling.
Diffstat (limited to 'devel/hdf5/Makefile')
-rw-r--r--devel/hdf5/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/devel/hdf5/Makefile b/devel/hdf5/Makefile
index e50a2de11fa..30b8ad25a8b 100644
--- a/devel/hdf5/Makefile
+++ b/devel/hdf5/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.16 2003/04/29 23:05:22 jtb Exp $
+# $NetBSD: Makefile,v 1.17 2003/05/09 23:58:51 jtb Exp $
-DISTNAME= hdf5-1.4.5
+DISTNAME= hdf5-1.4.5-post2
+PKGNAME= hdf5-1.4.5.2
CATEGORIES= devel
-MASTER_SITES= ftp://hdf.ncsa.uiuc.edu/HDF5/hdf5-1.4.4/src/ \
- ftp://sunsite.doc.ic.ac.uk/packages/HDF/HDF5/hdf5-1.4.4/src/ \
+MASTER_SITES= ftp://hdf.ncsa.uiuc.edu/HDF5/hdf5-1.4.5/src/ \
+ ftp://sunsite.doc.ic.ac.uk/packages/HDF/HDF5/hdf5-1.4.5/src/ \
http://www.go.dlr.de/fresh/unix/src/misc/
MAINTAINER= packages@netbsd.org
@@ -22,8 +23,8 @@ post-install:
cd ${WRKSRC} && ${INSTALL_DATA} COPYING release_docs/HISTORY.txt \
release_docs/RELEASE.txt ${PREFIX}/share/doc/hdf5
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/hdf5
- ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${WRKSRC}/doc/html
cd ${WRKSRC}/doc/html && ${PAX} -rw . ${PREFIX}/share/doc/html/hdf5
+ ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/doc/html/hdf5
.include "../../devel/zlib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"