summaryrefslogtreecommitdiff
path: root/emulators/qemu-utils/files
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2019-08-08 21:25:42 +0000
committerAlan Somers <asomers@FreeBSD.org>2019-08-08 21:25:42 +0000
commit016688e922bd72889d587a2a90849f7aff1a6493 (patch)
tree894efb0ca0d7381bfadeb70b9dfbf54814357e7a /emulators/qemu-utils/files
parentAdd xtoolchain-llvm90, pre seeded toolchain to cross build FreeBSD base (diff)
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>
Diffstat (limited to 'emulators/qemu-utils/files')
-rw-r--r--emulators/qemu-utils/files/patch-Makefile24
1 files changed, 20 insertions, 4 deletions
diff --git a/emulators/qemu-utils/files/patch-Makefile b/emulators/qemu-utils/files/patch-Makefile
index f5f8368c179e..ca87881dba28 100644
--- a/emulators/qemu-utils/files/patch-Makefile
+++ b/emulators/qemu-utils/files/patch-Makefile
@@ -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