svn commit: r445499 - branches/2017Q3/sysutils/iohyve

Tobias Kortkamp tobik at FreeBSD.org
Tue Jul 11 14:08:25 UTC 2017


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:


More information about the svn-ports-all mailing list