View | Details | Raw Unified | Return to bug 63929
Collapse All | Expand All

(-)hdf5.new/Makefile (-5 / +2 lines)
Lines 8-16 Link Here
8
8
9
PORTNAME=	hdf5
9
PORTNAME=	hdf5
10
PORTVERSION=	1.6.2
10
PORTVERSION=	1.6.2
11
PORTREVISION=	1
11
CATEGORIES=	science archivers graphics
12
CATEGORIES=	science archivers graphics
12
MASTER_SITES=	ftp://hdf.ncsa.uiuc.edu/pub/outgoing/hdf5/snapshots/
13
MASTER_SITES=	ftp://hdf.ncsa.uiuc.edu/pub/outgoing/hdf5/snapshots/
13
DISTNAME=	${PORTNAME}-${PORTVERSION}-post1
14
DISTNAME=	${PORTNAME}-${PORTVERSION}-post2
14
15
15
MAINTAINER=	koziol@ncsa.uiuc.edu
16
MAINTAINER=	koziol@ncsa.uiuc.edu
16
COMMENT=	Hierarchical Data Format library (from NCSA)
17
COMMENT=	Hierarchical Data Format library (from NCSA)
Lines 27-36 Link Here
27
INSTALLS_SHLIB=	yes
28
INSTALLS_SHLIB=	yes
28
29
29
.include <bsd.port.pre.mk>
30
.include <bsd.port.pre.mk>
30
31
.if ${ARCH} == "sparc64"
32
BROKEN=		"Configure fails on sparc64"
33
.endif
34
31
35
post-patch:
32
post-patch:
36
	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
33
	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
(-)hdf5.new/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (hdf5-1.6.2-post1.tar.bz2) = 21034e876db6e0da14114e5f645b4294
1
MD5 (hdf5-1.6.2-post2.tar.bz2) = 7982990e60baccb5dfde0d07147658fe
2
SIZE (hdf5-1.6.2-post1.tar.bz2) = 3201684
2
SIZE (hdf5-1.6.2-post2.tar.bz2) = 3204824

Return to bug 63929