diff options
author | gdt <gdt@pkgsrc.org> | 2013-01-15 15:17:22 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2013-01-15 15:17:22 +0000 |
commit | 121d7c48fc38147419f2684115a48f7c4cc914d8 (patch) | |
tree | 245e1c5fb9d5221684bfaf87079b29d10fc0b933 /emulators/qemu/Makefile | |
parent | 7ca9b4fd6a9884252c777eb045430c0e84d1844e (diff) | |
download | pkgsrc-121d7c48fc38147419f2684115a48f7c4cc914d8.tar.gz |
Mark non-working on NetBSD 5.
Add NetBSD-5 to NOT_FOR_PLATFORM, due to
http://gnats.netbsd.org/46565. Suggest qemu0 instead.
Diffstat (limited to 'emulators/qemu/Makefile')
-rw-r--r-- | emulators/qemu/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index d64190204e6..868c3faf8e7 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.102 2012/10/26 16:08:18 shattered Exp $ +# $NetBSD: Makefile,v 1.103 2013/01/15 15:17:22 gdt Exp $ DISTNAME= qemu-1.2.0 -PKGREVISION= 4 +PKGREVISION= 5v== CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/ EXTRACT_SUFX= .tar.bz2 @@ -13,6 +13,9 @@ 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]*-* +# 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*-* USE_TOOLS+= gmake makeinfo perl:build pkg-config UNLIMIT_RESOURCES= datasize |