diff options
author | xtraeme <xtraeme> | 2006-09-05 00:44:38 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2006-09-05 00:44:38 +0000 |
commit | ad9949e14de022e00e217a9697b469c79853e3d4 (patch) | |
tree | 538f7e6e2ff7c981522e2b3486dec504d3138509 /emulators/qemu/Makefile | |
parent | f1a7dff082fd204f27d06991f0674a133377c5b5 (diff) | |
download | pkgsrc-ad9949e14de022e00e217a9697b469c79853e3d4.tar.gz |
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.
Diffstat (limited to 'emulators/qemu/Makefile')
-rw-r--r-- | emulators/qemu/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
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: |