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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/acaf9db3755aa124cc0435d6ba8659ebe2edc9bc">https://github.com/macports/macports-ports/commit/acaf9db3755aa124cc0435d6ba8659ebe2edc9bc</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit acaf9db3755aa124cc0435d6ba8659ebe2edc9bc
</span>Author: barracuda156 <vital.had@gmail.com>
AuthorDate: Sun Mar 24 05:37:06 2024 +0800

<span style='display:block; white-space:pre;color:#404040;'>    octave: do not use bsdtar hack on powerpc
</span>---
 math/octave/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/octave/Portfile b/math/octave/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6e0dff5c0aa..632da111261 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/octave/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/octave/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,7 +38,8 @@ patchfiles-append patch-better_error.diff
</span> 
 # bsdtar and tar have different outputs
 # starting in Mac OS X Snow Leopard (10.6), tar is an alias of bsdtar
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if { ${os.platform} eq "darwin" && ${os.major} >= 10 } {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# this patch breaks packages builds on 10.6 ppc, so exclude it there
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if { ${os.platform} eq "darwin" && ${os.major} >= 10 && ${os.arch} ne "powerpc" } {
</span>     patchfiles-append patch-bsdtar.diff
 }
 
</pre><pre style='margin:0'>

</pre>