[Bug 191998] New: x11/kdelibs4 non-necessary dependency to avahi
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jul 21 07:11:49 UTC 2014
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 at FreeBSD.org
Reporter: mazhe at 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.
More information about the freebsd-ports-bugs
mailing list