Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/utils
In directory vz-cvs-3.sog:/tmp/cvs-serv7421/10.7/stable/main/finkinfo/utils

Modified Files:
        qemu.info 
Log Message:
qemu: download URL changed.

Index: qemu.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/utils/qemu.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- qemu.info   15 Aug 2011 10:31:12 -0000      1.1
+++ qemu.info   18 Aug 2011 21:23:01 -0000      1.2
@@ -4,14 +4,24 @@
 Description: Fast machine emulator and virtualizer
 License: GPL
 
-Source: http://download.savannah.gnu.org/releases/%n/%n-%v.tar.gz
+Source: http://wiki.qemu.org/download/%n-%v.tar.gz
 Source-MD5: dbc55b014bcd21b98e347f6a90f7fb6d
 
 ConfigureParams: <<
+(%m = i386) --cpu=%m  \
 --disable-darwin-user \
 --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: <<
 #!/bin/sh -ev
   mkdir build
@@ -33,9 +43,6 @@
 
 DocFiles: README* COPYING* TODO VERSION HACKING LICENSE MAINTAINERS
 
-InfoTest: <<
-  TestScript: cd tests; make
-<<
 DescDetail: <<
 QEMU is a generic and open source machine emulator and virtualizer.
 
@@ -51,8 +58,9 @@
 <<
 
 DescPort: <<
-Building the systems darwin-user and bsd-user crashed.
-Bug reports are filed with upstream, but fixes are unlikely.
+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
 <<
 


------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to