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 | |
parent | Update to 1.0.18 release. (diff) |
- Attempt to fix build on Sparc
PR: ports/63929
Submitted by: Quincey Koziol <koziol@ncsa.uiuc.edu> (maintainer)
Notes
Notes:
svn path=/head/; revision=103348
Diffstat (limited to 'science')
-rw-r--r-- | science/hdf5-18/Makefile | 7 | ||||
-rw-r--r-- | science/hdf5-18/distinfo | 4 | ||||
-rw-r--r-- | science/hdf5/Makefile | 7 | ||||
-rw-r--r-- | science/hdf5/distinfo | 4 |
4 files changed, 8 insertions, 14 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 diff --git a/science/hdf5/Makefile b/science/hdf5/Makefile index 0facac7ed391..9b834179b3dd 100644 --- a/science/hdf5/Makefile +++ b/science/hdf5/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/distinfo b/science/hdf5/distinfo index c56bd609d0af..1e1bcfa0dfbd 100644 --- a/science/hdf5/distinfo +++ b/science/hdf5/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 |