2004-06-03 02:12:52 +00:00
|
|
|
# New ports collection makefile for: qemu
|
|
|
|
# Date created: 2004/05/31
|
|
|
|
# Whom: Juergen Lock <nox@jelal.kn-bremen.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= qemu
|
2007-02-06 23:49:01 +00:00
|
|
|
PORTVERSION= 0.9.0
|
2007-12-13 01:10:53 +00:00
|
|
|
PORTREVISION= 4
|
2004-06-03 02:12:52 +00:00
|
|
|
CATEGORIES= emulators
|
2007-06-07 19:12:11 +00:00
|
|
|
MASTER_SITES= http://fabrice.bellard.free.fr/qemu/:release \
|
|
|
|
http://qemu.org/:release \
|
2006-10-31 22:55:34 +00:00
|
|
|
http://qemu-forum.ipi.fi/qemu-snapshots/:snapshot \
|
2005-10-31 13:43:13 +00:00
|
|
|
http://people.fruitsalad.org/nox/qemu/:snapshot \
|
2005-11-14 05:17:09 +00:00
|
|
|
http://www.volny.cz/xnavara/qemu/:snapshot \
|
2006-01-21 23:10:06 +00:00
|
|
|
http://people.brandeis.edu/~jcoiner/qemu_idedma/:idedma \
|
Update to 2007-02-03 snapshot:
- Fix `could not open hard disk image '/dev/ad0'' (e.g.) when open(2)
fails with EPERM instead of EACCES for ro devices.
- PIIX4 support, by Aurelien Jarno.
- Gallileo GT64xxx support, by Aurelien Jarno.
- MIPS Malta system and devices support, by Aurelien Jarno and Stefan Weil.
- ARM ELF loader.
- Improved console handling, thanks Stefan Weil.
- Disable Malta floppy controller for now, by Aurelien Jarno.
- Big endian support for Gallileo, by Aurelien Jarno.
- Add more ATAPI CDROM DMA support, by Juergen Keil.
- Add ARM Angel semihosting to system emulation.
- Don't resume guest when gdb connection terminates and -S specified.
- mips: Implementing dmfc/dmtc.
- Fix DMA timeouts on FreeBSD, by Carlo Marcelo Arenas Belon.
- New multiple snapshot support for VMDK, by Igor Lvovsky.
- Add support for 82371FB (Step A1) and Improved support for 82371SB
(Function 1), by Carlo Marcelo Arenas Belon.
- Accept -help.
- Accept --foo as an alias for -foo.
- Add nodelay option for TCP character devices.
- Use standard character device interface for gdbstub.
- GDB hosted syscalls.
- Upgrade the apic version_id, by Don Laor.
- Save some vm space for the regular program loading zone, by
Pierre d'Herbemont
- script=no for the TUN/TAP net option, by Jean-Christian de Rivaz
- Sparc arm/mips/sparc register patch, by Martin Bochnig.
- PIIX4 SMBus host, EEPROM device emulation, by Ed Swierk.
- sem* and msg* for qemu, by Kirill Shutemov.
- And some more bugfixes.
Approved by: miwi (mentor, implicit)
2007-02-03 22:15:28 +00:00
|
|
|
http://people.freebsd.org/~maho/qemu/:misc \
|
|
|
|
http://people.freebsd.org/~jkim/:bios
|
2007-02-06 23:49:01 +00:00
|
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:release \
|
Update to 2007-02-03 snapshot:
- Fix `could not open hard disk image '/dev/ad0'' (e.g.) when open(2)
fails with EPERM instead of EACCES for ro devices.
- PIIX4 support, by Aurelien Jarno.
- Gallileo GT64xxx support, by Aurelien Jarno.
- MIPS Malta system and devices support, by Aurelien Jarno and Stefan Weil.
- ARM ELF loader.
- Improved console handling, thanks Stefan Weil.
- Disable Malta floppy controller for now, by Aurelien Jarno.
- Big endian support for Gallileo, by Aurelien Jarno.
- Add more ATAPI CDROM DMA support, by Juergen Keil.
- Add ARM Angel semihosting to system emulation.
- Don't resume guest when gdb connection terminates and -S specified.
- mips: Implementing dmfc/dmtc.
- Fix DMA timeouts on FreeBSD, by Carlo Marcelo Arenas Belon.
- New multiple snapshot support for VMDK, by Igor Lvovsky.
- Add support for 82371FB (Step A1) and Improved support for 82371SB
(Function 1), by Carlo Marcelo Arenas Belon.
- Accept -help.
- Accept --foo as an alias for -foo.
- Add nodelay option for TCP character devices.
- Use standard character device interface for gdbstub.
- GDB hosted syscalls.
- Upgrade the apic version_id, by Don Laor.
- Save some vm space for the regular program loading zone, by
Pierre d'Herbemont
- script=no for the TUN/TAP net option, by Jean-Christian de Rivaz
- Sparc arm/mips/sparc register patch, by Martin Bochnig.
- PIIX4 SMBus host, EEPROM device emulation, by Ed Swierk.
- sem* and msg* for qemu, by Kirill Shutemov.
- And some more bugfixes.
Approved by: miwi (mentor, implicit)
2007-02-03 22:15:28 +00:00
|
|
|
qemu-bios.bin:bios
|
2005-12-31 00:12:20 +00:00
|
|
|
DIST_SUBDIR= qemu
|
|
|
|
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
2004-06-03 02:12:52 +00:00
|
|
|
|
2006-12-23 17:42:42 +00:00
|
|
|
MAINTAINER= nox@FreeBSD.org
|
2004-06-03 02:12:52 +00:00
|
|
|
COMMENT= QEMU CPU Emulator
|
|
|
|
|
2004-06-05 12:28:31 +00:00
|
|
|
HAS_CONFIGURE= yes
|
2004-06-03 02:12:52 +00:00
|
|
|
USE_GMAKE= yes
|
2004-06-05 12:28:31 +00:00
|
|
|
USE_GETOPT_LONG= yes
|
2004-06-03 02:12:52 +00:00
|
|
|
USE_PERL5= yes
|
2006-10-31 22:55:34 +00:00
|
|
|
USE_GCC= 3.4
|
2004-06-03 02:12:52 +00:00
|
|
|
PATCH_STRIP= -p1
|
2005-05-01 07:39:11 +00:00
|
|
|
CONFIGURE_ARGS+= --prefix=${PREFIX} --cc=${CC}
|
2006-08-21 23:02:01 +00:00
|
|
|
MAKE_ENV+= BSD_MAKE="${MAKE}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
|
2004-11-17 09:47:38 +00:00
|
|
|
MAN1= qemu.1 qemu-img.1
|
2005-05-01 07:39:11 +00:00
|
|
|
ONLY_FOR_ARCHS= amd64 i386
|
2007-03-10 17:05:00 +00:00
|
|
|
CONFLICTS= qemu-devel-[0-9]*
|
2006-10-31 22:55:34 +00:00
|
|
|
|
|
|
|
OPTIONS= KQEMU "Build with (alpha!) accelerator module" Off \
|
|
|
|
HACKS_CIRRUS "Large display speedup (buggy!)" Off \
|
|
|
|
RTL8139_TIMER "allow use of re(4) nic with FreeBSD guests" Off \
|
|
|
|
SAMBA "samba dependency (for -smb)" Off \
|
|
|
|
SDL "SDL/X dependency (graphical output)" On \
|
|
|
|
CDROM_DMA "IDE CDROM DMA" On
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2006-08-21 23:02:01 +00:00
|
|
|
WITHOUT_CPU_CFLAGS=yes #to avoid problems with register allocation
|
|
|
|
|
2006-10-31 22:55:34 +00:00
|
|
|
.if defined(WITHOUT_SDL)
|
|
|
|
CONFIGURE_ARGS+= --disable-sdl --disable-gfx-check
|
|
|
|
.else
|
|
|
|
USE_SDL= sdl
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if defined (WITH_HACKS_CIRRUS) || defined (WITH_HACKS)
|
|
|
|
DISTFILES+= patch3_cirrus:misc
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if defined(WITH_SAMBA)
|
|
|
|
RUN_DEPENDS+= ${LOCALBASE}/sbin/smbd:${PORTSDIR}/net/samba3
|
|
|
|
.endif
|
|
|
|
|
2005-05-05 12:41:10 +00:00
|
|
|
.if defined(WITH_KQEMU)
|
2006-10-31 22:55:34 +00:00
|
|
|
BUILD_DEPENDS+= kqemu-kmod>=1.3.0pre5:${PORTSDIR}/emulators/kqemu-kmod
|
2005-09-10 17:04:42 +00:00
|
|
|
CONFIGURE_ARGS+= --enable-kqemu
|
2005-05-05 12:41:10 +00:00
|
|
|
.else
|
2005-09-10 17:04:42 +00:00
|
|
|
CONFIGURE_ARGS+= --disable-kqemu
|
2005-05-05 12:41:10 +00:00
|
|
|
.endif
|
2004-06-03 02:12:52 +00:00
|
|
|
|
2006-10-31 22:55:34 +00:00
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
MAKE_ARGS+= NOPORTDOCS=${NOPORTDOCS}
|
|
|
|
.else
|
|
|
|
BUILD_DEPENDS+= texi2html:${PORTSDIR}/textproc/texi2html
|
|
|
|
.endif
|
2005-01-08 16:21:01 +00:00
|
|
|
|
2005-05-01 07:39:11 +00:00
|
|
|
.if ${ARCH} == "amd64"
|
2005-11-16 01:32:56 +00:00
|
|
|
MAKE_ARGS+= ARCH=x86_64
|
2005-01-08 16:21:01 +00:00
|
|
|
.endif
|
2005-05-01 07:39:11 +00:00
|
|
|
|
2005-05-05 12:41:10 +00:00
|
|
|
post-extract:
|
2005-10-31 13:43:13 +00:00
|
|
|
@${MKDIR} ${WRKSRC}/kqemu
|
|
|
|
@${TOUCH} ${WRKSRC}/kqemu/Makefile
|
|
|
|
@${ECHO} all: > ${WRKSRC}/kqemu/Makefile.freebsd
|
Update to 2007-02-03 snapshot:
- Fix `could not open hard disk image '/dev/ad0'' (e.g.) when open(2)
fails with EPERM instead of EACCES for ro devices.
- PIIX4 support, by Aurelien Jarno.
- Gallileo GT64xxx support, by Aurelien Jarno.
- MIPS Malta system and devices support, by Aurelien Jarno and Stefan Weil.
- ARM ELF loader.
- Improved console handling, thanks Stefan Weil.
- Disable Malta floppy controller for now, by Aurelien Jarno.
- Big endian support for Gallileo, by Aurelien Jarno.
- Add more ATAPI CDROM DMA support, by Juergen Keil.
- Add ARM Angel semihosting to system emulation.
- Don't resume guest when gdb connection terminates and -S specified.
- mips: Implementing dmfc/dmtc.
- Fix DMA timeouts on FreeBSD, by Carlo Marcelo Arenas Belon.
- New multiple snapshot support for VMDK, by Igor Lvovsky.
- Add support for 82371FB (Step A1) and Improved support for 82371SB
(Function 1), by Carlo Marcelo Arenas Belon.
- Accept -help.
- Accept --foo as an alias for -foo.
- Add nodelay option for TCP character devices.
- Use standard character device interface for gdbstub.
- GDB hosted syscalls.
- Upgrade the apic version_id, by Don Laor.
- Save some vm space for the regular program loading zone, by
Pierre d'Herbemont
- script=no for the TUN/TAP net option, by Jean-Christian de Rivaz
- Sparc arm/mips/sparc register patch, by Martin Bochnig.
- PIIX4 SMBus host, EEPROM device emulation, by Ed Swierk.
- sem* and msg* for qemu, by Kirill Shutemov.
- And some more bugfixes.
Approved by: miwi (mentor, implicit)
2007-02-03 22:15:28 +00:00
|
|
|
@${CP} -p ${_DISTDIR}/qemu-bios.bin ${WRKSRC}/pc-bios/bios.bin
|
2005-05-05 12:41:10 +00:00
|
|
|
|
2005-05-01 07:39:11 +00:00
|
|
|
pre-patch:
|
|
|
|
@for A in ${ONLY_FOR_ARCHS}; do \
|
|
|
|
${MKDIR} ${WRKSRC}/bsd/$$A; \
|
|
|
|
done
|
2005-01-08 16:21:01 +00:00
|
|
|
|
2005-12-31 00:12:20 +00:00
|
|
|
post-patch:
|
2006-03-26 15:11:36 +00:00
|
|
|
.if defined(WITH_HACKS_CIRRUS) || defined (WITH_HACKS)
|
2006-01-21 23:41:48 +00:00
|
|
|
@cd ${WRKSRC} ; ${PATCH} --quiet < ${DISTDIR}/${DIST_SUBDIR}/patch3_cirrus
|
2005-12-31 00:12:20 +00:00
|
|
|
.endif
|
2006-08-07 16:10:27 +00:00
|
|
|
.if defined(WITH_RTL8139_TIMER)
|
|
|
|
@cd ${WRKSRC} && ${PATCH} --quiet < ${FILESDIR}/rtl8139-re-patch
|
2006-10-31 22:55:34 +00:00
|
|
|
.endif
|
2006-11-29 20:58:35 +00:00
|
|
|
.if defined(WITHOUT_CDROM_DMA)
|
2006-10-31 22:55:34 +00:00
|
|
|
@cd ${WRKSRC} && ${PATCH} --quiet < ${FILESDIR}/cdrom-dma-patch
|
2006-08-07 16:10:27 +00:00
|
|
|
.endif
|
2006-08-21 23:02:01 +00:00
|
|
|
@${REINPLACE_CMD} -E \
|
|
|
|
-e "s,^(CFLAGS=).*,\1${CFLAGS} -fno-strict-aliasing," \
|
|
|
|
-e "s,^(LDFLAGS=).*,\1${LDFLAGS}," \
|
|
|
|
${WRKSRC}/Makefile.target
|
|
|
|
@${REINPLACE_CMD} -E \
|
|
|
|
-e "s,^(CFLAGS=).*,\1${CFLAGS} -fno-strict-aliasing -I.," \
|
|
|
|
-e "s,^(LDFLAGS=).*,\1${LDFLAGS}," \
|
|
|
|
${WRKSRC}/Makefile
|
2005-12-31 00:12:20 +00:00
|
|
|
|
2004-06-03 02:12:52 +00:00
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
2005-01-08 16:21:01 +00:00
|
|
|
.include <bsd.port.post.mk>
|