summaryrefslogtreecommitdiff
path: root/emulators/qemu/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2014-05-16 16:01:22 +0000
committertron <tron@pkgsrc.org>2014-05-16 16:01:22 +0000
commitb8a9a812fbc9ecfd48ffb46c19804b42c39c16c7 (patch)
treed2fd82b517cc4f72822a32d52fd32ee9a6d49447 /emulators/qemu/Makefile
parentb7fd95b4ba393c4a1f656990c87e9e65534bf269 (diff)
downloadpkgsrc-b8a9a812fbc9ecfd48ffb46c19804b42c39c16c7.tar.gz
Pullup ticket #4408 - requested by wiz
emulators/qemu: security update Revisions pulled up: - emulators/qemu/Makefile patch - emulators/qemu/PLIST patch - emulators/qemu/distinfo patch - emulators/qemu/patches/patch-hw_virtio_virtio.c patch - emulators/qemu/patches/patch-include_exec_softmmu__template.h patch --- Apply patch to update qemu package to version 2.0.0nb2 which fixes multiple security vulnerabilities.
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 7319507b96c..2ac07cbb87a 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.122 2014/01/25 10:30:07 wiz Exp $
+# $NetBSD: Makefile,v 1.122.2.1 2014/05/16 16:01:22 tron Exp $
-DISTNAME= qemu-1.7.0
+DISTNAME= qemu-2.0.0
+PKGREVISION= 2
CATEGORIES= emulators
MASTER_SITES= http://wiki.qemu.org/download/
EXTRACT_SUFX= .tar.bz2
@@ -11,10 +12,10 @@ COMMENT= CPU emulator using dynamic translation
LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 AND mit AND modified-bsd
CONFLICTS+= qemu-bin-[0-9]*
-NOT_FOR_PLATFORM= NetBSD-1.[0-6]*-*
+NOT_FOR_PLATFORM+= NetBSD-1.[0-6]*-*
# qemu 1 does not work on NetBSD-5; see http://gnats.netbsd.org/46565.
# As a workaround, use emulators/qemu0.
-NOT_FOR_PLATFORM= NetBSD-5*-*
+NOT_FOR_PLATFORM+= NetBSD-5*-*
USE_TOOLS+= bison gmake makeinfo perl:build pkg-config
USE_NCURSES= yes # requires resize_term()