diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2006-05-06 18:09:53 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2006-05-06 18:09:53 +0000 |
commit | 430e52ba7f3caf485fe879d600470e8851017a9c (patch) | |
tree | 208bb8a58e0d7a10d07895cc301a9b32f469afb9 /emulators/qemu/Makefile | |
parent | d659a205c24f77c8a250d12b3f3a9cbcad5b68c7 (diff) | |
download | pkgsrc-430e52ba7f3caf485fe879d600470e8851017a9c.tar.gz |
Update to 0.8.1:
Changes:
- USB tablet support (Brad Campbell, Anthony Liguori)
- win32 host serial support (Kazu)
- PC speaker support (Joachim Henke)
- IDE LBA48 support (Jens Axboe)
- SSE3 support
- Solaris port (Ben Taylor)
- Preliminary SH4 target (Samuel Tardieu)
- VNC server (Anthony Liguori)
- slirp fixes (Ed Swierk et al.)
- USB fixes
- ARM Versatile Platform Baseboard emulation (Paul Brook)
Diffstat (limited to 'emulators/qemu/Makefile')
-rw-r--r-- | emulators/qemu/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 1e968ded7a7..11f203e71c2 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2006/03/09 21:04:43 jlam Exp $ +# $NetBSD: Makefile,v 1.30 2006/05/06 18:09:53 xtraeme Exp $ # -DISTNAME= qemu-0.8.0 -PKGREVISION= 1 +DISTNAME= qemu-0.8.1 CATEGORIES= emulators MASTER_SITES= http://fabrice.bellard.free.fr/qemu/ @@ -46,8 +45,9 @@ PKG_FAIL_REASON+= "${PKGNAME} cannot use "${CC_VERSION:Q} .endif post-install: + ${INSTALL_DATA_DIR} ${PREFIX:Q}/share/doc/qemu ${INSTALL_DATA} ${FILESDIR:Q}/Makefile.multinode-NetBSD \ - ${PREFIX:Q}/share/doc/qemu + ${PREFIX:Q}/share/doc/qemu/ .include "../../devel/SDL/buildlink3.mk" .include "../../mk/oss.buildlink3.mk" |