diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2016-04-20 07:01:15 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2016-04-20 07:01:15 +0000 |
commit | 6bf674cadf7598bf3a7512d37dfda6ea8c1bd083 (patch) | |
tree | a679a5057882ae134bf285ec91ecca2a950cae21 /emulators/qemu-devel | |
parent | 5e57e580c3115f0e6a9140191cb162a92d736fab (diff) | |
download | freebsd-ports-6bf674cadf7598bf3a7512d37dfda6ea8c1bd083.zip |
emulators/qemu-devel: Fix pkg-plist with NO_X86_TARGETS
PR: 206292
Submitted by: lantw44@gmail.com
Diffstat (limited to 'emulators/qemu-devel')
-rw-r--r-- | emulators/qemu-devel/Makefile | 4 | ||||
-rw-r--r-- | emulators/qemu-devel/pkg-plist | 58 |
2 files changed, 31 insertions, 31 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index f6745c983e52..a6617e1e6741 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -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 diff --git a/emulators/qemu-devel/pkg-plist b/emulators/qemu-devel/pkg-plist index b1ea34cec544..200aa0cb95d3 100644 --- a/emulators/qemu-devel/pkg-plist +++ b/emulators/qemu-devel/pkg-plist @@ -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 |