svn commit: r511548 - head/sysutils/hfm

Antoine Brodin antoine at FreeBSD.org
Sun Sep 8 06:11:35 UTC 2019


Author: antoine
Date: Sun Sep  8 06:11:34 2019
New Revision: 511548
URL: https://svnweb.freebsd.org/changeset/ports/511548

Log:
  Mark BROKEN
  
  runtime.main_mainf: function main is undeclared in the main package
  # cmd/hfm/testmain
  # cmd/hfm
  FATAL: command "test" failed: exit status 2
  
  Reported by:	pkg-fallout

Modified:
  head/sysutils/hfm/Makefile

Modified: head/sysutils/hfm/Makefile
==============================================================================
--- head/sysutils/hfm/Makefile	Sun Sep  8 06:07:25 2019	(r511547)
+++ head/sysutils/hfm/Makefile	Sun Sep  8 06:11:34 2019	(r511548)
@@ -11,6 +11,8 @@ COMMENT=	Run tests in parallel at high frequency
 
 LICENSE=	BSD2CLAUSE
 
+BROKEN=		fails to build
+
 # gb 0.4 includes FreeBSD-specific fixes that this port requires
 #   https://github.com/constabulary/gb/issues/506
 BUILD_DEPENDS=	gb>=0.4:devel/gb \


More information about the svn-ports-all mailing list