[65239] trunk/dports/emulators/qemu

raimue at macports.org raimue at macports.org
Wed Mar 24 07:16:07 PDT 2010


Revision: 65239
          http://trac.macports.org/changeset/65239
Author:   raimue at macports.org
Date:     2010-03-24 07:16:06 -0700 (Wed, 24 Mar 2010)
Log Message:
-----------
emulators/qemu:
Update to version 0.12.3

Modified Paths:
--------------
    trunk/dports/emulators/qemu/Portfile
    trunk/dports/emulators/qemu/files/patch-configure.diff

Modified: trunk/dports/emulators/qemu/Portfile
===================================================================
--- trunk/dports/emulators/qemu/Portfile	2010-03-24 14:13:27 UTC (rev 65238)
+++ trunk/dports/emulators/qemu/Portfile	2010-03-24 14:16:06 UTC (rev 65239)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name                    qemu
-version                 0.10.6
+version                 0.12.3
 categories              emulators
 platforms               darwin
 maintainers             nomaintainer
@@ -14,12 +14,12 @@
                         can emulate a Full PC System and has basic support \
                         for PowerMac Emulation.
 
-homepage                http://www.nongnu.org/qemu/
+homepage                http://wiki.qemu.org/
 master_sites            nongnu
 
-checksums               md5     e28f4b2d6faef178da44c03224feecb6 \
-                        sha1    9432738ba513e07c981097468945b2e3ad9cb81e \
-                        rmd160  1321a10777d2e0c6b53887d0525a28cc1b36ec9b
+checksums               md5     d215e4568650e8019816397174c090e1 \
+                        sha1    03ec307be094bb216bb5be17297e9f33e1a01b56 \
+                        rmd160  10dd16ee970a19a6706491fa4425ddbea1da2ba3
 
 patchfiles              patch-configure.diff \
                         patch-cocoa.m

Modified: trunk/dports/emulators/qemu/files/patch-configure.diff
===================================================================
--- trunk/dports/emulators/qemu/files/patch-configure.diff	2010-03-24 14:13:27 UTC (rev 65238)
+++ trunk/dports/emulators/qemu/files/patch-configure.diff	2010-03-24 14:16:06 UTC (rev 65239)
@@ -1,21 +1,22 @@
---- configure.orig	2009-05-21 06:46:58.000000000 +1000
-+++ configure	2009-08-12 12:15:52.000000000 +1000
-@@ -244,17 +244,7 @@
+--- configure.orig	2010-02-23 21:54:38.000000000 +0100
++++ configure	2010-03-24 14:42:52.000000000 +0100
+@@ -317,18 +317,7 @@
  Darwin)
- bsd="yes"
- darwin="yes"
--# on Leopard most of the system is 32-bit, so we have to ask the kernel it if we can run 64-bit userspace code
--if [ "$cpu" = "i386" ] ; then
+   bsd="yes"
+   darwin="yes"
+-  # on Leopard most of the system is 32-bit, so we have to ask the kernel it if we can
+-  # run 64-bit userspace code
+-  if [ "$cpu" = "i386" ] ; then
 -    is_x86_64=`sysctl -n hw.optional.x86_64`
 -    [ "$is_x86_64" = "1" ] && cpu=x86_64
--fi
--if [ "$cpu" = "x86_64" ] ; then
--    OS_CFLAGS="-arch x86_64"
--    LDFLAGS="-arch x86_64"
--else
--    OS_CFLAGS="-mdynamic-no-pic"
--fi
-+OS_CFLAGS="-mdynamic-no-pic"
- darwin_user="yes"
- cocoa="yes"
- audio_drv_list="coreaudio"
+-  fi
+-  if [ "$cpu" = "x86_64" ] ; then
+-    QEMU_CFLAGS="-arch x86_64 $QEMU_CFLAGS"
+-    LDFLAGS="-arch x86_64 $LDFLAGS"
+-  else
+-    QEMU_CFLAGS="-mdynamic-no-pic $QEMU_CFLAGS"
+-  fi
++  QEMU_CFLAGS="-mdynamic-no-pic $QEMU_CFLAGS"
+   darwin_user="yes"
+   cocoa="yes"
+   audio_drv_list="coreaudio"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100324/98e6c521/attachment.html>


More information about the macports-changes mailing list