Date: Thu, 18 Feb 2016 16:30:30 +0000 (UTC) From: Sean Bruno <sbruno@FreeBSD.org> 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 Message-ID: <201602181630.u1IGUUu8024597@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602181630.u1IGUUu8024597>