[103172] trunk/dports/emulators/qemu/Portfile

raimue at macports.org raimue at macports.org
Sun Feb 17 06:03:41 PST 2013


Revision: 103172
          https://trac.macports.org/changeset/103172
Author:   raimue at macports.org
Date:     2013-02-17 06:03:41 -0800 (Sun, 17 Feb 2013)
Log Message:
-----------
emulators/qemu:
Update to version 1.4.0.
Move libtool override to configure phase as the path is recorded there.
Update list of targets, consolidate some platforms into a single variant.

Modified Paths:
--------------
    trunk/dports/emulators/qemu/Portfile

Modified: trunk/dports/emulators/qemu/Portfile
===================================================================
--- trunk/dports/emulators/qemu/Portfile	2013-02-17 12:06:27 UTC (rev 103171)
+++ trunk/dports/emulators/qemu/Portfile	2013-02-17 14:03:41 UTC (rev 103172)
@@ -3,8 +3,7 @@
 PortSystem 1.0
 
 name                    qemu
-version                 1.3.1
-revision        1
+version                 1.4.0
 categories              emulators
 license                 GPL-2+
 platforms               darwin
@@ -20,8 +19,8 @@
 master_sites            ${homepage}/download
 use_bzip2 yes
 
-checksums               rmd160  2e2ccdcd5bfa58ce2f3a3efb348f8e9840a26ca3 \
-                        sha256  3772e7ef0c9b4178195edcf90e711f12ba123f465fcf09fb43b56bdacaca0eaf
+checksums               rmd160  436ac5eff1968472eaeab69066c7458f27fec489 \
+                        sha256  066297ed77408fb7588889c271a85cf3c259ad55c939315988e6062d7708eda8
 
 patchfiles              patch-configure.diff \
                         patch-net-tap-interface.diff
@@ -49,6 +48,9 @@
                         --host-cc=${configure.cc} \
                         --python=${prefix}/bin/python2.7
 
+# libtool: unknown option character `-' in: --mode=compile
+configure.env-append   LIBTOOL=${prefix}/bin/glibtool
+
 set target_list {}
 pre-configure {
     configure.args-append --target-list=${target_list}
@@ -57,11 +59,9 @@
 # disable silent rules
 build.args-append       V=1
 
-# libtool: unknown option character `-' in: --mode=compile
-build.args-append       LIBTOOL=${prefix}/bin/glibtool
-
-foreach t {i386 x86_64 ppc ppc64 arm cris m68k mips mipsel mips64 mips64el ppcemb sh4 sh4eb sparc} {
-    variant target_${t} description "add ${t} target support" "append target_list \",${t}-softmmu\""
+foreach t {i386 x86_64 alpha arm cris lm32 m68k {microblaze microblazeel} {mips mipsel mips64 mips64el} \
+           or32 {ppc ppcemb ppc64} {sh4 sh4eb} {sparc sparc64} s390x {xtensa xtensaeb} unicore32} {
+    variant target_[lindex $t 0] description "Add target support for [join $t {, }]" "append target_list \",[join $t -softmmu,]-softmmu\""
 }
 default_variants    +target_i386 +target_x86_64
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130217/8fa8c62e/attachment.html>


More information about the macports-changes mailing list