[Bug 212102] net-mgmt/cnagios - Update to 0.33 release, add support for Nagios 4.x
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Aug 31 19:33:36 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212102
--- Comment #4 from danny at dannywarren.com ---
You're right, it does do a check for a live nagios status.dat file if you don't
pass in an explicit version variable at config time.
So, looks like it's always going to have problems building in this way, as it
is looking for a live running nagios install to pull the version from at build
time - which will never exist on a package build box or poudriere.
Locking it to nagios4 would work, since passing the the version in via
"--with-nagios-data" prevents it from looking for a live nagios install. But
that would be unfortunately, since it works great with net-mgmt/nagios.
Is there a sane way to add a dependency on net-mgmt/nagios *or*
net-mgmt/nagios4?
Given that I have control of upstream now, I could also fix the build process
there to not be so brittle, too.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list