aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/qemu-user-static
diff options
context:
space:
mode:
authorsbruno <sbruno@FreeBSD.org>2016-02-19 00:30:29 +0800
committersbruno <sbruno@FreeBSD.org>2016-02-19 00:30:29 +0800
commitdfc5085d71f3db3f2fef8e742f15f0821ed1ae9f (patch)
treeb700d530f03b150e781745f1aaa3a3e000cac55d /emulators/qemu-user-static
parenta388e3e3ce0285abb55d310b9e0f9645135c81d5 (diff)
downloadfreebsd-ports-gnome-dfc5085d71f3db3f2fef8e742f15f0821ed1ae9f.tar.gz
freebsd-ports-gnome-dfc5085d71f3db3f2fef8e742f15f0821ed1ae9f.tar.zst
freebsd-ports-gnome-dfc5085d71f3db3f2fef8e742f15f0821ed1ae9f.zip
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.
Diffstat (limited to 'emulators/qemu-user-static')
-rw-r--r--emulators/qemu-user-static/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/qemu-user-static/Makefile b/emulators/qemu-user-static/Makefile
index 26eeecda7895..0e9368bf17f3 100644
--- a/emulators/qemu-user-static/Makefile
+++ b/emulators/qemu-user-static/Makefile
@@ -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)