Here is an update to QEMU 1.5.1. OK?
Index: Makefile =================================================================== RCS file: /home/cvs/ports/emulators/qemu/Makefile,v retrieving revision 1.107 diff -u -p -r1.107 Makefile --- Makefile 23 Jun 2013 21:27:55 -0000 1.107 +++ Makefile 28 Jun 2013 04:47:43 -0000 @@ -4,8 +4,7 @@ ONLY_FOR_ARCHS= amd64 i386 powerpc sparc COMMENT= multi system emulator -DISTNAME= qemu-1.5.0 -REVISION= 0 +DISTNAME= qemu-1.5.1 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/ EXTRACT_SUFX= .tar.bz2 @@ -63,7 +62,6 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ --host-cc="${CC}" \ --extra-cflags="${EXTRA_CFLAGS}" \ --extra-ldflags="${EXTRA_LDFLAGS}" \ - --audio-drv-list=sdl \ --disable-bsd-user \ --disable-libiscsi \ --disable-libusb \ Index: distinfo =================================================================== RCS file: /home/cvs/ports/emulators/qemu/distinfo,v retrieving revision 1.29 diff -u -p -r1.29 distinfo --- distinfo 3 Jun 2013 22:34:24 -0000 1.29 +++ distinfo 28 Jun 2013 04:46:15 -0000 @@ -1,2 +1,2 @@ -SHA256 (qemu-1.5.0.tar.bz2) = sisw7pcSVo37Tu33Z4P0p2VG4cvEFlm5CWRrzwtIZ7s= -SIZE (qemu-1.5.0.tar.bz2) = 11931067 +SHA256 (qemu-1.5.1.tar.bz2) = TBWh7i84eYPrXBSX9mv1Z8NNFLpIUXFI9ur++K4J4+g= +SIZE (qemu-1.5.1.tar.bz2) = 11931754 Index: patches/patch-configure =================================================================== RCS file: /home/cvs/ports/emulators/qemu/patches/patch-configure,v retrieving revision 1.34 diff -u -p -r1.34 patch-configure --- patches/patch-configure 23 Jun 2013 21:27:55 -0000 1.34 +++ patches/patch-configure 28 Jun 2013 04:47:27 -0000 @@ -1,7 +1,7 @@ $OpenBSD: patch-configure,v 1.34 2013/06/23 21:27:55 brad Exp $ ---- configure.orig Fri Jun 21 16:18:42 2013 -+++ configure Fri Jun 21 16:18:37 2013 -@@ -2518,9 +2518,31 @@ fi +--- configure.orig Wed Jun 26 17:47:29 2013 ++++ configure Fri Jun 28 00:47:20 2013 +@@ -2517,9 +2517,31 @@ fi ########################################## # fdt probe @@ -33,7 +33,7 @@ $OpenBSD: patch-configure,v 1.34 2013/06 int main(void) { return 0; } EOF if compile_prog "" "$fdt_libs" ; then -@@ -3390,8 +3412,6 @@ fi +@@ -3389,8 +3411,6 @@ fi if test "$gcov" = "yes" ; then CFLAGS="-fprofile-arcs -ftest-coverage -g $CFLAGS" LDFLAGS="-fprofile-arcs -ftest-coverage $LDFLAGS" Index: patches/patch-include_qemu-common_h =================================================================== RCS file: patches/patch-include_qemu-common_h diff -N patches/patch-include_qemu-common_h --- patches/patch-include_qemu-common_h 3 Jun 2013 22:34:24 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ -$OpenBSD: patch-include_qemu-common_h,v 1.1 2013/06/03 22:34:24 brad Exp $ ---- include/qemu-common.h.orig Wed May 15 17:39:46 2013 -+++ include/qemu-common.h Thu May 16 14:23:53 2013 -@@ -45,6 +45,7 @@ - #if defined(__GLIBC__) - # include <pty.h> - #elif defined CONFIG_BSD -+# include <termios.h> - # if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__DragonFly__) - # include <libutil.h> - # else -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
