Date: Wed, 31 Aug 2016 19:33:36 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 212102] net-mgmt/cnagios - Update to 0.33 release, add support for Nagios 4.x Message-ID: <bug-212102-13-bWb6zA5z0x@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-212102-13@https.bugs.freebsd.org/bugzilla/> References: <bug-212102-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212102 --- Comment #4 from danny@dannywarren.com --- You're right, it does do a check for a live nagios status.dat file if you d= on'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 bu= ild 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. B= ut 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 proce= ss there to not be so brittle, too. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-212102-13-bWb6zA5z0x>