Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory vz-cvs-3.sog:/tmp/cvs-serv1424/10.4/unstable/main/finkinfo/utils

Modified Files:
        qemu.info 
Log Message:
qemu: update to upstream (version 0.15.0). No idea about a meaningful make test.

Index: qemu.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/qemu.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- qemu.info   27 May 2011 15:44:19 -0000      1.1
+++ qemu.info   15 Aug 2011 10:29:56 -0000      1.2
@@ -1,18 +1,25 @@
 Package: qemu
-Version: 0.14.1
+Version: 0.15.0
 Revision: 1
 Description: Fast machine emulator and virtualizer
-Architecture: powerpc, i386, x86_64
 License: GPL
 
 Source: http://download.savannah.gnu.org/releases/%n/%n-%v.tar.gz
-Source-MD5: b6c713a8db638e173af53a62d5178640
+Source-MD5: dbc55b014bcd21b98e347f6a90f7fb6d
 
 ConfigureParams: <<
 (%m = i386) --cpu=%m  \
 --disable-darwin-user \
---disable-bsd-user    \
---cc=/usr/bin/gcc-4.0
+--disable-bsd-user
+<<
+
+PatchScript: <<
+#!/bin/sh -ev
+# patch configure for 32 bit build on x86_64
+if [ "%m" = "i386" ]; then
+  sed -i.bak 's|-m64|-m32|g'               configure
+  sed -i.bak 's|-arch x86_64|-arch i386|g' configure
+fi
 <<
 
 CompileScript: <<
@@ -51,8 +58,9 @@
 <<
 
 DescPort: <<
-The systems darwin-user and bsd-user crashed, as well as compiling with
-gcc-4.2 or later. Bug reports are filed with upstream.
+The systems darwin-user and bsd-user crashed. Fixes are unlikely.
+Configure needs a patch for the 32 bit build on x86_64.
+Bug reports are filed with upstream.
 Former maintainer (10.3): Christian Schroeder <shre...@gmx.de>, qemu 0.6
 <<
 


------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to