<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/698e7e18f7d878fbf837085870798c45e33b2081">https://github.com/macports/macports-ports/commit/698e7e18f7d878fbf837085870798c45e33b2081</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 698e7e1  qemu: Fix +target_or32 variant
</span>698e7e1 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 698e7e18f7d878fbf837085870798c45e33b2081
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Tue Jul 10 17:12:05 2018 +0200

<span style='display:block; white-space:pre;color:#404040;'>    qemu: Fix +target_or32 variant
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    The or32 target was renamed to or1k a while ago, but the port was not
</span><span style='display:block; white-space:pre;color:#404040;'>    updated accordingly. Rename the existing variant to +target_or1k and
</span><span style='display:block; white-space:pre;color:#404040;'>    create a compatiblity variant +target_or32 that will allow upgrades from
</span><span style='display:block; white-space:pre;color:#404040;'>    the previous name.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/56790
</span>---
 emulators/qemu/Portfile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/emulators/qemu/Portfile b/emulators/qemu/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3b37fc1..db29787 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/emulators/qemu/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/emulators/qemu/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -99,11 +99,14 @@ build.args-append       V=1
</span> default_variants        +usb
 
 foreach t {i386 x86_64 alpha {arm aarch64} cris lm32 m68k {microblaze microblazeel} {mips mipsel mips64 mips64el} \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-           moxie or32 {ppc ppcemb ppc64} s390x {sh4 sh4eb} {sparc sparc64} tricore unicore32 {xtensa xtensaeb}} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+           moxie or1k {ppc ppcemb ppc64} s390x {sh4 sh4eb} {sparc sparc64} tricore unicore32 {xtensa xtensaeb}} {
</span>     variant target_[lindex $t 0] description "Add target support for [join $t {, }]" "append target_list \",[join $t -softmmu,]-softmmu\""
 }
 default_variants-append +target_i386 +target_x86_64
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Compatiblity variant, remove after 2018-12-31
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant target_or32 description "Compatibility variant, renamed to +target_or1k" requires target_or1k {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> if {![variant_isset curses]} {
     default_variants-append +cocoa
 }
</pre><pre style='margin:0'>

</pre>