[Bug 204608] net-mgmt/collectd5 : wrong depends for XML

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Nov 16 19:36:56 UTC 2015


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 at FreeBSD.org
          Reporter: rhavenn at rhavenn.net
                CC: ports at bsdserwis.com
             Flags: maintainer-feedback?(ports at bsdserwis.com)
                CC: ports at 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.


More information about the freebsd-ports-bugs mailing list