svn commit: r366200 - branches/2014Q3/net-mgmt/collectd5
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Aug 26 11:06:40 UTC 2014
Author: amdmi3
Date: Tue Aug 26 11:06:40 2014
New Revision: 366200
URL: http://svnweb.freebsd.org/changeset/ports/366200
QAT: https://qat.redports.org/buildarchive/r366200/
Log:
MFH: r366172
- Fix build by disabling warning which shoots on libdbi and is fatal due to -Werror
Approved by: portmgr blanket
Modified:
branches/2014Q3/net-mgmt/collectd5/Makefile
Directory Properties:
branches/2014Q3/ (props changed)
Modified: branches/2014Q3/net-mgmt/collectd5/Makefile
==============================================================================
--- branches/2014Q3/net-mgmt/collectd5/Makefile Tue Aug 26 11:05:43 2014 (r366199)
+++ branches/2014Q3/net-mgmt/collectd5/Makefile Tue Aug 26 11:06:40 2014 (r366200)
@@ -204,6 +204,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 "
More information about the svn-ports-all
mailing list