svn commit: r409112 - in head/emulators: qemu-sbruno qemu-user-static

Sean Bruno sbruno at FreeBSD.org
Thu Feb 18 16:30:31 UTC 2016


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)


More information about the svn-ports-all mailing list