Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Aug 2019 21:25:43 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r508408 - in head/emulators/qemu-utils: . files
Message-ID:  <201908082125.x78LPhRZ016842@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: asomers (src committer)
Date: Thu Aug  8 21:25:42 2019
New Revision: 508408
URL: https://svnweb.freebsd.org/changeset/ports/508408

Log:
  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>

Modified:
  head/emulators/qemu-utils/files/patch-Makefile
  head/emulators/qemu-utils/pkg-plist

Modified: head/emulators/qemu-utils/files/patch-Makefile
==============================================================================
--- head/emulators/qemu-utils/files/patch-Makefile	Thu Aug  8 21:15:49 2019	(r508407)
+++ head/emulators/qemu-utils/files/patch-Makefile	Thu Aug  8 21:25:42 2019	(r508408)
@@ -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

Modified: head/emulators/qemu-utils/pkg-plist
==============================================================================
--- head/emulators/qemu-utils/pkg-plist	Thu Aug  8 21:15:49 2019	(r508407)
+++ head/emulators/qemu-utils/pkg-plist	Thu Aug  8 21:25:42 2019	(r508408)
@@ -1,3 +1,4 @@
+bin/qemu-edid
 bin/qemu-img
 bin/qemu-io
 bin/qemu-nbd



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908082125.x78LPhRZ016842>