svn commit: r445498 - head/sysutils/iohyve

Tobias Kortkamp tobik at FreeBSD.org
Tue Jul 11 14:04:58 UTC 2017


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:


More information about the svn-ports-all mailing list