Date: Mon, 16 Nov 2015 19:36:55 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 204608] net-mgmt/collectd5 : wrong depends for XML Message-ID: <bug-204608-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204608 Bug ID: 204608 Summary: net-mgmt/collectd5 : wrong depends for XML Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: rhavenn@rhavenn.net CC: ports@bsdserwis.com Flags: maintainer-feedback?(ports@bsdserwis.com) CC: ports@bsdserwis.com The Makefile for the newly updated port looks like it has a copy / paste issue. XML_LIB_DEPENDS= libxmms.so:${PORTSDIR}/multimedia/xmms XML_CONFIGURE_WITH= libxml2=${LOCALBASE} XMMS_CFLAGS= `xmms-config --cflags` XMMS_LIB_DEPENDS= libxmms.so:${PORTSDIR}/multimedia/xmms XMMS_CONFIGURE_ENABLE= xmms XMMS_CONFIGURE_WITH= libxmms=${LOCALBASE} I'm guessing the XML_LIB_DEPENDS= should be: XML_LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204608-13>