[77474] trunk/dports/emulators/qemu
raimue at macports.org
raimue at macports.org
Thu Mar 31 12:51:51 PDT 2011
Revision: 77474
http://trac.macports.org/changeset/77474
Author: raimue at macports.org
Date: 2011-03-31 12:51:51 -0700 (Thu, 31 Mar 2011)
Log Message:
-----------
emulators/qemu:
Update to version 0.14.0
Remove patch which has been applied upstream.
Modified Paths:
--------------
trunk/dports/emulators/qemu/Portfile
Removed Paths:
-------------
trunk/dports/emulators/qemu/files/patch-ppc-tcg-target.diff
Modified: trunk/dports/emulators/qemu/Portfile
===================================================================
--- trunk/dports/emulators/qemu/Portfile 2011-03-31 19:48:47 UTC (rev 77473)
+++ trunk/dports/emulators/qemu/Portfile 2011-03-31 19:51:51 UTC (rev 77474)
@@ -3,7 +3,7 @@
PortSystem 1.0
name qemu
-version 0.13.0
+version 0.14.0
categories emulators
license GPL-2+
platforms darwin
@@ -18,12 +18,11 @@
homepage http://wiki.qemu.org/
master_sites nongnu
-checksums md5 397a0d665da8ba9d3b9583629f3d6421 \
- sha1 250bba1fdb505a787c48331b6b02f54282edfc76 \
- rmd160 4a6faaf38d5616fb7bedc1a6408de1dbb3ec360c
+checksums md5 f9d145d5c09de9f0984ffe9bd1229970 \
+ sha1 cf8d916436d4b8775289399648e1f0ca9d867d18 \
+ rmd160 1409264387e4cfe45143e10dd77b2574935e2d78
-patchfiles patch-configure.diff \
- patch-ppc-tcg-target.diff
+patchfiles patch-configure.diff
depends_build port:texinfo
depends_lib port:curl \
Deleted: trunk/dports/emulators/qemu/files/patch-ppc-tcg-target.diff
===================================================================
--- trunk/dports/emulators/qemu/files/patch-ppc-tcg-target.diff 2011-03-31 19:48:47 UTC (rev 77473)
+++ trunk/dports/emulators/qemu/files/patch-ppc-tcg-target.diff 2011-03-31 19:51:51 UTC (rev 77474)
@@ -1,12 +0,0 @@
-Apple's GCC 4.0.1 does not define _CALL_DARWIN. Recognize __APPLE__ as well.
---- tcg/ppc/tcg-target.h
-+++ tcg/ppc/tcg-target.h
-@@ -65,7 +65,7 @@ enum {
- /* used for function call generation */
- #define TCG_REG_CALL_STACK TCG_REG_R1
- #define TCG_TARGET_STACK_ALIGN 16
--#if defined _CALL_DARWIN
-+#if defined _CALL_DARWIN || defined __APPLE__
- #define TCG_TARGET_CALL_STACK_OFFSET 24
- #elif defined _CALL_AIX
- #define TCG_TARGET_CALL_STACK_OFFSET 52
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110331/8d0eb548/attachment.html>
More information about the macports-changes
mailing list