The ipmimonitoring tool in freeipmi, and probably other freeimpi tools, has a runtime dependency on argp-standalone since it links dynamically against it. # ldd /usr/local/sbin/ipmimonitoring | grep libargp libargp.so.0 => /usr/local/lib/libargp.so.0 (0x8010a0000) Fix: Change freeipmi to have a runtime dependency on argp-standalone.
Responsible Changed From-To: freebsd-ports-bugs->simon Submitter has GNATS access (via the GNATS Auto Assign Tool)
Maintainer of sysutils/freeipmi, Please note that PR ports/140246 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/140246 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
I'm a maintainer and the patch looks reasonable to me. Can anyone commit it, please. Thanks.
State Changed From-To: feedback->open Maintainer approved
simon 2009-12-07 12:21:19 UTC FreeBSD ports repository Modified files: sysutils/freeipmi Makefile Log: Change argp-standalone from a build time dependency to a runtime dependency, since at least 'ipmimonitoring' links dynamically against the argp-standalone library. PR: ports/140246 Prod to commit by: pav (indirectly) :-) Approved by: Dmitry Frolov (maintainer) Revision Changes Path 1.32 +2 -2 ports/sysutils/freeipmi/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed.