<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/64120c4ab17039a29ba1c82f45d35a0093278c57">https://github.com/macports/macports-ports/commit/64120c4ab17039a29ba1c82f45d35a0093278c57</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 64120c4ab17 ortep3: fix errorneous lines in graphics output
</span>64120c4ab17 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 64120c4ab17039a29ba1c82f45d35a0093278c57
</span>Author: Karl-Michael Schindler <karl-michael.schindler@web.de>
AuthorDate: Wed Apr 16 16:24:50 2025 +0200
<span style='display:block; white-space:pre;color:#404040;'> ortep3: fix errorneous lines in graphics output
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> -O2 optimization creates wrong overlap of lines calculations.
</span>---
science/ortep3/Portfile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/ortep3/Portfile b/science/ortep3/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a8bbb189f4d..08b22779e35 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/ortep3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/ortep3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup compilers 1.0
</span>
name ortep3
version 1.0.3
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 2
</span> categories science chemistry
license public-domain
maintainers {@kamischi web.de:karl-michael.schindler} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -61,10 +61,11 @@ post-patch {
</span>
use_parallel_build no
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Note: Not setting -O0 leads to errorneous lines in the graphics
</span> build {
system -W ${worksrcpath} "${configure.f90} \
-fdiagnostics-color=auto -std=legacy \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- -O2 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ -O0 \
</span> -F${frameworks_dir} -framework AquaTerm \
-L${prefix}/lib \
-lpng -lpgplot -lX11 \
</pre><pre style='margin:0'>
</pre>