mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
54b840b37a
port that now also works for the 32 bit "qemu" executable on amd64 (if you build with the KQEMU knob on, you have to deinstall the old kqemu-kmod first if it is installed) - Add an ALL_TARGETS knob that, if turned off, omits the remaining dyngen targets, eliminating the need for gcc 3.4 (everything but ppc and sh4 has been converted to tcg in this snapshot) - Add tcg fixes for amd64 guests on i386 hosts (two of three have been committed to qemu svn in the meantime) [1] - Update the pkg-message about kqemu on amd64, and add a note about using nfs with slirp, the latter [2] - Homepage now at http://bellard.org/qemu/ - update links Submitted by: nox [1] Submitted by: joerg [2]
73 lines
2.0 KiB
Plaintext
73 lines
2.0 KiB
Plaintext
bin/qemu
|
|
bin/qemu-img
|
|
bin/qemu-system-arm
|
|
bin/qemu-system-cris
|
|
bin/qemu-system-m68k
|
|
bin/qemu-system-mips
|
|
bin/qemu-system-mips64
|
|
bin/qemu-system-mips64el
|
|
bin/qemu-system-mipsel
|
|
%%DYNGEN%%bin/qemu-system-ppc
|
|
%%DYNGEN%%bin/qemu-system-ppc64
|
|
%%DYNGEN%%bin/qemu-system-ppcemb
|
|
%%DYNGEN%%bin/qemu-system-sh4
|
|
%%DYNGEN%%bin/qemu-system-sh4eb
|
|
bin/qemu-system-sparc
|
|
bin/qemu-system-x86_64
|
|
@unexec if cmp -s %D/etc/qemu-ifup.sample %D/etc/qemu-ifup; then rm -f %D/etc/qemu-ifup; fi
|
|
etc/qemu-ifup.sample
|
|
@exec if [ ! -f %D/etc/qemu-ifup ] ; then cp -p %D/%F %B/qemu-ifup; fi
|
|
@unexec if cmp -s %D/etc/qemu-ifdown.sample %D/etc/qemu-ifdown; then rm -f %D/etc/qemu-ifdown; fi
|
|
etc/qemu-ifdown.sample
|
|
@exec if [ ! -f %D/etc/qemu-ifdown ] ; then cp -p %D/%F %B/qemu-ifdown; fi
|
|
%%PORTDOCS%%%%DOCSDIR%%/qemu-doc.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/qemu-tech.html
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
%%DATADIR%%/bios.bin
|
|
%%DATADIR%%/vgabios.bin
|
|
%%DATADIR%%/vgabios-cirrus.bin
|
|
%%DATADIR%%/ppc_rom.bin
|
|
%%DATADIR%%/openbios-sparc32
|
|
%%DATADIR%%/openbios-sparc64
|
|
%%DATADIR%%/video.x
|
|
%%DATADIR%%/pxe-ne2k_pci.bin
|
|
%%DATADIR%%/pxe-rtl8139.bin
|
|
%%DATADIR%%/pxe-pcnet.bin
|
|
%%DATADIR%%/keymaps/ar
|
|
%%DATADIR%%/keymaps/common
|
|
%%DATADIR%%/keymaps/da
|
|
%%DATADIR%%/keymaps/de
|
|
%%DATADIR%%/keymaps/de-ch
|
|
%%DATADIR%%/keymaps/en-gb
|
|
%%DATADIR%%/keymaps/en-us
|
|
%%DATADIR%%/keymaps/es
|
|
%%DATADIR%%/keymaps/et
|
|
%%DATADIR%%/keymaps/fi
|
|
%%DATADIR%%/keymaps/fo
|
|
%%DATADIR%%/keymaps/fr
|
|
%%DATADIR%%/keymaps/fr-be
|
|
%%DATADIR%%/keymaps/fr-ca
|
|
%%DATADIR%%/keymaps/fr-ch
|
|
%%DATADIR%%/keymaps/hr
|
|
%%DATADIR%%/keymaps/hu
|
|
%%DATADIR%%/keymaps/is
|
|
%%DATADIR%%/keymaps/it
|
|
%%DATADIR%%/keymaps/ja
|
|
%%DATADIR%%/keymaps/lt
|
|
%%DATADIR%%/keymaps/lv
|
|
%%DATADIR%%/keymaps/mk
|
|
%%DATADIR%%/keymaps/modifiers
|
|
%%DATADIR%%/keymaps/nl
|
|
%%DATADIR%%/keymaps/nl-be
|
|
%%DATADIR%%/keymaps/no
|
|
%%DATADIR%%/keymaps/pl
|
|
%%DATADIR%%/keymaps/pt
|
|
%%DATADIR%%/keymaps/pt-br
|
|
%%DATADIR%%/keymaps/ru
|
|
%%DATADIR%%/keymaps/sl
|
|
%%DATADIR%%/keymaps/sv
|
|
%%DATADIR%%/keymaps/th
|
|
%%DATADIR%%/keymaps/tr
|
|
@dirrm %%DATADIR%%/keymaps
|
|
@dirrm %%DATADIR%%
|