From owner-svn-ports-head@freebsd.org Thu Feb 18 16:30:31 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 B8907AAB33B; Thu, 18 Feb 2016 16:30:31 +0000 (UTC) (envelope-from sbruno@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 6C51C119D; Thu, 18 Feb 2016 16:30:31 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1IGUU3g024600; Thu, 18 Feb 2016 16:30:30 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1IGUUu8024597; Thu, 18 Feb 2016 16:30:30 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201602181630.u1IGUUu8024597@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Thu, 18 Feb 2016 16:30:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409112 - in head/emulators: qemu-sbruno qemu-user-static 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.20 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: Thu, 18 Feb 2016 16:30:31 -0000 Author: sbruno Date: Thu Feb 18 16:30:29 2016 New Revision: 409112 URL: https://svnweb.freebsd.org/changeset/ports/409112 Log: Attempt to unbreak stage (pointed out by amdmi3/junovitch) - Add ivshmem-client/server to the pkg-plist of qemu-sbruno. - Forceably nuke ivshmem-client/server during the build of qemu-user-static. Bump PORTREVISION. Modified: head/emulators/qemu-sbruno/Makefile head/emulators/qemu-sbruno/pkg-plist head/emulators/qemu-user-static/Makefile Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Thu Feb 18 15:08:25 2016 (r409111) +++ head/emulators/qemu-sbruno/Makefile Thu Feb 18 16:30:29 2016 (r409112) @@ -3,6 +3,7 @@ PORTNAME= qemu PORTVERSION= 2.5.50.g20160215 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= GH \ LOCAL/nox:dtc \ Modified: head/emulators/qemu-sbruno/pkg-plist ============================================================================== --- head/emulators/qemu-sbruno/pkg-plist Thu Feb 18 15:08:25 2016 (r409111) +++ head/emulators/qemu-sbruno/pkg-plist Thu Feb 18 16:30:29 2016 (r409112) @@ -2,6 +2,8 @@ %%SOFTMMU%%bin/qemu-img %%SOFTMMU%%bin/qemu-io %%SOFTMMU%%bin/qemu-nbd +%%SOFTMMU%%bin/ivshmem-client +%%SOFTMMU%%bin/ivshmem-server %%NONX86%%bin/qemu-system-aarch64 %%NONX86%%bin/qemu-system-alpha %%NONX86%%bin/qemu-system-arm Modified: head/emulators/qemu-user-static/Makefile ============================================================================== --- head/emulators/qemu-user-static/Makefile Thu Feb 18 15:08:25 2016 (r409111) +++ head/emulators/qemu-user-static/Makefile Thu Feb 18 16:30:29 2016 (r409112) @@ -18,6 +18,8 @@ post-install: @${RM} -r ${STAGEDIR}${PREFIX}/bin/qemu-img @${RM} -r ${STAGEDIR}${PREFIX}/bin/qemu-io @${RM} -r ${STAGEDIR}${PREFIX}/bin/qemu-nbd + @${RM} -r ${STAGEDIR}${PREFIX}/bin/ivshmem-client + @${RM} -r ${STAGEDIR}${PREFIX}/bin/ivshmem-server @${MV} ${STAGEDIR}${PREFIX}/etc/rc.d ${WRKDIR} @${RM} -r ${STAGEDIR}${PREFIX}/etc .if exists(/usr/sbin/binmiscctl)