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

jeremyhu at macports.org jeremyhu at macports.org
Fri Mar 30 12:46:01 PDT 2012


Revision: 91358
          https://trac.macports.org/changeset/91358
Author:   jeremyhu at macports.org
Date:     2012-03-30 12:45:59 -0700 (Fri, 30 Mar 2012)
Log Message:
-----------
qemu: Bump to 1.0.1 and build with clang

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

Modified: trunk/dports/emulators/qemu/Portfile
===================================================================
--- trunk/dports/emulators/qemu/Portfile	2012-03-30 19:13:40 UTC (rev 91357)
+++ trunk/dports/emulators/qemu/Portfile	2012-03-30 19:45:59 UTC (rev 91358)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name                    qemu
-version                 1.0
+version                 1.0.1
 categories              emulators
 license                 GPL-2+
 platforms               darwin
@@ -18,9 +18,9 @@
 homepage                http://qemu.org
 master_sites            ${homepage}/download
 
-checksums               md5     a64b36067a191451323b0d34ebb44954 \
-                        sha1    7dcb1b3516554d6d899d7488cd444dbb7721fcee \
-                        rmd160  3a60aef6cfebba6896bdb12c99525da5456172fd
+checksums           sha1    4d08b5a83538fcd7b222bec6f1c584da8d12497a \
+                    rmd160  dcef344f150e238880871768f2f07ccb6e8ecce7 \
+                    sha256  198902e10782517f607c9ed9e629b5e7708ea39eb373ed3ec3f1c8a169d98378
 
 patchfiles              patch-configure.diff \
                         patch-cocoa-uint16-redefined.diff
@@ -38,18 +38,10 @@
                         port:jpeg \
                         port:ossp-uuid
 
-# target-i386/exec.h:31:30: error: global register variables are not supported
-if {${configure.compiler} == "llvm-gcc-4.2"} {
-    configure.compiler gcc-4.2
-} elseif {${configure.compiler} == "clang"} {
-    depends_build-append port:apple-gcc42
-    configure.compiler apple-gcc-4.2
-    # base (as of 2.0.3) doesn't set cxx for apple-gcc-4.2
-    configure.cxx ${prefix}/bin/g++-apple-4.2
-}
-
 configure.args          --cc=${configure.cc} \
-                        --host-cc=${configure.cc}
+                        --host-cc=${configure.cc} \
+                        --enable-tcg-interpreter
+
 if {$build_arch != ""} {
     configure.args-append --cpu=${build_arch}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120330/b031e11a/attachment.html>


More information about the macports-changes mailing list