<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/0cbf2a9917f053632d3949509c1f6ac28fd4f44b">https://github.com/macports/macports-ports/commit/0cbf2a9917f053632d3949509c1f6ac28fd4f44b</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 0cbf2a9917f053632d3949509c1f6ac28fd4f44b
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Thu Mar 30 11:08:09 2023 +0100

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/llvm-devel/Portfile b/lang/llvm-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 91c42ca2f16..4e0371c9e5a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/llvm-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/llvm-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -321,14 +321,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> }
 
 if { ${subport} eq "clang-${llvm_version}" ||
</pre><pre style='margin:0'>

</pre>