<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/efdd1a9195ca2600235a5776994b750cd1f72eda">https://github.com/macports/macports-ports/commit/efdd1a9195ca2600235a5776994b750cd1f72eda</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit efdd1a9195ca2600235a5776994b750cd1f72eda
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Thu Mar 30 11:07:30 2023 +0100

<span style='display:block; white-space:pre;color:#404040;'>    flang-16: Remove redundant port notes
</span>---
 lang/llvm-16/Portfile | 8 --------
 1 file changed, 8 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/llvm-16/Portfile b/lang/llvm-16/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a73de48bf84..5fbfce98414 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/llvm-16/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/llvm-16/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -302,14 +302,6 @@ if { ${subport} eq "flang-${llvm_version}" } {
</span>         # components we want to install are not available; we want "everything but llvm"
         system "cd ${destroot.dir}/tools/flang && ${destroot.cmd} ${destroot.pre_args} ${destroot.target} ${destroot.post_args}"
     }
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    notes-append {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        This version of flang passes off to another fortran compiler to do the actual compiling.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        At present, you may need to set the desired fortran compiler with an ENV VAR if\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        the default gfortran is not found on PATH.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        For example: F18_FC=gfortran-mp-11 flang-mp-13 hello.f90 -o hello.bin
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        See https://github.com/llvm/llvm-project/blob/master/flang/docs/ReleaseNotes.md
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    }
</span> }
 
 # Restrict to OSX 10.7 and newer
</pre><pre style='margin:0'>

</pre>