From owner-svn-ports-all@freebsd.org Tue Jul 11 14:04:58 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 3088DDA0C50; Tue, 11 Jul 2017 14:04:58 +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 EF35B755AE; Tue, 11 Jul 2017 14:04:57 +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 v6BE4vGD009869; Tue, 11 Jul 2017 14:04:57 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6BE4v5Y009868; Tue, 11 Jul 2017 14:04:57 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201707111404.v6BE4v5Y009868@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Tue, 11 Jul 2017 14:04:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445498 - head/sysutils/iohyve X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/sysutils/iohyve X-SVN-Commit-Revision: 445498 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: Tue, 11 Jul 2017 14:04:58 -0000 Author: tobik Date: Tue Jul 11 14:04:56 2017 New Revision: 445498 URL: https://svnweb.freebsd.org/changeset/ports/445498 Log: Fix build on 12.0-CURRENT iohyve.8.gz is never created with NO_BUILD=yes set and the build fails with: ===> Staging for iohyve-0.7.9 ===> Generating temporary packing list ... install -c iohyve.8.gz /wrkdirs/usr/ports/sysutils/iohyve/work/stage//usr/local/man/man8/ install: iohyve.8.gz: No such file or directory *** Error code 71 PR: 220624 Approved by: lme (mentor, maintainer) MFH: 2017Q3 Modified: head/sysutils/iohyve/Makefile Modified: head/sysutils/iohyve/Makefile ============================================================================== --- head/sysutils/iohyve/Makefile Tue Jul 11 13:20:17 2017 (r445497) +++ head/sysutils/iohyve/Makefile Tue Jul 11 14:04:56 2017 (r445498) @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= pr1ntf -NO_BUILD= yes NO_ARCH= yes do-patch: