Created attachment 167254 [details] shar file patch
Created attachment 167255 [details] ports/UIDs patch
Created attachment 167256 [details] ports/GIDs patch
Created attachment 167261 [details] poudriere testport log
Created attachment 167292 [details] shar file patch - includes pkg-message, tightens _DEPENDS
testbuilds@work
Fails to build on 9.3.a, see http://people.freebsd.org/~pi/logs/sysutils__hfm-93a-1458152169.txt Do you have an idea how to fix this ?
Thanks! I'll take a look. My suspicion is gcc vs clang at the linker stage, but won't know until I have a go, thanks for taking a look!
I found a solution with USES=compiler:c++11-lang
A commit references this bug: Author: pi Date: Sun Mar 20 20:20:14 UTC 2016 New revision: 411516 URL: https://svnweb.freebsd.org/changeset/ports/411516 Log: New port: sysutils/hfm hfm is an application to run tests in parallel at a high frequency. If the outcome of the test results in a state change, other commands can be executed. It is designed to be a general purpose, loosely-coupled tool, by having both the tests and the state change commands be executed by the operating system. For example, one could write the test in shell or c, and have it called through the exec facility. In practice, the overhead of spawning a new process per test limits frequency that can be achieved by the tests, and their results. Anecdotally, 5ms intervals have been seen to be achievable. An example application is to poll other network services for health, and to take actions based on their health status changes. WWW: https://github.com/derekmarcotte/hfm PR: 207392 Submitted by: 554b8425@razorfever.net Changes: head/GIDs head/UIDs head/sysutils/Makefile head/sysutils/hfm/ head/sysutils/hfm/Makefile head/sysutils/hfm/distinfo head/sysutils/hfm/files/ head/sysutils/hfm/files/hfm.in head/sysutils/hfm/pkg-descr head/sysutils/hfm/pkg-message head/sysutils/hfm/pkg-plist
Committed, thanks!