|
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 |