summaryrefslogtreecommitdiff
path: root/emulators/qemu/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2006-09-05 00:44:38 +0000
committerxtraeme <xtraeme>2006-09-05 00:44:38 +0000
commitad9949e14de022e00e217a9697b469c79853e3d4 (patch)
tree538f7e6e2ff7c981522e2b3486dec504d3138509 /emulators/qemu/Makefile
parentf1a7dff082fd204f27d06991f0674a133377c5b5 (diff)
downloadpkgsrc-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/Makefile11
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: