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

raimue at macports.org raimue at macports.org
Tue May 21 13:54:36 PDT 2013


Revision: 106296
          https://trac.macports.org/changeset/106296
Author:   raimue at macports.org
Date:     2013-05-21 13:54:36 -0700 (Tue, 21 May 2013)
Log Message:
-----------
emulators/qemu:
Update to version 1.5.0

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

Modified: trunk/dports/emulators/qemu/Portfile
===================================================================
--- trunk/dports/emulators/qemu/Portfile	2013-05-21 19:31:23 UTC (rev 106295)
+++ trunk/dports/emulators/qemu/Portfile	2013-05-21 20:54:36 UTC (rev 106296)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name                    qemu
-version                 1.4.1
+version                 1.5.0
 categories              emulators
 license                 GPL-2+
 platforms               darwin
@@ -19,8 +19,8 @@
 master_sites            ${homepage}/download
 use_bzip2 yes
 
-checksums               rmd160  ad65d0118cb87bdb5a0989ab49535dc59e8466b3 \
-                        sha256  75063a9326221607de3599e89fb5af80f2d8080ddc55ca253fff113843432df1
+checksums               rmd160  54cfe1333b8ab2f59c3744755c7571e26c8e4438 \
+                        sha256  b22b30ee9712568dfb4eedf76783f4a76546e1cbc41659b909646bcf0b4867bb
 
 patchfiles              patch-configure.diff \
                         patch-net-tap-interface.diff
@@ -51,6 +51,9 @@
                         --host-cc=${configure.cc} \
                         --python=${prefix}/bin/python2.7
 
+# Ensure to not accidentally select the GTK interface
+configure.args-append   --disable-gtk
+
 # libtool: unknown option character `-' in: --mode=compile
 configure.env-append   LIBTOOL=${prefix}/bin/glibtool
 
@@ -68,6 +71,20 @@
 }
 default_variants    +target_i386 +target_x86_64
 
+# XXX: GTK interface does not work on Mac OS X yet
+#variant gtk2 description {Build GTK+ GUI for GTK+ 2} {
+#    depends_lib-append     port:gtk2 port:vte
+#    configure.args-replace --disable-gtk --enable-gtk
+#    configure.args-append  --with-gtkabi=2.0
+#}
+#
+## Disabled for now, requires vte >= 0.30 / pkg-config package vte-2.90
+##variant gtk3 description {Build GTK+ GUI for GTK+ 3} {
+##    depends_lib-append     port:gtk3
+##    configure.args-replace --disable-gtk --enable-gtk
+##    configure.args-append --with-gtkabi=3.0
+##}
+
 # Default universal variant does not work
 universal_variant       no
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130521/d4b19223/attachment-0001.html>


More information about the macports-changes mailing list