svn commit: r366172 - head/net-mgmt/collectd5

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Aug 26 01:59:09 UTC 2014


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 "


More information about the svn-ports-all mailing list