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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6a997ca1759091336a4936e56a157f40aa1a695a">https://github.com/macports/macports-ports/commit/6a997ca1759091336a4936e56a157f40aa1a695a</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 6a997ca  augaes: disable examples on ppc
</span>6a997ca is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6a997ca1759091336a4936e56a157f40aa1a695a
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Thu Jan 17 23:51:07 2019 -0800

<span style='display:block; white-space:pre;color:#404040;'>    augaes: disable examples on ppc
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    same issue on ppc as noted on i386
</span><span style='display:block; white-space:pre;color:#404040;'>    so do same change
</span>---
 sysutils/augeas/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/augeas/Portfile b/sysutils/augeas/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 557a486..073e53f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/augeas/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/augeas/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -33,8 +33,9 @@ configure.args          --disable-silent-rules \
</span> 
 #use_parallel_build      no
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# this port doesn't build the examples as i386 <https://trac.macports.org/ticket/57897>
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-if { ${build_arch} eq "i386" || ([variant_isset universal] && [lsearch ${universal_archs} i386] != -1) } {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# this port doesn't build the examples as 32 bit <https://trac.macports.org/ticket/57897>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if { ${build_arch} eq "i386" || ([variant_isset universal] && [lsearch ${universal_archs} i386] != -1) \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+  || ${build_arch} eq "ppc"  || ([variant_isset universal] && [lsearch ${universal_archs} ppc]  != -1) } {
</span>     post-patch {
         reinplace "s|examples||" ${worksrcpath}/Makefile.am
     }
</pre><pre style='margin:0'>

</pre>