[Bug 285155] net-mgmt./lldpd and net-mgmt./openlldp conflict
Date: Tue, 04 Mar 2025 12:56:32 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285155
Bug ID: 285155
Summary: net-mgmt./lldpd and net-mgmt./openlldp conflict
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs@FreeBSD.org
Reporter: dyeske@gmail.com
CC: freebsd@simweb.ch
CC: freebsd@simweb.ch
The ports net-mgmt/lldpd and net-mgmt/openlldp conflict with each other due to
the overlap of the sbin/lldpd binary.
% grep lldpd net-mgmt/openlldp/Makefile
USE_RC_SUBR= lldpd
PLIST_FILES= sbin/lldpd bin/lldpneighbors share/man/man8/lldpd.8.gz
% grep lldpd net-mgmt/lldpd/pkg-plist
share/man/man8/lldpd.8.gz
sbin/lldpd
My understanding is that both ports need to have a CONFLICTS or
CONFLICTS_INSTALL entry to prevent the sbin/lldpd binary from becoming
corrupted.
--
You are receiving this mail because:
You are the assignee for the bug.