On 2016/11/15 11:05, Landry Breuil wrote:
> On Mon, Nov 14, 2016 at 08:34:34PM +0300, Pavel Korovin wrote:
> > Sorry, forgot to cvs delete before diff.
> > The correct diff for sysutils/collectd attached.
>
> Nice work! If someone can ok the riemann-c client port, i'll try to test
> & commit this in the coming days.
>
> Landry
>
I'm seeing this from port-lib-depends-check,
riemann-c-client-1.9.1(sysutils/riemann-c-client):
Extra: m.10 stdc++.57
Tests need a patch-Makefile_am to remove -ldl, but then they seem to hang
burning cpu without making any syscalls:
$OpenBSD$
--- Makefile.am.orig Tue Nov 15 10:18:56 2016
+++ Makefile.am Tue Nov 15 10:19:10 2016
@@ -83,7 +83,7 @@ AM_TESTS_ENVIRONMENT = \
TESTS_ENVIRONMENT ?= ${AM_TESTS_ENVIRONMENT}
tests/check_%: CFLAGS += ${CHECK_CFLAGS}
-tests/check_%: LDADD += ${CHECK_LIBS} -ldl
+tests/check_%: LDADD += ${CHECK_LIBS}
tests/check_%: LDFLAGS += -no-install
check_PROGRAMS = ${TESTS}