From ad9949e14de022e00e217a9697b469c79853e3d4 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Tue, 5 Sep 2006 00:44:38 +0000 Subject: Update to 0.8.2: - ACPI support - PC VGA BIOS fixes - switch to OpenBios for SPARC targets (Blue Swirl) - VNC server fixes - MIPS FPU support (Marius Groeger) - Solaris/SPARC host support (Ben Taylor) - PPC breakpoints and single stepping (Jason Wessel) - USB updates (Paul Brook) - UDP/TCP/telnet character devices (Jason Wessel) - Windows sparse file support (Frediano Ziglio) - RTL8139 NIC TCP segmentation offloading (Igor Kovalenko) - PCNET NIC support (Antony T Curtis) - Support for variable frequency host CPUs - Workaround for win32 SMP hosts - Support for AMD Flash memories (Jocelyn Mayer) - Audio capture to WAV files support (malc) pkgsrc changes: On systems with gcc4, force to use pkgsrc gcc34 to make it build on NetBSD >=4.0. --- emulators/qemu/Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'emulators/qemu/Makefile') diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 47d181a3ece..6cfb0c5bff1 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2006/09/02 18:17:40 rillig Exp $ +# $NetBSD: Makefile,v 1.35 2006/09/05 00:44:38 xtraeme Exp $ # -DISTNAME= qemu-0.8.1 -PKGREVISION= 4 +DISTNAME= qemu-0.8.2 CATEGORIES= emulators MASTER_SITES= http://fabrice.bellard.free.fr/qemu/ @@ -40,10 +39,10 @@ BUILDLINK_TRANSFORM+= rm-optarg:-march rm-optarg:-mcpu .include "../../mk/compiler.mk" -# qemu cannot yet use gcc 4, see the faq/mailing lists -# (hint: use gcc_select on darwin/macos to choose gcc 3.3 instead) .if !empty(CC_VERSION:Mgcc-4*) -PKG_FAIL_REASON+= "${PKGNAME} cannot use "${CC_VERSION:Q} +GCC_REQD+= 3.4 +USE_PKGSRC_GCC= yes +CONFIGURE_ARGS+= --disable-gcc-check .endif post-install: -- cgit v1.2.3