emulators/qemu-utils: fix the build after r508242

revision 508242 updated the master port but didn't update qemu-utils.  No
PORTREVISION bump because 508242 already bumped PORTVERSION.

Reported by:	Niels <support@dinamite.nl>
This commit is contained in:
Alan Somers 2019-08-08 21:25:42 +00:00
parent d16c599b55
commit 016688e922
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508408
2 changed files with 21 additions and 4 deletions

View File

@ -1,6 +1,21 @@
--- Makefile.orig 2018-07-26 01:18:43 UTC
+++ Makefile
@@ -806,15 +806,10 @@ ifndef NOPORTDOCS
--- Makefile.orig 2019-08-08 19:18:25.578250000 +0000
+++ Makefile 2019-08-08 19:20:21.482341000 +0000
@@ -355,14 +355,10 @@
ifdef BUILD_DOCS
ifdef NOPORTDOCS
DOCS=qemu.1 qemu-img.1 qemu-nbd.8 qemu-ga.8
-DOCS+=docs/interop/qemu-qmp-ref.7 docs/interop/qemu-ga-ref.7
else
DOCS=qemu-doc.html qemu-doc.txt qemu.1 qemu-img.1 qemu-nbd.8 qemu-ga.8
-DOCS+=docs/interop/qemu-qmp-ref.html docs/interop/qemu-qmp-ref.txt docs/interop/qemu-qmp-ref.7
DOCS+=docs/interop/qemu-ga-ref.html docs/interop/qemu-ga-ref.txt docs/interop/qemu-ga-ref.7
endif
-DOCS+=docs/qemu-block-drivers.7
-DOCS+=docs/qemu-cpu-models.7
ifdef CONFIG_VIRTFS
DOCS+=fsdev/virtfs-proxy-helper.1
endif
@@ -832,16 +828,10 @@
$(INSTALL_DIR) "$(DESTDIR)$(qemu_docdir)"
$(INSTALL_DATA) qemu-doc.html "$(DESTDIR)$(qemu_docdir)"
$(INSTALL_DATA) qemu-doc.txt "$(DESTDIR)$(qemu_docdir)"
@ -13,10 +28,11 @@
- $(INSTALL_DIR) "$(DESTDIR)$(mandir)/man7"
- $(INSTALL_DATA) docs/interop/qemu-qmp-ref.7 "$(DESTDIR)$(mandir)/man7"
- $(INSTALL_DATA) docs/qemu-block-drivers.7 "$(DESTDIR)$(mandir)/man7"
- $(INSTALL_DATA) docs/qemu-cpu-models.7 "$(DESTDIR)$(mandir)/man7"
ifneq ($(TOOLS),)
$(INSTALL_DATA) qemu-img.1 "$(DESTDIR)$(mandir)/man1"
$(INSTALL_DIR) "$(DESTDIR)$(mandir)/man8"
@@ -868,11 +863,6 @@ endif
@@ -895,11 +885,6 @@
ifdef CONFIG_GTK
$(MAKE) -C po $@
endif

View File

@ -1,3 +1,4 @@
bin/qemu-edid
bin/qemu-img
bin/qemu-io
bin/qemu-nbd