[35904] trunk/dports/science/hdf5
jochen at macports.org
jochen at macports.org
Wed Apr 9 09:40:52 PDT 2008
Revision: 35904
http://trac.macosforge.org/projects/macports/changeset/35904
Author: jochen at macports.org
Date: 2008-04-09 09:40:51 -0700 (Wed, 09 Apr 2008)
Log Message:
-----------
add one more patch (to declare free in C++)
Modified Paths:
--------------
trunk/dports/science/hdf5/Portfile
Added Paths:
-----------
trunk/dports/science/hdf5/files/patch-H5PropList.cpp.diff
Modified: trunk/dports/science/hdf5/Portfile
===================================================================
--- trunk/dports/science/hdf5/Portfile 2008-04-09 16:36:55 UTC (rev 35903)
+++ trunk/dports/science/hdf5/Portfile 2008-04-09 16:40:51 UTC (rev 35904)
@@ -3,6 +3,8 @@
PortSystem 1.0
+# This Portfile still follows 1.6.x, in the spirit of 1.8 not beeing ready for production.
+# We should provide a hdf5-devel port for 1.8 at this time, I guess.
name hdf5
version 1.6.7
revision 1
@@ -20,7 +22,8 @@
depends_lib port:zlib
patchfiles patch-commence.diff patch-c-commence.diff \
- patch-fortran-commence.diff patch-H5f90i.diff
+ patch-fortran-commence.diff patch-H5f90i.diff \
+ patch-H5PropList.cpp.diff
use_parallel_build yes
configure.args --enable-cxx --with-zlib=yes --with-szlib=no
Added: trunk/dports/science/hdf5/files/patch-H5PropList.cpp.diff
===================================================================
--- trunk/dports/science/hdf5/files/patch-H5PropList.cpp.diff (rev 0)
+++ trunk/dports/science/hdf5/files/patch-H5PropList.cpp.diff 2008-04-09 16:40:51 UTC (rev 35904)
@@ -0,0 +1,10 @@
+--- work/hdf5-1.6.7/c++/src/H5PropList.cpp.orig 2008-04-09 18:34:35.000000000 +0200
++++ work/hdf5-1.6.7/c++/src/H5PropList.cpp 2008-04-09 18:35:11.000000000 +0200
+@@ -18,6 +18,7 @@
+ #else
+ #include <iostream>
+ #endif
++#include <cstdlib>
+ #include <string>
+
+ #include "H5Include.h"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080409/952ac68e/attachment.html
More information about the macports-changes
mailing list