aboutsummaryrefslogtreecommitdiffstats
path: root/science/hdf5/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2003-11-13 13:33:55 +0800
committerijliao <ijliao@FreeBSD.org>2003-11-13 13:33:55 +0800
commit9440992395a59363685ab1ff3b392bc69db5d135 (patch)
tree960c8d1e3002b5ae238d327ad97907ee86fb3d4b /science/hdf5/Makefile
parent4c7842a234d1aa9d48a7ddeb0b2ba8aae0b6ecf0 (diff)
downloadfreebsd-ports-gnome-9440992395a59363685ab1ff3b392bc69db5d135.tar.gz
freebsd-ports-gnome-9440992395a59363685ab1ff3b392bc69db5d135.tar.zst
freebsd-ports-gnome-9440992395a59363685ab1ff3b392bc69db5d135.zip
upgrade to 1.6.1
PR: 58335 Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk>
Diffstat (limited to 'science/hdf5/Makefile')
-rw-r--r--science/hdf5/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/science/hdf5/Makefile b/science/hdf5/Makefile
index 86a7fb1f095d..044c72cee4b6 100644
--- a/science/hdf5/Makefile
+++ b/science/hdf5/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= hdf5
-PORTVERSION= 1.4.5
+PORTVERSION= 1.6.1
CATEGORIES= graphics
MASTER_SITES= http://fresh.t-systems-sfr.com/unix/src/misc/
@@ -33,11 +33,11 @@ post-patch:
s|[\$$]LDFLAGS -pthread|\$$LDFLAGS ${PTHREAD_LIBS}|g ; \
s|-lcipher||g' \
${WRKSRC}/config/freebsd
- @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/config/gnu-flags
+ @${REINPLACE_CMD} -e 's|-O3||g' ${WRKSRC}/config/gnu-flags
post-install:
-.for file in gif2h5 h52gif h5debug h5dump h5import h5ls h5perf h5repart
- @${STRIP_CMD} ${PREFIX}/bin/${file}
+.for i in gif2h5 h52gif h5createU8 h5debug h5diff h5dump h5import h5ls h5repart
+ @${STRIP_CMD} ${PREFIX}/bin/${i}
.endfor
.include <bsd.port.mk>