summaryrefslogtreecommitdiff
path: root/emulators/qemu/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2005-05-03 11:18:47 +0000
committerxtraeme <xtraeme>2005-05-03 11:18:47 +0000
commit0fc8516e6914a2cf6399282e1880b495e4c51d47 (patch)
treea1a5744c307de6c582fcd9379694f6d4dba52f3d /emulators/qemu/Makefile
parent5fffb2af258326e625f4a33d102aa9c61ccab104 (diff)
downloadpkgsrc-0fc8516e6914a2cf6399282e1880b495e4c51d47.tar.gz
Update to 0.7.0.
Changes: - better BIOS translation and HDD geometry auto-detection - user mode networking bug fix - undocumented FPU ops support - Cirrus VGA: support for 1280x1024x[8,15,16] modes - 'pidfile' option - .dmg disk image format support (Johannes Schindelin) - keymaps support (initial patch by Johannes Schindelin) - big endian ARM support (Lennert Buytenhek) - added generic 64 bit target support - x86_64 target support - initial APIC support - MMX/SSE/SSE2/PNI support - PC parallel port support (Mark Jonckheere) - initial SPARC64 support (Blue Swirl) - SPARC target boots Linux (Blue Swirl) - armv5te user mode support (Paul Brook) - ARM VFP support (Paul Brook) - ARM "Angel" semihosting syscalls (Paul Brook) - user mode gdb stub support (Paul Brook) - Samba 3 support - initial Cocoa support (Pierre d'Herbemont) - generic FPU emulation code - Virtual PC read-only disk image support (Alex Beregszaszi) pkgsrc changes: Applied Hubert Feyrer workaround for the x86_64 target (patch-aw).
Diffstat (limited to 'emulators/qemu/Makefile')
-rw-r--r--emulators/qemu/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index 99d61883045..f42bd24c803 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.9 2005/04/11 21:45:44 tv Exp $
+# $NetBSD: Makefile,v 1.10 2005/05/03 11:18:47 xtraeme Exp $
#
-DISTNAME= qemu-0.6.1
-PKGREVISION= 4
+DISTNAME= qemu-0.7.0
CATEGORIES= emulators
MASTER_SITES= http://fabrice.bellard.free.fr/qemu/
-MAINTAINER= dhowland@users.sourceforge.net
+MAINTAINER= dhowlland@users.sourceforge.net
HOMEPAGE= http://fabrice.bellard.free.fr/qemu/
COMMENT= CPU emulator using dynamic translation
@@ -17,6 +16,8 @@ USE_GNU_TOOLS+= make
USE_X11= yes
HAS_CONFIGURE= yes
+GCC_REQD+= 3.0
+
CONFIGURE_ARGS+= --prefix=${PREFIX}
CONFIGURE_ARGS+= --interp-prefix=${PREFIX}/share/qemu