emulators/qemu-devel: Fix pkg-plist with NO_X86_TARGETS
PR: 206292 Submitted by: lantw44@gmail.com
This commit is contained in:
parent
5e57e580c3
commit
6bf674cadf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413673
2 changed files with 31 additions and 31 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= qemu
|
||||
DISTVERSION= 2.5.0
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= http://wiki.qemu.org/download/
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
@ -33,7 +33,7 @@ CDROM_DMA_DESC= IDE CDROM DMA
|
|||
PCAP_DESC= pcap dependency (networking with bpf)
|
||||
USBREDIR_DESC= usb device network redirection (experimental!)
|
||||
GNS3_DESC= gns3 patches (promiscuous multicast)
|
||||
X86_TARGETS_DESC= Don't build non-x86 system targets
|
||||
X86_TARGETS_DESC= Build only x86 system targets
|
||||
STATIC_LINK_DESC= Statically link the executables
|
||||
OPTIONS_DEFAULT=X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CDROM_DMA CURL PCAP GNS3
|
||||
OPTIONS_SUB= yes
|
||||
|
|
|
@ -5,37 +5,37 @@ bin/qemu-i386
|
|||
bin/qemu-img
|
||||
bin/qemu-io
|
||||
bin/qemu-nbd
|
||||
bin/qemu-sparc
|
||||
bin/qemu-sparc64
|
||||
bin/qemu-x86_64
|
||||
%%X86_TARGETS%%bin/qemu-system-aarch64
|
||||
%%X86_TARGETS%%bin/qemu-system-alpha
|
||||
%%X86_TARGETS%%bin/qemu-system-arm
|
||||
%%X86_TARGETS%%bin/qemu-system-cris
|
||||
%%NO_X86_TARGETS%%bin/qemu-sparc
|
||||
%%NO_X86_TARGETS%%bin/qemu-sparc64
|
||||
%%NO_X86_TARGETS%%bin/qemu-system-aarch64
|
||||
%%NO_X86_TARGETS%%bin/qemu-system-alpha
|
||||
%%NO_X86_TARGETS%%bin/qemu-system-arm
|
||||
%%NO_X86_TARGETS%%bin/qemu-system-cris
|
||||
bin/qemu-system-i386
|
||||
%%X86_TARGETS%%bin/qemu-system-lm32
|
||||
%%X86_TARGETS%%bin/qemu-system-m68k
|
||||
%%X86_TARGETS%%bin/qemu-system-microblaze
|
||||
%%X86_TARGETS%%bin/qemu-system-microblazeel
|
||||
%%X86_TARGETS%%bin/qemu-system-mips
|
||||
%%X86_TARGETS%%bin/qemu-system-mips64
|
||||
%%X86_TARGETS%%bin/qemu-system-mips64el
|
||||
%%X86_TARGETS%%bin/qemu-system-mipsel
|
||||
%%X86_TARGETS%%bin/qemu-system-moxie
|
||||
%%X86_TARGETS%%bin/qemu-system-or32
|
||||
%%X86_TARGETS%%bin/qemu-system-ppc
|
||||
%%X86_TARGETS%%bin/qemu-system-ppc64
|
||||
%%X86_TARGETS%%bin/qemu-system-ppcemb
|
||||
%%X86_TARGETS%%bin/qemu-system-s390x
|
||||
%%X86_TARGETS%%bin/qemu-system-sh4
|
||||
%%X86_TARGETS%%bin/qemu-system-sh4eb
|
||||
%%X86_TARGETS%%bin/qemu-system-sparc
|
||||
%%X86_TARGETS%%bin/qemu-system-sparc64
|
||||
%%X86_TARGETS%%bin/qemu-system-tricore
|
||||
%%X86_TARGETS%%bin/qemu-system-unicore32
|
||||
%%NO_X86_TARGETS%%bin/qemu-system-lm32
|
||||
%%NO_X86_TARGETS%%bin/qemu-system-m68k
|
||||
%%NO_X86_TARGETS%%bin/qemu-system-microblaze
|
||||
%%NO_X86_TARGETS%%bin/qemu-system-microblazeel
|
||||
%%NO_X86_TARGETS%%bin/qemu-system-mips
|
||||
%%NO_X86_TARGETS%%bin/qemu-system-mips64
|
||||
%%NO_X86_TARGETS%%bin/qemu-system-mips64el
|
||||
%%NO_X86_TARGETS%%bin/qemu-system-mipsel
|
||||
%%NO_X86_TARGETS%%bin/qemu-system-moxie
|
||||
%%NO_X86_TARGETS%%bin/qemu-system-or32
|
||||
%%NO_X86_TARGETS%%bin/qemu-system-ppc
|
||||
%%NO_X86_TARGETS%%bin/qemu-system-ppc64
|
||||
%%NO_X86_TARGETS%%bin/qemu-system-ppcemb
|
||||
%%NO_X86_TARGETS%%bin/qemu-system-s390x
|
||||
%%NO_X86_TARGETS%%bin/qemu-system-sh4
|
||||
%%NO_X86_TARGETS%%bin/qemu-system-sh4eb
|
||||
%%NO_X86_TARGETS%%bin/qemu-system-sparc
|
||||
%%NO_X86_TARGETS%%bin/qemu-system-sparc64
|
||||
%%NO_X86_TARGETS%%bin/qemu-system-tricore
|
||||
%%NO_X86_TARGETS%%bin/qemu-system-unicore32
|
||||
bin/qemu-system-x86_64
|
||||
%%X86_TARGETS%%bin/qemu-system-xtensa
|
||||
%%X86_TARGETS%%bin/qemu-system-xtensaeb
|
||||
%%NO_X86_TARGETS%%bin/qemu-system-xtensa
|
||||
%%NO_X86_TARGETS%%bin/qemu-system-xtensaeb
|
||||
bin/qemu-x86_64
|
||||
man/man1/qemu.1.gz
|
||||
man/man1/qemu-img.1.gz
|
||||
man/man8/qemu-ga.8.gz
|
||||
|
|
Loading…
Reference in a new issue