[Bug 277851] net-mgmt/lldpd: update to 1.0.18

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 12 May 2024 18:02:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277851

--- Comment #2 from John W. O'Brien <john@saltant.com> ---
See review D45168.

QA
==

portlint: OK
poudriere: OK -- testport on 13.3-RELEASE amd64 with all options enabled except
DTRACE

testport QA warnings:

*   Error: /usr/local/sbin/lldpd is linked to /usr/local/lib/libpkg.so.4 from
ports-mgmt/pkg but it is not declared as a dependency
    Warning: you need LIB_DEPENDS+=libpkg.so:ports-mgmt/pkg

This appears to be due to an undeclared dependency in net-mgmt/net-snmp.


*   Warning: you might not need LIB_DEPENDS on libevent.so

The cause of this warning is unclear. The configure phase correctly detects the
presence of a "system" libevent.

    checking for libevent >= 2.0.5... yes
    checking if system libevent works as expected... yes
    ...
    Libevent.......: system

The resulting binary is linked against libevent from the port.

    % ldd /usr/local/sbin/lldpd | grep event
        libevent-2.1.so.7 => /usr/local/lib/libevent-2.1.so.7 (0x3d3f8615000)

-- 
You are receiving this mail because:
You are the assignee for the bug.