From owner-svn-ports-all@freebsd.org Fri Oct 6 18:54:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E02CE3EAEB; Fri, 6 Oct 2017 18:54:55 +0000 (UTC) (envelope-from tobik@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 mx1.freebsd.org (Postfix) with ESMTPS id 057E06B0D7; Fri, 6 Oct 2017 18:54:54 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96IssZP011891; Fri, 6 Oct 2017 18:54:54 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96Isr6r011889; Fri, 6 Oct 2017 18:54:53 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201710061854.v96Isr6r011889@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 6 Oct 2017 18:54:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r451400 - in branches/2017Q4/emulators/qemu: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in branches/2017Q4/emulators/qemu: . files X-SVN-Commit-Revision: 451400 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Oct 2017 18:54:55 -0000 Author: tobik Date: Fri Oct 6 18:54:53 2017 New Revision: 451400 URL: https://svnweb.freebsd.org/changeset/ports/451400 Log: MFH: r451399 emulators/qemu: Fix build without DOCS - While here also add missing X11 dependencies to the GTK2 option /usr/bin/install -c -c -m 0644 docs/qemu-qmp-ref.7 "/wrkdirs/usr/ports/emulators/qemu/work/stage/usr/local/man/man7" install: docs/qemu-qmp-ref.7: No such file or directory gmake[1]: *** [Makefile:576: install-doc] Error 71 gmake[1]: Leaving directory '/wrkdirs/usr/ports/emulators/qemu/work/qemu-2.9.0' PR: 221749 Submitted by: smh Reviewed by: novel Approved by: bofh Approved by: ports-secteam blanket Modified: branches/2017Q4/emulators/qemu/Makefile branches/2017Q4/emulators/qemu/files/patch-Makefile Directory Properties: branches/2017Q4/ (props changed) Modified: branches/2017Q4/emulators/qemu/Makefile ============================================================================== --- branches/2017Q4/emulators/qemu/Makefile Fri Oct 6 18:53:00 2017 (r451399) +++ branches/2017Q4/emulators/qemu/Makefile Fri Oct 6 18:54:53 2017 (r451400) @@ -47,7 +47,7 @@ OPTIONS_DEFAULT=X11 GTK2 OPENGL GNUTLS SASL JPEG PNG C OPTIONS_SUB= yes X11_USE= SDL=sdl XORG=x11,xext GNOME=gdkpixbuf2 X11_CONFIGURE_ENABLE= sdl -GTK2_USE= GNOME=gtk20,vte +GTK2_USE= GNOME=gtk20,vte,gdkpixbuf2 XORG=x11,xext GTK2_USES= gettext GTK2_CONFIGURE_OFF= --disable-gtk --disable-vte GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls Modified: branches/2017Q4/emulators/qemu/files/patch-Makefile ============================================================================== --- branches/2017Q4/emulators/qemu/files/patch-Makefile Fri Oct 6 18:53:00 2017 (r451399) +++ branches/2017Q4/emulators/qemu/files/patch-Makefile Fri Oct 6 18:54:53 2017 (r451400) @@ -1,11 +1,12 @@ --- Makefile.orig 2017-04-20 14:57:00 UTC +++ Makefile -@@ -206,9 +206,13 @@ LIBS+=-lz $(LIBS_TOOLS) +@@ -206,9 +206,14 @@ LIBS+=-lz $(LIBS_TOOLS) HELPERS-$(CONFIG_LINUX) = qemu-bridge-helper$(EXESUF) ifdef BUILD_DOCS +ifdef NOPORTDOCS +DOCS=qemu.1 qemu-img.1 qemu-nbd.8 qemu-ga.8 ++DOCS+=docs/qemu-qmp-ref.7 docs/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/qemu-qmp-ref.html docs/qemu-qmp-ref.txt docs/qemu-qmp-ref.7 @@ -14,7 +15,7 @@ ifdef CONFIG_VIRTFS DOCS+=fsdev/virtfs-proxy-helper.1 endif -@@ -558,11 +562,13 @@ BLOBS= +@@ -558,11 +563,13 @@ BLOBS= endif install-doc: $(DOCS) @@ -28,3 +29,14 @@ ifdef CONFIG_POSIX $(INSTALL_DIR) "$(DESTDIR)$(mandir)/man1" $(INSTALL_DATA) qemu.1 "$(DESTDIR)$(mandir)/man1" +@@ -575,8 +582,10 @@ ifneq ($(TOOLS),) + endif + ifneq (,$(findstring qemu-ga,$(TOOLS))) + $(INSTALL_DATA) qemu-ga.8 "$(DESTDIR)$(mandir)/man8" ++ifndef NOPORTDOCS + $(INSTALL_DATA) docs/qemu-ga-ref.html "$(DESTDIR)$(qemu_docdir)" + $(INSTALL_DATA) docs/qemu-ga-ref.txt "$(DESTDIR)$(qemu_docdir)" ++endif + $(INSTALL_DATA) docs/qemu-ga-ref.7 "$(DESTDIR)$(mandir)/man7" + endif + endif