Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jul 2014 07:11:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 191998] New: x11/kdelibs4 non-necessary dependency to avahi
Message-ID:  <bug-191998-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191998

            Bug ID: 191998
           Summary: x11/kdelibs4 non-necessary dependency to avahi
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: mazhe@alkumuna.eu

Hi,

While kdelibs should be able to use either nothing, mdnsd or avahi (I tend to
prefer the second as a dev and as a user), the LIB_DEPENDS have a avahi-app
line that do not take into account the OPTION choice:

This one can be removed, if the user did set the AVAHI option, avahi-libdns
will pull that (amongst others). If he did not set anything, or did set
MDNSRESPONDER, this is not needed.

Index: Makefile
===================================================================
--- Makefile    (revision 362401)
+++ Makefile    (working copy)
@@ -14,7 +14,6 @@
 LIB_DEPENDS=    libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \
         libjasper.so:${PORTSDIR}/graphics/jasper \
         libpcre.so:${PORTSDIR}/devel/pcre \
-        libavahi-core.so:${PORTSDIR}/net/avahi-app \
         libenchant.so:${PORTSDIR}/textproc/enchant \
         libgif.so:${PORTSDIR}/graphics/giflib \
         libpng15.so:${PORTSDIR}/graphics/png \

Thanks,

-- 
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-191998-13>