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

raimue at macports.org raimue at macports.org
Fri Jun 5 15:25:13 PDT 2015


Revision: 137192
          https://trac.macports.org/changeset/137192
Author:   raimue at macports.org
Date:     2015-06-05 15:25:13 -0700 (Fri, 05 Jun 2015)
Log Message:
-----------
emulators/qemu:
Update to version 2.3.0

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

Modified: trunk/dports/emulators/qemu/Portfile
===================================================================
--- trunk/dports/emulators/qemu/Portfile	2015-06-05 22:17:55 UTC (rev 137191)
+++ trunk/dports/emulators/qemu/Portfile	2015-06-05 22:25:13 UTC (rev 137192)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name                    qemu
-version                 2.2.0
+version                 2.3.0
 categories              emulators
 license                 GPL-2+
 platforms               darwin
@@ -19,8 +19,8 @@
 master_sites            ${homepage}/download
 use_bzip2 yes
 
-checksums               rmd160  9a156bdefd8fad72154eee1b10ed53a0e4c1c9a2 \
-                        sha256  b68c9b6c7c694f5489b5a6bffe993cd976ffbb78e7d178eb3bc016caf460039c
+checksums               rmd160  cb203bf3faa316c9eb4ceeb975441deab6f9b2f7 \
+                        sha256  b6bab7f763d5be73e7cb5ee7d4c8365b7a8df2972c52fa5ded18893bd8281588
 
 patchfiles              patch-configure.diff
 
@@ -87,7 +87,7 @@
 default_variants        +usb
 
 foreach t {i386 x86_64 alpha {arm aarch64} cris lm32 m68k {microblaze microblazeel} {mips mipsel mips64 mips64el} \
-           or32 {ppc ppcemb ppc64} {sh4 sh4eb} {sparc sparc64} s390x {xtensa xtensaeb} unicore32} {
+           moxie or32 {ppc ppcemb ppc64} {sh4 sh4eb} {sparc sparc64} s390x tricore {xtensa xtensaeb} unicore32} {
     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
@@ -105,26 +105,33 @@
     depends_lib-append      port:ncurses
 }
 
-# XXX: Builds, but does not work as expected on runtime
-#variant gtk3 description {Build GTK+ GUI for GTK+ 3 (experimental)} conflicts cocoa {
+# XXX: Builds, but does not work as expected at runtime
+#variant gtk3 description {Build GTK+ GUI for GTK+ 3 (experimental)} conflicts cocoa curses gtk2 sdl sdl2 {
 #    configure.args-replace --disable-gtk --enable-gtk
 #    configure.args-append --with-gtkabi=3.0
 #    depends_lib-append     port:gtk3 port:vte
 #}
 
-# XXX: Build broken due to missing port for vte 0.24 / pkg-config package vte
-#variant gtk2 description {Use the GTK+ 2 graphical user interface} conflicts cocoa curses gtk3 {
+# XXX: Builds, but user input does not work at runtime
+#variant gtk2 description {Use the GTK+ 2 graphical user interface} conflicts cocoa curses gtk3 sdl sdl2 {
 #    configure.args-replace --disable-gtk --enable-gtk
 #    configure.args-append  --with-gtkabi=2.0
 #    depends_lib-append     port:gtk2 port:vte
 #}
 
 # XXX: Build broken due to missing X11 symbols
-#variant sdl description {Use the SDL graphical user interface} conflicts cocoa curses gtk2 gtk3 {
+#variant sdl description {Use the SDL graphical user interface} conflicts cocoa curses gtk2 gtk3 sdl sdl2 {
 #    configure.args-replace --disable-sdl --enable-sdl
 #    depends_lib-append      port:libsdl
 #}
 
+# XXX: Broken at runtime, screen flickers and input does not work
+#variant sdl2 description {Use the SDL 2 graphical user interface} conflicts cocoa curses {
+#    configure.args-replace --disable-sdl --enable-sdl
+#    configure.args-append --with-sdlabi=2.0
+#    depends_lib-append      port:libsdl2
+#}
+
 variant usb description {Support forwarding of USB devices to the guest} {
     configure.args-replace  --disable-libusb --enable-libusb
     depends_lib-append      path:lib/pkgconfig/libusb-1.0.pc:libusb
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150605/d17658d8/attachment.html>


More information about the macports-changes mailing list