If collectd is built with memcached support, Makefile adds: LIB_DEPENDS+= memchached.8:${PORTSDIR}/databases/libmemcached But current version of libmemcached installs /usr/local/lib/libmemcached.so.9 Fix: Change Makefile: memchached.8 to memchached.9 Patch attached with submission follows: How-To-Repeat: Build collectd with MEMCACHED enabled
Maintainer of net-mgmt/collectd, Please note that PR ports/166898 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/166898 -- 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)
Responsible Changed From-To: freebsd-ports-bugs->jgh I'll take it.
Hello, On Fri, Apr 13, 2012 at 03:20:52AM +0000, Edwin Groothuis wrote: > Maintainer of net-mgmt/collectd, > > Please note that PR ports/166898 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/166898 > Yes of course, It should be corrected. Thanks a lot for help. Greetings, -- Krzysztof Stryjek UNIX administrator/Juniper Networks Specialist email: wtp (at) bsdserwis (dot) com http://www.linkedin.com/in/KrzysztofStryjek GPG fingerprint: 8BD7 40CE 8994 0BBE CE6C 91CD 1292 8959 DC61 0E76 In theory, there is no difference between theory and practice. In practice, there is.
jgh 2012-04-13 16:44:13 UTC FreeBSD ports repository Modified files: net-mgmt/collectd Makefile Log: - chase libmemcached shared library bump 8=>9 PR: ports/166898 Submitted by: basarevych@gmail.com Approved by: maintainer, ports@bsdserwis.com Revision Changes Path 1.39 +1 -1 ports/net-mgmt/collectd/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: feedback->closed Committed. Thanks!