From owner-svn-ports-head@freebsd.org Thu Aug 8 21:25:43 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A704DB374A; Thu, 8 Aug 2019 21:25:43 +0000 (UTC) (envelope-from asomers@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 464LyH3x8fz4tKx; Thu, 8 Aug 2019 21:25:43 +0000 (UTC) (envelope-from asomers@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6991C351C; Thu, 8 Aug 2019 21:25:43 +0000 (UTC) (envelope-from asomers@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x78LPhqJ016845; Thu, 8 Aug 2019 21:25:43 GMT (envelope-from asomers@FreeBSD.org) Received: (from asomers@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x78LPhRZ016842; Thu, 8 Aug 2019 21:25:43 GMT (envelope-from asomers@FreeBSD.org) Message-Id: <201908082125.x78LPhRZ016842@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: asomers set sender to asomers@FreeBSD.org using -f From: Alan Somers Date: Thu, 8 Aug 2019 21:25:43 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: asomers X-SVN-Commit-Paths: in head/emulators/qemu-utils: . files X-SVN-Commit-Revision: 508408 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Aug 2019 21:25:43 -0000 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 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