Date: Tue, 11 Jul 2017 14:04:57 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445498 - head/sysutils/iohyve Message-ID: <201707111404.v6BE4v5Y009868@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707111404.v6BE4v5Y009868>