diff options
author | pav <pav@FreeBSD.org> | 2004-03-09 06:52:17 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-09 06:52:17 +0800 |
commit | 70ab907ca7ec81114e38e544b62a62949a9b799b (patch) | |
tree | 6c6f732b5608fc99e7b08c0d4310d96e20b9facc /science | |
parent | 0d59fe5717f4e8d02f2716e2c0c42f44e48f3cc4 (diff) | |
download | freebsd-ports-graphics-70ab907ca7ec81114e38e544b62a62949a9b799b.tar.gz freebsd-ports-graphics-70ab907ca7ec81114e38e544b62a62949a9b799b.tar.zst freebsd-ports-graphics-70ab907ca7ec81114e38e544b62a62949a9b799b.zip |
- Attempt to fix build on Sparc
PR: ports/63929
Submitted by: Quincey Koziol <koziol@ncsa.uiuc.edu> (maintainer)
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 0facac7ed39..9b834179b3d 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 c56bd609d0a..1e1bcfa0dfb 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 0facac7ed39..9b834179b3d 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 c56bd609d0a..1e1bcfa0dfb 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 |