summaryrefslogtreecommitdiff
path: root/emulators/qemu-utils/files
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2022-01-10 10:00:56 +0100
committerRene Ladan <rene@FreeBSD.org>2022-01-10 10:00:56 +0100
commitff8ff0d5da0f46e60fc9b6e0758e5e7be0194fa1 (patch)
tree6d2ba29674682a3e1f8949f69ef59e3d7a47483b /emulators/qemu-utils/files
parentnet/rospo: Update to 0.8.0 (diff)
cleanup: Remove expired ports:
2022-01-10 emulators/qemu-utils: Use emulators/qemu or emulators/qemu-devel 2022-01-10 emulators/qemu42: Use emulators/qemu or emulators/qemu-devel
Diffstat (limited to 'emulators/qemu-utils/files')
-rw-r--r--emulators/qemu-utils/files/patch-Makefile47
-rw-r--r--emulators/qemu-utils/files/patch-configure21
2 files changed, 0 insertions, 68 deletions
diff --git a/emulators/qemu-utils/files/patch-Makefile b/emulators/qemu-utils/files/patch-Makefile
deleted file mode 100644
index 3890728f9992..000000000000
--- a/emulators/qemu-utils/files/patch-Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
---- Makefile.orig 2020-09-18 12:03:57 UTC
-+++ Makefile
-@@ -344,14 +344,11 @@ endif
- ifdef BUILD_DOCS
- ifdef NOPORTDOCS
- DOCS=qemu.1 qemu-img.1 qemu-nbd.8 $(MANUAL_BUILDDIR)/interop/qemu-ga.8
--DOCS+=docs/interop/qemu-qmp-ref.7 docs/interop/qemu-ga-ref.7
-+DOCS+=docs/interop/qemu-ga-ref.7
- else
- DOCS=qemu-doc.html qemu-doc.txt qemu.1 qemu-img.1 qemu-nbd.8 $(MANUAL_BUILDDIR)/interop/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
-@@ -828,16 +825,10 @@ ifndef NOPORTDOCS
- $(INSTALL_DIR) "$(DESTDIR)$(qemu_docdir)"
- $(INSTALL_DATA) qemu-doc.html "$(DESTDIR)$(qemu_docdir)"
- $(INSTALL_DATA) qemu-doc.txt "$(DESTDIR)$(qemu_docdir)"
-- $(INSTALL_DATA) docs/interop/qemu-qmp-ref.html "$(DESTDIR)$(qemu_docdir)"
-- $(INSTALL_DATA) docs/interop/qemu-qmp-ref.txt "$(DESTDIR)$(qemu_docdir)"
- endif
- ifdef CONFIG_POSIX
- $(INSTALL_DIR) "$(DESTDIR)$(mandir)/man1"
- $(INSTALL_DATA) qemu.1 "$(DESTDIR)$(mandir)/man1"
-- $(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"
- ifeq ($(CONFIG_TOOLS),y)
- $(INSTALL_DATA) qemu-img.1 "$(DESTDIR)$(mandir)/man1"
- $(INSTALL_DIR) "$(DESTDIR)$(mandir)/man8"
-@@ -942,11 +933,6 @@ endif
- ifeq ($(CONFIG_PLUGIN),y)
- $(INSTALL_DATA) $(SRC_PATH)/include/qemu/qemu-plugin.h "$(DESTDIR)$(includedir)/qemu-plugin.h"
- endif
-- $(INSTALL_DIR) "$(DESTDIR)$(qemu_datadir)/keymaps"
-- set -e; for x in $(KEYMAPS); do \
-- $(INSTALL_DATA) $(SRC_PATH)/pc-bios/keymaps/$$x "$(DESTDIR)$(qemu_datadir)/keymaps"; \
-- done
-- $(INSTALL_DATA) $(BUILD_DIR)/trace-events-all "$(DESTDIR)$(qemu_datadir)/trace-events-all"
-
- .PHONY: ctags
- ctags:
diff --git a/emulators/qemu-utils/files/patch-configure b/emulators/qemu-utils/files/patch-configure
deleted file mode 100644
index a4ffd8f03a38..000000000000
--- a/emulators/qemu-utils/files/patch-configure
+++ /dev/null
@@ -1,21 +0,0 @@
---- configure.orig 2018-04-24 16:30:46 UTC
-+++ configure
-@@ -3452,7 +3452,7 @@ fi
- ##########################################
- # pixman support probe
-
--if test "$want_tools" = "no" && test "$softmmu" = "no"; then
-+if test "$softmmu" = "no"; then
- pixman_cflags=
- pixman_libs=
- elif $pkg_config --atleast-version=0.21.8 pixman-1 > /dev/null 2>&1; then
-@@ -5498,9 +5498,6 @@ if test "$want_tools" = "yes" ; then
- tools="qemu-img\$(EXESUF) qemu-io\$(EXESUF) $tools"
- if [ "$linux" = "yes" -o "$bsd" = "yes" -o "$solaris" = "yes" ] ; then
- tools="qemu-nbd\$(EXESUF) $tools"
-- fi
-- if [ "$ivshmem" = "yes" ]; then
-- tools="ivshmem-client\$(EXESUF) ivshmem-server\$(EXESUF) $tools"
- fi
- fi
- if test "$softmmu" = yes ; then