pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/qemu Fix build problems; QEMU_TOOL seems to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6cf8128755d
branches:  trunk
changeset: 553496:c6cf8128755d
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Fri Jan 23 08:15:27 2009 +0000

description:
Fix build problems; QEMU_TOOL seems to have disappeared, so check for
QEMU_IMG instead.  From Juergen Buchmueller in private mail.

diffstat:

 emulators/qemu/distinfo         |  4 ++--
 emulators/qemu/patches/patch-ay |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r fcf097be2c68 -r c6cf8128755d emulators/qemu/distinfo
--- a/emulators/qemu/distinfo   Fri Jan 23 03:05:53 2009 +0000
+++ b/emulators/qemu/distinfo   Fri Jan 23 08:15:27 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.40 2009/01/22 07:27:28 jmmv Exp $
+$NetBSD: distinfo,v 1.41 2009/01/23 08:15:27 jmmv Exp $
 
 SHA1 (qemu-0.9.1.tar.gz) = 630ea20b5989f0df00128de7f7be661c573ed041
 RMD160 (qemu-0.9.1.tar.gz) = ee7bdb55a4540df2082d4bde9ebfd2f4e6f201a5
@@ -16,5 +16,5 @@
 SHA1 (patch-av) = 715e9680d70c1aa1c83bda0270125144a26d6140
 SHA1 (patch-aw) = f3bc77cdec3a876fa69406c91590d02161e80753
 SHA1 (patch-ax) = 66b060005ecbf9fd0451f7960e81eccbabf959ca
-SHA1 (patch-ay) = b6ed7d28a617913eff64f6c003b963c0454b06bb
+SHA1 (patch-ay) = f41e230bd0fef6437aa187b346fc06ef4f32a31c
 SHA1 (patch-ba) = 7c5043a39405f52b512e479a46fc76108580b7bc
diff -r fcf097be2c68 -r c6cf8128755d emulators/qemu/patches/patch-ay
--- a/emulators/qemu/patches/patch-ay   Fri Jan 23 03:05:53 2009 +0000
+++ b/emulators/qemu/patches/patch-ay   Fri Jan 23 08:15:27 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ay,v 1.8 2009/01/22 07:27:28 jmmv Exp $
+$NetBSD: patch-ay,v 1.9 2009/01/23 08:15:28 jmmv Exp $
 
 --- block-raw-posix.c.orig     2008-01-06 20:38:42.000000000 +0100
 +++ block-raw-posix.c
@@ -51,7 +51,7 @@
 +
 +void qemu_aio_wait(void)
 +{
-+#ifndef QEMU_TOOL
++#ifndef QEMU_IMG
 +    qemu_bh_poll();
 +#endif
 +}



Home | Main Index | Thread Index | Old Index