46c1500e27
Changes since previous package: version 0.11.0 - fix rtc polling mode (Bernhard Kauer) - qcow2: order concurrent aio requests (Kevin Wolf) - qemu-io: port to win32 (Stefan Weil) - alpha: fix extlh instruction (Vince Weaver) - tcg: fix size of local variables in tcg_gen_bswap64_i64 (Stefan Weil) - net: fix send ordering (Jan Kiszka) - escc: fix IRQ routing (Aurelien Jarno) - versatile: fix Linux task preemption (Aurelien Jarno) - curses: reduce memory usage by 250MB (Aurelien Jarno) version 0.11.0-rc2 - mips: fix conditional move off fp conditions codes (Nath Froyd) - fix migration to obey -S (Paolo Bonzini) - remove pc-0-10 machine type (Mark McLoughlin) - vnc: fix copyrect screen corruption (Gerd Hoffman) - fix vm state change handlers running order (Markus Armbruster) - e1000: fix eerc and ics emulation (Bill Paul) - fix sdl zooming with pl110 (Blue Swirl) - sparc64: flush pending conditional evaluations (Igor Kovalenko) - esp: fix interrupt register read (Blue Swirl) - option rom makefile fixes (Paul Brook) - fix sparse warnings (Blue Swirl) - fix symfind (Laurent Desnogues) - win32: fix default prefix (Stefan Weil) - fix checksum writing in signboot (Alex Graf) - fix sdl window resize (Stefano Stabellini) - do not resize the screen on hw_invalidate (Stefano Stabellini) - Add checks for -smbios option (Beth Kon) - fix do_set_link (Luiz Capitulino) - fix do_commit behavior (Luiz Capitulino) - make windows notice media change (Gleb Natapov) - check for PR_SET_NAME being defined (Nathan Froyd) - fix migration for ide devices (Anthony Liguori) - Use correct depth in vmware vga (Reimar Doffiner) - support 32bpp cursors in sdl (Reimar Doffinger) - fix device name completion for eject (Blue Swirl) - make screendump use DisplayState properly (Stefano Stabellini) - fix autostart with live migration (Avi Kivity) - fix detached migration with exec (Chris Lalancette) - fix segv when changing vnc password in sdl (Zach Amsden) - fix vnc password clearing with stdio monitor (Zach Amsden) - clean up VGA type selection (Zach Amsden) - add missing linefeed in error message (Stefan Weil) version 0.11.0-rc1 - add machine aliasing support (Mark McLoughlin) - add getfd/closefd monitor commands (Mark McLoughlin) - use correct headers for tap-win32 (Filip Navara) - fix live migration (Glauber Costa) - slirp: use monotonic clock if available (Ed Swierk) - clear msix_entries_nr on error (Michael Tsirkin) - HPET: fix reg writes (Beth Kon) - slirp: fix guestfwd for incoming data (Jan Kiszka) - fix build of qemu-thread.c on win32 (Sebastian Herbszt) - improve signrom.sh portability (Christoph Egger) - fix qemu-img convert to copy unallocated parts of the image (Akkarit Sangpetch) - vmdk: fix backing file handling (Kevin Wolf) - scsi: add save/restore support (Nolan Leake) - fix live migration for SCSI (Nolan Leake) - various sparc build fixes (Blue Swirl) - fix OpenBSD build (Blue Swirl) - only allow -cpu host when using KVM (Anthony Liguori) - fix build breakage when !KVM (Anthony Liguori)
76 lines
2.1 KiB
Makefile
76 lines
2.1 KiB
Makefile
# $NetBSD: Makefile,v 1.60 2009/10/11 16:04:13 asau Exp $
|
|
#
|
|
|
|
DISTNAME= qemu-0.11.0
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= http://download.savannah.gnu.org/releases/qemu/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.nongnu.org/qemu/
|
|
COMMENT= CPU emulator using dynamic translation
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
CONFLICTS+= qemu-bin-[0-9]*
|
|
NOT_FOR_PLATFORM= NetBSD-1.[0-6]*-*
|
|
|
|
USE_TOOLS+= gmake perl:build
|
|
HAS_CONFIGURE= yes
|
|
|
|
BUILD_DEPENDS+= texi2html-[0-9]*:../../textproc/texi2html
|
|
|
|
# Workaround for PR/41007 - ensure WRKSRC comes before any buildlinked
|
|
# directories so we pickup our audio/audio.h. Cannot use CPPFLAGS for this
|
|
CFLAGS+= -I${WRKSRC} -I${WRKSRC}/slirp
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
CONFIGURE_ENV+= mansuffix=/${PKGMANDIR}
|
|
CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
|
|
CONFIGURE_ARGS+= --interp-prefix=${PREFIX:Q}/share/qemu
|
|
|
|
.if !empty(MACHINE_PLATFORM:MNetBSD-*)
|
|
SUBST_CLASSES+= lib
|
|
SUBST_STAGE.lib= pre-configure
|
|
SUBST_FILES.lib= x86_64.ld
|
|
SUBST_SED.lib= -e s,/lib64,/lib,g
|
|
SUBST_MESSAGE.lib= fixing hardcoded paths to libraries.
|
|
.endif
|
|
|
|
SUBST_CLASSES+= snd
|
|
SUBST_STAGE.snd= pre-configure
|
|
SUBST_FILES.snd= audio/ossaudio.c
|
|
SUBST_SED.snd= -e s,/dev/dsp,${DEVOSSAUDIO:Q},g
|
|
SUBST_MESSAGE.snd= Fixing hardcoded audio device.
|
|
|
|
SUBST_CLASSES+= smbd
|
|
SUBST_STAGE.smbd= pre-configure
|
|
SUBST_FILES.smbd= vl.c
|
|
SUBST_SED.smbd= -e s,/usr/sbin/smbd,${PREFIX:Q}/sbin/smbd,g
|
|
SUBST_MESSAGE.smbd= Fixing hardcoded paths.
|
|
|
|
# Avoid clash with system include file:
|
|
pre-patch:
|
|
mv ${WRKSRC}/audio/audio.h ${WRKSRC}/audio/qaudio.h
|
|
|
|
SUBST_CLASSES+= qaudio
|
|
SUBST_STAGE.qaudio= pre-configure
|
|
SUBST_FILES.qaudio= *.c *.h audio/*.c hw/*.c
|
|
SUBST_SED.qaudio= -e s,audio.h\",qaudio.h\",g
|
|
SUBST_MESSAGE.qaudio= Fixing audio.h confusion
|
|
|
|
REPLACE_PERL+= texi2pod.pl
|
|
|
|
BUILDLINK_PASSTHRU_DIRS+= /usr/lib
|
|
BUILDLINK_PASSTHRU_RPATHDIRS+= /usr/lib
|
|
|
|
INSTALLATION_DIRS= ${PKGMANDIR}/man1 share/doc/qemu
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${FILESDIR}/Makefile.multinode-NetBSD \
|
|
${DESTDIR}${PREFIX}/share/doc/qemu/
|
|
|
|
.include "../../devel/SDL/buildlink3.mk"
|
|
.include "../../mk/oss.buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|