From owner-svn-ports-all@freebsd.org Tue Jul 11 14:08:25 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 D85BADA0CC6; Tue, 11 Jul 2017 14:08:25 +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 A5C06756F6; Tue, 11 Jul 2017 14:08:25 +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 v6BE8ODN010157; Tue, 11 Jul 2017 14:08:24 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6BE8OCn010156; Tue, 11 Jul 2017 14:08:24 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201707111408.v6BE8OCn010156@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:08:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r445499 - branches/2017Q3/sysutils/iohyve X-SVN-Group: ports-branches X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: branches/2017Q3/sysutils/iohyve X-SVN-Commit-Revision: 445499 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:08:25 -0000 Author: tobik Date: Tue Jul 11 14:08:24 2017 New Revision: 445499 URL: https://svnweb.freebsd.org/changeset/ports/445499 Log: MFH: r445498 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) Approved by: ports-secteam (blanket) Modified: branches/2017Q3/sysutils/iohyve/Makefile Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/sysutils/iohyve/Makefile ============================================================================== --- branches/2017Q3/sysutils/iohyve/Makefile Tue Jul 11 14:04:56 2017 (r445498) +++ branches/2017Q3/sysutils/iohyve/Makefile Tue Jul 11 14:08:24 2017 (r445499) @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= pr1ntf -NO_BUILD= yes NO_ARCH= yes do-patch: