mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
net-mgmt/lldpd: Update to 1.0.21
* Define library dependency for readline * Fix dependency "leakage" from net-snmp by adding -Wl,--as-needed to LDFLAGS PR: 293841 Tested by: John W. O'Brien <john@saltant.com> Approved by: maintainer timeout, 2+ weeks
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
PORTNAME= lldpd
|
||||
DISTVERSION= 1.0.19
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 1.0.21
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/ \
|
||||
http://media.luffy.cx/files/${PORTNAME}/
|
||||
@@ -64,10 +63,11 @@ PIE_CONFIGURE_ENABLE= pie
|
||||
|
||||
PROPRIETARY_CONFIGURE_ENABLE= cdp edp fdp sonmp
|
||||
|
||||
READLINE_USES= readline
|
||||
READLINE_CONFIGURE_WITH= readline
|
||||
|
||||
SNMP_USES= ssl
|
||||
SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp
|
||||
SNMP_LDFLAGS= -Wl,--as-needed
|
||||
SNMP_CONFIGURE_WITH= snmp
|
||||
|
||||
post-install:
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1736637102
|
||||
SHA256 (lldpd-1.0.19.tar.gz) = 4de17fe5137b4d44a7bd57f8dfc80cffe2c8bb3691b4ae3012b5a6ea20d79ee0
|
||||
SIZE (lldpd-1.0.19.tar.gz) = 1987102
|
||||
TIMESTAMP = 1773594026
|
||||
SHA256 (lldpd-1.0.21.tar.gz) = d0a96e601f2d2a168dd168d5fc46de0ca83f6ad04638ee104d175e15511e1874
|
||||
SIZE (lldpd-1.0.21.tar.gz) = 1999487
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
%%ETCDIR%%.d/README.conf
|
||||
include/lldp-const.h
|
||||
include/lldpctl.h
|
||||
include/lldpctl.hpp
|
||||
lib/liblldpctl.a
|
||||
lib/liblldpctl.so
|
||||
lib/liblldpctl.so.4
|
||||
|
||||
Reference in New Issue
Block a user