ports/164852: [PATCH] science/hdf5: update to 1.8.8
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Feb 7 15:10:10 UTC 2012
>Number: 164852
>Category: ports
>Synopsis: [PATCH] science/hdf5: update to 1.8.8
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Tue Feb 07 15:10:09 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Sunpoet Po-Chuan Hsieh
>Release: FreeBSD 9.0-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Sun Jan 29 23:36:49 CST 2012
>Description:
- Update to 1.8.8
- Add http:// to MASTER_SITES
Port maintainer (koziol at hdfgroup.org) is cc'd.
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- hdf5-1.8.8.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/science/hdf5-18/Makefile,v
retrieving revision 1.63
diff -u -u -r1.63 Makefile
--- Makefile 9 Nov 2011 15:25:42 -0000 1.63
+++ Makefile 7 Feb 2012 15:05:49 -0000
@@ -6,10 +6,10 @@
#
PORTNAME= hdf5
-PORTVERSION= 1.8.7
+PORTVERSION= 1.8.8
CATEGORIES= science archivers graphics
-MASTER_SITES= ftp://ftp.hdfgroup.org/HDF5/prev-releases/hdf5-${PORTVERSION}/src/
-#DISTNAME= ${PORTNAME}-${PORTVERSION}-patch1
+MASTER_SITES= http://www.hdfgroup.org/ftp/HDF5/prev-releases/hdf5-${PORTVERSION}/src/ \
+ ftp://ftp.hdfgroup.org/HDF5/prev-releases/hdf5-${PORTVERSION}/src/
MAINTAINER= koziol at hdfgroup.org
COMMENT= Hierarchical Data Format library (from NCSA)
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/science/hdf5-18/distinfo,v
retrieving revision 1.25
diff -u -u -r1.25 distinfo
--- distinfo 15 Jul 2011 06:58:28 -0000 1.25
+++ distinfo 7 Feb 2012 15:05:49 -0000
@@ -1,2 +1,2 @@
-SHA256 (hdf5-1.8.7.tar.bz2) = 771761c9bec30b9a4137fa59ef88fdafdb0f4f35d1db0fd655f2591d19570fec
-SIZE (hdf5-1.8.7.tar.bz2) = 5710170
+SHA256 (hdf5-1.8.8.tar.bz2) = b0ebb0b5478c6c0427631d4ad08f96e39f1b09fde615aa98d2a1b8fb7f6dced3
+SIZE (hdf5-1.8.8.tar.bz2) = 5827394
Index: files/patch-src-H5FDdirect.c
===================================================================
RCS file: /home/ncvs/ports/science/hdf5-18/files/patch-src-H5FDdirect.c,v
retrieving revision 1.1
diff -u -u -r1.1 patch-src-H5FDdirect.c
--- files/patch-src-H5FDdirect.c 24 Nov 2008 05:29:55 -0000 1.1
+++ files/patch-src-H5FDdirect.c 7 Feb 2012 15:05:49 -0000
@@ -1,11 +1,11 @@
---- src/H5FDdirect.c.orig 2008-09-24 22:02:07.000000000 +0800
-+++ src/H5FDdirect.c 2008-09-24 22:02:38.000000000 +0800
+--- src/H5FDdirect.c.orig 2011-11-08 06:11:30.000000000 +0800
++++ src/H5FDdirect.c 2012-02-06 04:24:06.297908396 +0800
@@ -29,6 +29,8 @@
* this file. */
/* #define _XOPEN_SOURCE 600 */
+#define O_DIRECT 0x00010000
+
- #include "H5private.h" /* Generic Functions */
- #include "H5Eprivate.h" /* Error handling */
- #include "H5Fprivate.h" /* File access */
+ #include "H5private.h" /* Generic Functions */
+ #include "H5Eprivate.h" /* Error handling */
+ #include "H5Fprivate.h" /* File access */
--- hdf5-1.8.8.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list