Date: Mon, 16 Nov 2015 16:20:42 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401776 - head/net-mgmt/collectd5 Message-ID: <201511161620.tAGGKgqx043570@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Mon Nov 16 16:20:42 2015 New Revision: 401776 URL: https://svnweb.freebsd.org/changeset/ports/401776 Log: Fix building WITH=MONGODB Installing mongo-c-driver-1.1.9... Extracting mongo-c-driver-1.1.9: .......... done ===> collectd5-5.5.0_3 depends on shared library: libmongoc.so - not found *** Error code 1 Sponsored by: Absolight Modified: head/net-mgmt/collectd5/Makefile Modified: head/net-mgmt/collectd5/Makefile ============================================================================== --- head/net-mgmt/collectd5/Makefile Mon Nov 16 16:13:01 2015 (r401775) +++ head/net-mgmt/collectd5/Makefile Mon Nov 16 16:20:42 2015 (r401776) @@ -156,7 +156,7 @@ MODBUS_LIB_DEPENDS= libmodbus.so:${PORT MODBUS_CONFIGURE_ENABLE= modbus MODBUS_CONFIGURE_WITH= libmodbus=${LOCALBASE} -MONGODB_LIB_DEPENDS= libmongoc.so:${PORTSDIR}/devel/mongo-c-driver +MONGODB_LIB_DEPENDS= libmongoc-1.0.so:${PORTSDIR}/devel/mongo-c-driver MONGODB_CONFIGURE_ENABLE= write_mongodb MONGODB_CONFIGURE_WITH= libmongoc=${LOCALBASE}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511161620.tAGGKgqx043570>