<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a805c289974b812910faa97f14940f9e067c7bf7">https://github.com/macports/macports-ports/commit/a805c289974b812910faa97f14940f9e067c7bf7</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit a805c289974b812910faa97f14940f9e067c7bf7
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Wed Mar 22 16:44:07 2023 -0500

<span style='display:block; white-space:pre;color:#404040;'>    libmed: De-fuzz patchfiles for Ventura
</span>---
 science/libmed/files/patch-hdf5-1.12.diff |  8 +++----
 science/libmed/files/patch-test10.diff    | 36 +++++++++++++++----------------
 2 files changed, 22 insertions(+), 22 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/libmed/files/patch-hdf5-1.12.diff b/science/libmed/files/patch-hdf5-1.12.diff
</span><span style='display:block; white-space:pre;color:#808080;'>index ee983376d95..508e9b8c1fa 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/libmed/files/patch-hdf5-1.12.diff
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/libmed/files/patch-hdf5-1.12.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -53,7 +53,7 @@ index 4bc9551..b670c92 100644
</span> +++ b/src/hdfi/_MEDfileCreate.c
 @@ -159,7 +159,7 @@ med_idt _MEDfileCreate(const char * const filename, const med_access_mode access
     * En HDF5-1.10.0p1 cela n'a aucun effet ! 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    * Un test autoconf permet de fixer un intervalle de version HDF ?? MED.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    * Un test autoconf permet de fixer un intervalle de version HDF à MED.
</span>     */
 -#if H5_VERS_MINOR > 10
 +#if H5_VERS_MINOR > 14
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -66,13 +66,13 @@ index 8ace00e..ebd875b 100644
</span> +++ b/src/hdfi/_MEDfileOpen.c
 @@ -72,7 +72,7 @@ med_idt _MEDfileOpen(const char * const filename,const med_access_mode accessmod
  
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    ???   The creation order tracking property, H5P_CRT_ORDER_TRACKED, has been set in the group creation property list (see H5Pset_link_creation_order). 
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    •   The creation order tracking property, H5P_CRT_ORDER_TRACKED, has been set in the group creation property list (see H5Pset_link_creation_order). 
</span>    */
 -#if H5_VERS_MINOR > 10
 +#if H5_VERS_MINOR > 14
  #error "Don't forget to change the compatibility version of the library !"
  #endif
<span style='display:block; white-space:pre;background:#ffe0e0;'>- /* L'avantage de bloquer le mod??le interne HDF5 
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ /* L'avantage de bloquer le modèle interne HDF5 
</span> diff --git a/src/hdfi/_MEDmemFileOpen.c b/src/hdfi/_MEDmemFileOpen.c
 index ae92ba7..4a929ff 100644
 --- src/hdfi/_MEDmemFileOpen.c
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -92,7 +92,7 @@ index f0b77be..b7d1b78 100644
</span> +++ b/src/hdfi/_MEDparFileCreate.c
 @@ -64,7 +64,7 @@ med_idt _MEDparFileCreate(const char * const filename, const med_access_mode acc
     * En HDF5-1.10.0p1 cela n'a aucun effet ! 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    * Un test autoconf permet de fixer un intervalle de version HDF ?? MED.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    * Un test autoconf permet de fixer un intervalle de version HDF à MED.
</span>     */
 -#if H5_VERS_MINOR > 10
 +#if H5_VERS_MINOR > 14
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/libmed/files/patch-test10.diff b/science/libmed/files/patch-test10.diff
</span><span style='display:block; white-space:pre;color:#808080;'>index a59254fe8f3..9ddd754c490 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/libmed/files/patch-test10.diff
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/libmed/files/patch-test10.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,6 +1,6 @@
</span> Patches test10 to avoid conflict with _a, _b and constants defined in internal header files.
<span style='display:block; white-space:pre;background:#ffe0e0;'>---- tests/c/test10.c.orig       2018-12-10 10:17:58.000000000 +0000
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-+++ tests/c/test10.c       2021-02-08 10:30:35.000000000 +0000
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+--- tests/c/test10.c.orig  2021-09-20 07:52:33.000000000 -0500
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ tests/c/test10.c       2023-03-22 16:37:09.000000000 -0500
</span> @@ -14,8 +14,8 @@
   *  You should have received a copy of the GNU Lesser General Public License
   *  along with MED.  If not, see <http://www.gnu.org/licenses/>.
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -12,7 +12,7 @@ Patches test10 to avoid conflict with _a, _b and constants defined in internal h
</span>  #define _p1 0.11169079483905
  #define _p2 0.0549758718227661
  
<span style='display:block; white-space:pre;background:#ffe0e0;'>-@@ -103,8 +103,8 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -102,8 +102,8 @@
</span>  
    /* Constantes */
  
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,8 +23,8 @@ Patches test10 to avoid conflict with _a, _b and constants defined in internal h
</span>    med_float wg1_1[6] = { 4*_p2, 4*_p2, 4*_p2, 4*_p1, 4*_p1, 4*_p1 };
  
    med_int   nval1_1= 1*6; /*1 valeurs et 6 points de gauss par valeur */
<span style='display:block; white-space:pre;background:#ffe0e0;'>---- tests/c/test10_f32.c.orig   2018-12-10 17:42:27.000000000 +0000
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-+++ tests/c/test10_f32.c   2021-02-08 10:30:35.000000000 +0000
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+--- tests/c/test10_f32.c.orig      2021-10-08 06:46:05.000000000 -0500
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ tests/c/test10_f32.c   2023-03-22 16:37:09.000000000 -0500
</span> @@ -14,8 +14,8 @@
   *  You should have received a copy of the GNU Lesser General Public License
   *  along with MED.  If not, see <http://www.gnu.org/licenses/>.
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,7 +36,7 @@ Patches test10 to avoid conflict with _a, _b and constants defined in internal h
</span>  #define _p1 0.11169079483905
  #define _p2 0.0549758718227661
  
<span style='display:block; white-space:pre;background:#ffe0e0;'>-@@ -103,8 +103,8 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -102,8 +102,8 @@
</span>  
    /* Constantes */
  
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -47,8 +47,8 @@ Patches test10 to avoid conflict with _a, _b and constants defined in internal h
</span>    med_float wg1_1[6] = { 4*_p2, 4*_p2, 4*_p2, 4*_p1, 4*_p1, 4*_p1 };
  
    med_int   nval1_1= 1*6; /*1 valeurs et 6 points de gauss par valeur */
<span style='display:block; white-space:pre;background:#ffe0e0;'>---- tests/c/test10_f32_i32.c.orig       2018-12-10 17:42:27.000000000 +0000
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-+++ tests/c/test10_f32_i32.c       2021-02-08 10:30:35.000000000 +0000
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+--- tests/c/test10_f32_i32.c.orig  2021-10-08 06:46:05.000000000 -0500
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ tests/c/test10_f32_i32.c       2023-03-22 16:37:09.000000000 -0500
</span> @@ -14,8 +14,8 @@
   *  You should have received a copy of the GNU Lesser General Public License
   *  along with MED.  If not, see <http://www.gnu.org/licenses/>.
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -60,7 +60,7 @@ Patches test10 to avoid conflict with _a, _b and constants defined in internal h
</span>  #define _p1 0.11169079483905
  #define _p2 0.0549758718227661
  
<span style='display:block; white-space:pre;background:#ffe0e0;'>-@@ -103,8 +103,8 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -102,8 +102,8 @@
</span>  
    /* Constantes */
  
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -71,8 +71,8 @@ Patches test10 to avoid conflict with _a, _b and constants defined in internal h
</span>    med_float wg1_1[6] = { 4*_p2, 4*_p2, 4*_p2, 4*_p1, 4*_p1, 4*_p1 };
  
    med_int   nval1_1= 1*6; /*1 valeurs et 6 points de gauss par valeur */
<span style='display:block; white-space:pre;background:#ffe0e0;'>---- tests/c/test10_f32_i64.c.orig       2018-12-10 17:42:27.000000000 +0000
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-+++ tests/c/test10_f32_i64.c       2021-02-08 10:30:35.000000000 +0000
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+--- tests/c/test10_f32_i64.c.orig  2021-10-08 06:46:05.000000000 -0500
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ tests/c/test10_f32_i64.c       2023-03-22 16:37:09.000000000 -0500
</span> @@ -14,8 +14,8 @@
   *  You should have received a copy of the GNU Lesser General Public License
   *  along with MED.  If not, see <http://www.gnu.org/licenses/>.
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -84,7 +84,7 @@ Patches test10 to avoid conflict with _a, _b and constants defined in internal h
</span>  #define _p1 0.11169079483905
  #define _p2 0.0549758718227661
  
<span style='display:block; white-space:pre;background:#ffe0e0;'>-@@ -103,8 +103,8 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -102,8 +102,8 @@
</span>  
    /* Constantes */
  
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -95,8 +95,8 @@ Patches test10 to avoid conflict with _a, _b and constants defined in internal h
</span>    med_float wg1_1[6] = { 4*_p2, 4*_p2, 4*_p2, 4*_p1, 4*_p1, 4*_p1 };
  
    med_int   nval1_1= 1*6; /*1 valeurs et 6 points de gauss par valeur */
<span style='display:block; white-space:pre;background:#ffe0e0;'>---- tests/c/test10_i32.c.orig   2018-12-10 17:42:27.000000000 +0000
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-+++ tests/c/test10_i32.c   2021-02-08 10:30:35.000000000 +0000
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+--- tests/c/test10_i32.c.orig      2021-10-08 06:46:05.000000000 -0500
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ tests/c/test10_i32.c   2023-03-22 16:37:09.000000000 -0500
</span> @@ -14,8 +14,8 @@
   *  You should have received a copy of the GNU Lesser General Public License
   *  along with MED.  If not, see <http://www.gnu.org/licenses/>.
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -108,7 +108,7 @@ Patches test10 to avoid conflict with _a, _b and constants defined in internal h
</span>  #define _p1 0.11169079483905
  #define _p2 0.0549758718227661
  
<span style='display:block; white-space:pre;background:#ffe0e0;'>-@@ -103,8 +103,8 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -102,8 +102,8 @@
</span>  
    /* Constantes */
  
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -119,8 +119,8 @@ Patches test10 to avoid conflict with _a, _b and constants defined in internal h
</span>    med_float wg1_1[6] = { 4*_p2, 4*_p2, 4*_p2, 4*_p1, 4*_p1, 4*_p1 };
  
    med_int   nval1_1= 1*6; /*1 valeurs et 6 points de gauss par valeur */
<span style='display:block; white-space:pre;background:#ffe0e0;'>---- tests/c/test10_i64.c.orig   2018-12-10 17:42:27.000000000 +0000
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-+++ tests/c/test10_i64.c   2021-02-08 10:30:35.000000000 +0000
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+--- tests/c/test10_i64.c.orig      2021-10-08 06:46:05.000000000 -0500
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ tests/c/test10_i64.c   2023-03-22 16:37:09.000000000 -0500
</span> @@ -14,8 +14,8 @@
   *  You should have received a copy of the GNU Lesser General Public License
   *  along with MED.  If not, see <http://www.gnu.org/licenses/>.
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -132,7 +132,7 @@ Patches test10 to avoid conflict with _a, _b and constants defined in internal h
</span>  #define _p1 0.11169079483905
  #define _p2 0.0549758718227661
  
<span style='display:block; white-space:pre;background:#ffe0e0;'>-@@ -103,8 +103,8 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -102,8 +102,8 @@
</span>  
    /* Constantes */
  
</pre><pre style='margin:0'>

</pre>