<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2d5472bf9caab8bcca4f9d37eb8b0c6cf84f2d84">https://github.com/macports/macports-ports/commit/2d5472bf9caab8bcca4f9d37eb8b0c6cf84f2d84</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 2d5472bf9ca eiscor: fix build on 10.7
</span>2d5472bf9ca is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2d5472bf9caab8bcca4f9d37eb8b0c6cf84f2d84
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Sun Feb 5 02:28:58 2023 +0700

<span style='display:block; white-space:pre;color:#404040;'>    eiscor: fix build on 10.7
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Signed-off-by: Sergey Fedorov <vital.had@gmail.com>
</span>---
 math/eiscor/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/eiscor/Portfile b/math/eiscor/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3d527b955f4..17651737a07 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/eiscor/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/eiscor/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,6 +1,7 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 
 PortSystem          1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           compiler_blacklist_versions 1.0
</span> PortGroup           compilers 1.0
 PortGroup           github 1.0
 PortGroup           makefile 1.0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,6 +32,9 @@ post-patch {
</span>     reinplace "s,@BUILDDIR@,${worksrcpath}," ${worksrcpath}/test/complex_double/Makefile
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# error: invalid instruction mnemonic 'cvtsi2sdl'
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    {clang < 500}
</span> compilers.choose    fc f90
 compilers.setup     require_fortran
 
</pre><pre style='margin:0'>

</pre>