Date: Tue, 26 Aug 2014 01:59:09 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366172 - head/net-mgmt/collectd5 Message-ID: <201408260159.s7Q1x9sQ069814@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Aug 26 01:59:09 2014 New Revision: 366172 URL: http://svnweb.freebsd.org/changeset/ports/366172 QAT: https://qat.redports.org/buildarchive/r366172/ Log: - Fix build by disabling warning which shoots on libdbi and is fatal due to -Werror Approved by: portmgr blanket MFH: 2014Q3 Modified: head/net-mgmt/collectd5/Makefile Modified: head/net-mgmt/collectd5/Makefile ============================================================================== --- head/net-mgmt/collectd5/Makefile Tue Aug 26 01:54:11 2014 (r366171) +++ head/net-mgmt/collectd5/Makefile Tue Aug 26 01:59:09 2014 (r366172) @@ -202,6 +202,7 @@ CONFIGURE_ARGS+=--disable-debug LIB_DEPENDS+= libdbi.so:${PORTSDIR}/databases/libdbi CONFIGURE_ARGS+=--with-libdbi=${LOCALBASE} --enable-dbi PLIST_SUB+= DBI="" +CFLAGS+= -Wno-deprecated-declarations .else CONFIGURE_ARGS+=--without-libdbi --disable-dbi PLIST_SUB+= DBI="@comment "
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408260159.s7Q1x9sQ069814>