diff options
Diffstat (limited to 'science/hdf5-18/files')
-rw-r--r-- | science/hdf5-18/files/patch-c++::commence.in | 31 | ||||
-rw-r--r-- | science/hdf5-18/files/patch-commence.in | 32 | ||||
-rw-r--r-- | science/hdf5-18/files/patch-fortran_H5f90i.h | 11 | ||||
-rw-r--r-- | science/hdf5-18/files/patch-fortran_commence.in | 31 | ||||
-rw-r--r-- | science/hdf5-18/files/patch-fortran_configure | 10 | ||||
-rw-r--r-- | science/hdf5-18/files/patch-fortran_freebsd | 23 |
6 files changed, 0 insertions, 138 deletions
diff --git a/science/hdf5-18/files/patch-c++::commence.in b/science/hdf5-18/files/patch-c++::commence.in deleted file mode 100644 index 393adc30cc0f..000000000000 --- a/science/hdf5-18/files/patch-c++::commence.in +++ /dev/null @@ -1,31 +0,0 @@ ---- c++/config/commence.in.orig Mon Jun 30 16:19:35 2003 -+++ c++/config/commence.in Mon Oct 20 23:44:08 2003 -@@ -27,7 +27,7 @@ - RM=rm -f - CP=cp - INSTALL=@INSTALL@ --INSTALL_PROGRAM=@INSTALL_PROGRAM@ -+INSTALL_PROGRAM=@INSTALL_SCRIPT@ - INSTALL_DATA=@INSTALL_DATA@ - TRACE=: - -@@ -37,7 +37,7 @@ - bindir=@bindir@ - libdir=@libdir@ - includedir=@includedir@ --docdir=@exec_prefix@/doc -+docdir=@exec_prefix@/share - PUB_LIB=$(LIB) - - ## Obtain default library; the current version of libtool does not fully -@@ -60,8 +60,8 @@ - ## Optional variables. We must declare them here because Irix pmake - ## complains if it sees a reference to a variable which has never been - ## defined. The main makefile is free to redefine these to something else. --DOCDIR=$(docdir) --EXAMPLEDIR=$(docdir)/hdf5/examples/c++ -+DOCDIR=$(docdir)/doc/hdf5 -+EXAMPLEDIR=$(docdir)/examples/hdf5/c++ - LIB= - LIB_SRC= - LIB_OBJ= diff --git a/science/hdf5-18/files/patch-commence.in b/science/hdf5-18/files/patch-commence.in deleted file mode 100644 index 0795dcb37f66..000000000000 --- a/science/hdf5-18/files/patch-commence.in +++ /dev/null @@ -1,32 +0,0 @@ ---- config/commence.in.orig Tue Jul 22 23:39:43 2003 -+++ config/commence.in Mon Oct 20 23:45:00 2003 -@@ -26,7 +26,7 @@ - RM=rm -f - CP=cp - INSTALL=@INSTALL@ --INSTALL_PROGRAM=@INSTALL_PROGRAM@ -+INSTALL_PROGRAM=@INSTALL_SCRIPT@ - INSTALL_DATA=@INSTALL_DATA@ - RUNSERIAL=@RUNSERIAL@ - RUNPARALLEL=@RUNPARALLEL@ -@@ -39,7 +39,7 @@ - bindir=@bindir@ - libdir=@libdir@ - includedir=@includedir@ --docdir=@exec_prefix@/doc -+docdir=@exec_prefix@/share - PUB_LIB=$(LIB) - - ## Shared libraries -@@ -57,9 +57,9 @@ - ## Optional variables. We must declare them here because Irix pmake - ## complains if it sees a reference to a variable which has never been - ## defined. The main makefile is free to redefine these to something else. --DOCDIR=$(docdir) -+DOCDIR=$(docdir)/doc/hdf5 - SUBDOCDIR= --EXAMPLEDIR=$(docdir)/hdf5/examples/c -+EXAMPLEDIR=$(docdir)/examples/hdf5/c - LIB= - LIB_SRC= - LIB_OBJ= diff --git a/science/hdf5-18/files/patch-fortran_H5f90i.h b/science/hdf5-18/files/patch-fortran_H5f90i.h deleted file mode 100644 index 83f5855b8993..000000000000 --- a/science/hdf5-18/files/patch-fortran_H5f90i.h +++ /dev/null @@ -1,11 +0,0 @@ ---- fortran/src/H5f90i.h.orig Thu Jul 12 21:26:46 2007 -+++ fortran/src/H5f90i.h Thu Jul 12 21:27:18 2007 -@@ -71,7 +71,7 @@ - #endif /*APPLE*/ - - /* LINUX definitions */ --#if (defined(linux) || defined(__gnu_linux__) || defined(__linux__)) -+#if (defined(linux) || defined(__gnu_linux__) || defined(__linux__) || defined(__FreeBSD__)) - - /* Common definitions */ - typedef char *_fcd; diff --git a/science/hdf5-18/files/patch-fortran_commence.in b/science/hdf5-18/files/patch-fortran_commence.in deleted file mode 100644 index 3331f07ce406..000000000000 --- a/science/hdf5-18/files/patch-fortran_commence.in +++ /dev/null @@ -1,31 +0,0 @@ ---- fortran/config/commence.in.orig Thu Jul 12 21:28:40 2007 -+++ fortran/config/commence.in Thu Jul 12 21:33:56 2007 -@@ -47,7 +47,7 @@ - RM=rm -f - CP=cp - INSTALL=@INSTALL@ --INSTALL_PROGRAM=@INSTALL_PROGRAM@ -+INSTALL_PROGRAM=@INSTALL_SCRIPT@ - INSTALL_DATA=@INSTALL_DATA@ - PARALLEL=@PARALLEL@ - RUNSERIAL=@RUNSERIAL@ -@@ -62,7 +62,7 @@ - bindir=@bindir@ - libdir=@libdir@ - includedir=@includedir@ --docdir=@exec_prefix@/doc -+docdir=@exec_prefix@/share - PUB_LIB=$(LIB) - - ## Shared libraries -@@ -85,8 +85,8 @@ - ## Optional variables. We must declare them here because Irix pmake - ## complains if it sees a reference to a variable which has never been - ## defined. The main makefile is free to redefine these to something else. --DOCDIR=$(docdir) --EXAMPLEDIR=$(docdir)/hdf5/examples/fortran -+DOCDIR=$(docdir)/doc/hdf5 -+EXAMPLEDIR=$(docdir)/examples/hdf5/fortran - LIB= - LIB_SRC= - LIB_OBJ= diff --git a/science/hdf5-18/files/patch-fortran_configure b/science/hdf5-18/files/patch-fortran_configure deleted file mode 100644 index 7244f4e4f10a..000000000000 --- a/science/hdf5-18/files/patch-fortran_configure +++ /dev/null @@ -1,10 +0,0 @@ ---- fortran/configure.orig Thu Jul 12 21:36:24 2007 -+++ fortran/configure Thu Jul 12 21:36:49 2007 -@@ -7602,6 +7602,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/science/hdf5-18/files/patch-fortran_freebsd b/science/hdf5-18/files/patch-fortran_freebsd deleted file mode 100644 index 329de570663c..000000000000 --- a/science/hdf5-18/files/patch-fortran_freebsd +++ /dev/null @@ -1,23 +0,0 @@ ---- fortran/config/freebsd.orig Thu Jul 12 21:23:06 2007 -+++ fortran/config/freebsd Thu Jul 12 21:25:09 2007 -@@ -27,3 +27,20 @@ - - # Figure out compiler flags - . $srcdir/config/gnu-flags -+ -+# -+# HDF5 integers -+# -+# R_LARGE is the number of digits for the bigest integer supported. -+# R_INTEGER is the number of digits in INTEGER -+# -+# (for the Linux architechture) -+# -+R_LARGE=18 -+R_INTEGER=9 -+HADDR_T='SELECTED_INT_KIND(R_LARGE)' -+HSIZE_T='SELECTED_INT_KIND(R_LARGE)' -+HSSIZE_T='SELECTED_INT_KIND(R_LARGE)' -+HID_T='SELECTED_INT_KIND(R_INTEGER)' -+SIZE_T='SELECTED_INT_KIND(R_INTEGER)' -+OBJECT_NAMELEN_DEFAULT_F=-1 |