[Lunar-commits] r23274 - moonbase/trunk/devel/qemu

Terry Chan tchan at lunar-linux.org
Thu Feb 15 19:39:24 CET 2007


Author: tchan
Date: 2007-02-15 19:39:24 +0100 (Thu, 15 Feb 2007)
New Revision: 23274

Modified:
   moonbase/trunk/devel/qemu/BUILD
   moonbase/trunk/devel/qemu/DETAILS
Log:
Version bump to qemu-0.9.0. NOTE: this module no longer compiles with gcc-4.x.
The older patches no longer work to get qemu to compile with gcc-4.x.


Modified: moonbase/trunk/devel/qemu/BUILD
===================================================================
--- moonbase/trunk/devel/qemu/BUILD	2007-02-15 17:18:46 UTC (rev 23273)
+++ moonbase/trunk/devel/qemu/BUILD	2007-02-15 18:39:24 UTC (rev 23274)
@@ -1,9 +1,6 @@
 (
 
-  if gcc --version | grep -q 'gcc (GCC) 4' ; then
-    patch_it $SOURCE2 1
-    OPTS+=" --disable-gcc-check"
-  fi
+  unset CFLAGS
 
   if [ ! -e /usr/X11R6/lib/libX11.a ]; then
     OPTS+=" --target-list=i386-user,i386-softmmu,arm-user,sparc-user,ppc-user"

Modified: moonbase/trunk/devel/qemu/DETAILS
===================================================================
--- moonbase/trunk/devel/qemu/DETAILS	2007-02-15 17:18:46 UTC (rev 23273)
+++ moonbase/trunk/devel/qemu/DETAILS	2007-02-15 18:39:24 UTC (rev 23274)
@@ -1,14 +1,11 @@
           MODULE=qemu
-         VERSION=0.8.2
+         VERSION=0.9.0
           SOURCE=$MODULE-$VERSION.tar.gz
-         SOURCE2=qemu-gcc-4-all.patch
       SOURCE_URL=http://fabrice.bellard.free.fr/qemu/
-     SOURCE2_URL=http://www.busybox.net/downloads/qemu/
-      SOURCE_VFY=sha1:d775239a545e7d0c5b677660a2122df590afde6d
-     SOURCE2_VFY=sha1:08bc298c078e2c71dfc1c5bf3fcdc3da086cd45b
+      SOURCE_VFY=sha1:1e57e48a06eb8729913d92601000466eecef06cb
         WEB_SITE=http://fabrice.bellard.free.fr/qemu/
          ENTERED=20040318
-         UPDATED=20060728
+         UPDATED=20070215
            SHORT="a fast processor emulator"
       MAINTAINER=tchan at lunar-linux.org
 



More information about the Lunar-commits mailing list