Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Sep 2019 06:11:34 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r511548 - head/sysutils/hfm
Message-ID:  <201909080611.x886BYAk022440@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909080611.x886BYAk022440>