diff options
author | sbd <sbd@pkgsrc.org> | 2012-09-26 10:42:48 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-09-26 10:42:48 +0000 |
commit | fd53d48cf8a439687253a29b9d0333820fbf269c (patch) | |
tree | 0615877134cc252687c939589d398935d4b94238 /emulators | |
parent | 531f0df4fbb9620bf0fe517ce842019c7b657b50 (diff) | |
download | pkgsrc-fd53d48cf8a439687253a29b9d0333820fbf269c.tar.gz |
Add the or32 user space emulator.
bump PKGREVISION
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu/Makefile | 6 | ||||
-rw-r--r-- | emulators/qemu/PLIST | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index efc2e2366be..8ff6bf0f810 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.98 2012/09/15 10:04:33 obache Exp $ +# $NetBSD: Makefile,v 1.99 2012/09/26 10:42:48 sbd Exp $ DISTNAME= qemu-1.2.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/ EXTRACT_SUFX= .tar.bz2 @@ -83,7 +83,7 @@ BUILDLINK_PASSTHRU_RPATHDIRS+= /usr/lib INSTALLATION_DIRS= ${PKGMANDIR}/man1 share/doc/qemu UE_ARCHS+= alpha arm armeb cris i386 m68k microblaze mips mipsel -UE_ARCHS+= ppc ppc64 ppc64abi32 sh4 sh4eb sparc sparc32plus +UE_ARCHS+= or32 ppc ppc64 ppc64abi32 sh4 sh4eb sparc sparc32plus UE_ARCHS+= sparc64 x86_64 microblazeel s390x unicore32 .if ${OPSYS} == "NetBSD" diff --git a/emulators/qemu/PLIST b/emulators/qemu/PLIST index 40f1e25845f..6b9a6c36654 100644 --- a/emulators/qemu/PLIST +++ b/emulators/qemu/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.31 2012/09/13 14:38:19 adam Exp $ +@comment $NetBSD: PLIST,v 1.32 2012/09/26 10:42:48 sbd Exp $ ${PLIST.alpha}bin/qemu-alpha ${PLIST.arm}bin/qemu-arm ${PLIST.armeb}bin/qemu-armeb @@ -13,6 +13,7 @@ ${PLIST.microblazeel}bin/qemu-microblazeel ${PLIST.mips}bin/qemu-mips ${PLIST.mipsel}bin/qemu-mipsel ${PLIST.nbd}bin/qemu-nbd +${PLIST.or32}bin/qemu-or32 ${PLIST.ppc}bin/qemu-ppc ${PLIST.ppc64}bin/qemu-ppc64 ${PLIST.ppc64abi32}bin/qemu-ppc64abi32 |