<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/43aa46f6608e6dec6e411ad37086b956019e9aaf">https://github.com/macports/macports-ports/commit/43aa46f6608e6dec6e411ad37086b956019e9aaf</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 43aa46f6608 z3: Remove hard newlines from notes
</span>43aa46f6608 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 43aa46f6608e6dec6e411ad37086b956019e9aaf
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Wed Dec 2 11:44:51 2020 -0600
<span style='display:block; white-space:pre;color:#404040;'> z3: Remove hard newlines from notes
</span>---
math/z3/Portfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/z3/Portfile b/math/z3/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c8cd1949372..47f6c993f87 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/z3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/z3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -143,10 +143,10 @@ if {${subport} eq ${name} || ${subport} eq "${name}-fstar"} {
</span> compiler.blacklist-append {*gcc*}
notes-append "
<span style='display:block; white-space:pre;background:#ffe0e0;'>- ${name} has been built with profiling instrumentation enabled; note
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ ${name} has been built with profiling instrumentation enabled; note\
</span> that this will introduce non-negligible runtime overhead.
<span style='display:block; white-space:pre;background:#ffe0e0;'>- To generate profile data, specify an output path by setting the
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ To generate profile data, specify an output path by setting the\
</span> LLVM_PROFILE_FILE environmental variable before executing z3.
"
}
</pre><pre style='margin:0'>
</pre>