From owner-svn-ports-head@freebsd.org Wed Apr 20 07:01:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6EB67B14233; Wed, 20 Apr 2016 07:01:16 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 44CC81734; Wed, 20 Apr 2016 07:01:16 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3K71FM5028567; Wed, 20 Apr 2016 07:01:15 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3K71F3r028565; Wed, 20 Apr 2016 07:01:15 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201604200701.u3K71F3r028565@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Wed, 20 Apr 2016 07:01:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413673 - head/emulators/qemu-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Apr 2016 07:01:16 -0000 Author: bofh Date: Wed Apr 20 07:01:15 2016 New Revision: 413673 URL: https://svnweb.freebsd.org/changeset/ports/413673 Log: emulators/qemu-devel: Fix pkg-plist with NO_X86_TARGETS PR: 206292 Submitted by: lantw44@gmail.com Modified: head/emulators/qemu-devel/Makefile head/emulators/qemu-devel/pkg-plist Modified: head/emulators/qemu-devel/Makefile ============================================================================== --- head/emulators/qemu-devel/Makefile Wed Apr 20 06:20:50 2016 (r413672) +++ head/emulators/qemu-devel/Makefile Wed Apr 20 07:01:15 2016 (r413673) @@ -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 Modified: head/emulators/qemu-devel/pkg-plist ============================================================================== --- head/emulators/qemu-devel/pkg-plist Wed Apr 20 06:20:50 2016 (r413672) +++ head/emulators/qemu-devel/pkg-plist Wed Apr 20 07:01:15 2016 (r413673) @@ -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