diff options
author | gdt <gdt> | 2013-01-15 15:17:22 +0000 |
---|---|---|
committer | gdt <gdt> | 2013-01-15 15:17:22 +0000 |
commit | dfcc6fc775f30c14f1acf0a1add0550c30c1de04 (patch) | |
tree | 245e1c5fb9d5221684bfaf87079b29d10fc0b933 /emulators/qemu | |
parent | fcb56ac8a74d28d121e7a26a48489051a51212a7 (diff) | |
download | pkgsrc-dfcc6fc775f30c14f1acf0a1add0550c30c1de04.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')
-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 |