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

(-)/usr/ports/sunpoet/hdf5-18/Makefile (-6 / +13 lines)
Lines 6-23 Link Here
6
#
6
#
7
7
8
PORTNAME=	hdf5
8
PORTNAME=	hdf5
9
PORTVERSION=	1.8.3
9
PORTVERSION=	1.8.4
10
PORTREVISION=	1
11
CATEGORIES=	science archivers graphics
10
CATEGORIES=	science archivers graphics
12
MASTER_SITES=	ftp://ftp.hdfgroup.org/HDF5/current/src/ \
11
MASTER_SITES=	ftp://ftp.hdfgroup.org/HDF5/current/src/ \
13
		ftp://ftp.hdfgroup.org/HDF5/prev-releases/hdf5-1.8.2/src/
12
		ftp://ftp.hdfgroup.org/HDF5/prev-releases/hdf5-1.8.4/src/
13
DISTNAME=	${PORTNAME}-${PORTVERSION}-patch1
14
14
15
MAINTAINER=	koziol@hdfgroup.org
15
MAINTAINER=	koziol@hdfgroup.org
16
COMMENT=	Hierarchical Data Format library (from NCSA)
16
COMMENT=	Hierarchical Data Format library (from NCSA)
17
17
18
CONFLICTS=	hdf5-1.6.*
18
CONFLICTS=	hdf-4.* hdf5-1.6.*
19
NO_LATEST_LINK=	yes
19
NO_LATEST_LINK=	yes
20
20
21
USE_BZIP2=	yes
21
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
22
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
23
CONFIGURE_ARGS=	--disable-debug \
24
CONFIGURE_ARGS=	--disable-debug \
Lines 26-34 Link Here
26
		--enable-production \
27
		--enable-production \
27
		--enable-strict-format-checks \
28
		--enable-strict-format-checks \
28
		--with-pthread=/usr \
29
		--with-pthread=/usr \
29
		--with-ssl=/usr \
30
		--with-zlib=/usr
30
		--with-zlib=/usr
31
31
32
OPTIONS=	FORTRAN	"Fortran support"	off \
33
		SZIP	"SZIP support"		off
34
32
.include <bsd.port.pre.mk>
35
.include <bsd.port.pre.mk>
33
36
34
.if defined(WITH_FORTRAN)
37
.if defined(WITH_FORTRAN)
Lines 40-45 Link Here
40
PLIST_SUB+=		FORTRAN="@comment "
43
PLIST_SUB+=		FORTRAN="@comment "
41
.endif
44
.endif
42
45
46
.if defined(WITH_SZIP)
47
LIB_DEPENDS+=		sz.2:${PORTSDIR}/science/szip
48
CONFIGURE_ARGS+=	--with-szlib=${LOCALBASE}
49
.endif
50
43
.if ${ARCH} == "sparc64"
51
.if ${ARCH} == "sparc64"
44
BROKEN=		Does not compile on ${ARCH}
52
BROKEN=		Does not compile on ${ARCH}
45
.endif
53
.endif
Lines 53-59 Link Here
53
	@${MKDIR} ${EXAMPLESDIR}
61
	@${MKDIR} ${EXAMPLESDIR}
54
	${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
62
	${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
55
.endif
63
.endif
56
57
.for i in gif2h5 h52gif h5debug h5diff h5dump h5import h5jam h5ls h5repack h5repart h5unjam
64
.for i in gif2h5 h52gif h5debug h5diff h5dump h5import h5jam h5ls h5repack h5repart h5unjam
58
	@${STRIP_CMD} ${PREFIX}/bin/${i}
65
	@${STRIP_CMD} ${PREFIX}/bin/${i}
59
.endfor
66
.endfor
(-)/usr/ports/sunpoet/hdf5-18/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (hdf5-1.8.3.tar.gz) = 5ce228d860bf9e797ca40ab1a823c380
1
MD5 (hdf5-1.8.4-patch1.tar.bz2) = b19f4dfbf654a2af3653c492fc1c7513
2
SHA256 (hdf5-1.8.3.tar.gz) = 2e124dfd59ca00dee693c06cf2517d14b361769e65edbc1c3940063437d0a5e3
2
SHA256 (hdf5-1.8.4-patch1.tar.bz2) = 818b9f7ff767e9760d0c8aa0abc16ad20e616cfaab760dd3b18ead67326a3f18
3
SIZE (hdf5-1.8.3.tar.gz) = 7175884
3
SIZE (hdf5-1.8.4-patch1.tar.bz2) = 5251124

Return to bug 144782