diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-08 22:52:17 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-08 22:52:17 +0000 |
commit | 68e6670c6064cb094ad05e52bad32b23d3421254 (patch) | |
tree | e7db525f8031f3b0b40ebd0aa89a0a8cc5354836 /science/hdf5-18 | |
parent | 28dc68a498123307a53d5716da2befc29b6f7669 (diff) | |
download | ports-68e6670c6064cb094ad05e52bad32b23d3421254.tar.gz ports-68e6670c6064cb094ad05e52bad32b23d3421254.zip |
Notes
Diffstat (limited to 'science/hdf5-18')
-rw-r--r-- | science/hdf5-18/Makefile | 7 | ||||
-rw-r--r-- | science/hdf5-18/distinfo | 4 |
2 files changed, 4 insertions, 7 deletions
diff --git a/science/hdf5-18/Makefile b/science/hdf5-18/Makefile index 0facac7ed391..9b834179b3dd 100644 --- a/science/hdf5-18/Makefile +++ b/science/hdf5-18/Makefile @@ -8,9 +8,10 @@ PORTNAME= hdf5 PORTVERSION= 1.6.2 +PORTREVISION= 1 CATEGORIES= science archivers graphics MASTER_SITES= ftp://hdf.ncsa.uiuc.edu/pub/outgoing/hdf5/snapshots/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-post1 +DISTNAME= ${PORTNAME}-${PORTVERSION}-post2 MAINTAINER= koziol@ncsa.uiuc.edu COMMENT= Hierarchical Data Format library (from NCSA) @@ -28,10 +29,6 @@ INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" -BROKEN= "Configure fails on sparc64" -.endif - post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-D_THREAD_SAFE|${PTHREAD_CFLAGS}|g ; \ diff --git a/science/hdf5-18/distinfo b/science/hdf5-18/distinfo index c56bd609d0af..1e1bcfa0dfbd 100644 --- a/science/hdf5-18/distinfo +++ b/science/hdf5-18/distinfo @@ -1,2 +1,2 @@ -MD5 (hdf5-1.6.2-post1.tar.bz2) = 21034e876db6e0da14114e5f645b4294 -SIZE (hdf5-1.6.2-post1.tar.bz2) = 3201684 +MD5 (hdf5-1.6.2-post2.tar.bz2) = 7982990e60baccb5dfde0d07147658fe +SIZE (hdf5-1.6.2-post2.tar.bz2) = 3204824 |