Index: head/net-mgmt/lldpd/Makefile =================================================================== --- head/net-mgmt/lldpd/Makefile (revision 565334) +++ head/net-mgmt/lldpd/Makefile (revision 565335) @@ -1,76 +1,75 @@ # Created by: Mathieu Simon # $FreeBSD$ PORTNAME= lldpd -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.8 CATEGORIES= net-mgmt MASTER_SITES= http://media.luffy.cx/files/${PORTNAME}/ \ http://mirror.1labs.ch/${PORTNAME}/ MAINTAINER= freebsd@simweb.ch COMMENT= LLDP (802.1ab)/CDP/EDP/SONMP/FDP daemon and SNMP subagent LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libevent.so:devel/libevent USES= libtool - USE_CSTD= gnu99 USE_LDCONFIG= yes USE_RC_SUBR= ${PORTNAME} GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-doxygen-doc \ --enable-hardening \ --enable-privsep \ --with-privsep-chroot=/var/empty \ --with-lldpd-ctl-socket=/var/run/lldpd.socket \ --with-lldpd-pid-file=/var/run/lldpd.pid \ --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig INSTALL_TARGET= install-strip USERS= _lldpd GROUPS= _lldpd OPTIONS_DEFINE= BASH DOCS DTRACE JSON PIE PROPRIETARY READLINE SNMP XML ZSH OPTIONS_DEFAULT= BASH JSON PROPRIETARY SNMP XML ZSH -OPTIONS_SUB= yes - # ld(1) fails to link probes: Relocations in generic ELF (EM: 0) OPTIONS_EXCLUDE_aarch64= DTRACE # dt_modtext:opensolaris/lib/libdtrace/common/dt_link.c: arm not implemented OPTIONS_EXCLUDE_armv6= DTRACE OPTIONS_EXCLUDE_armv7= DTRACE +OPTIONS_SUB= yes -DTRACE_DESC= DTrace support +DTRACE_DESC= DTrace support (BROKEN) JSON_DESC= JSON output support PIE_DESC= Build PIE (position independant executables) PROPRIETARY_DESC= Support proprietary protocols (CDP/EDP/FDP/SONMP) SNMP_DESC= Enable the use of SNMP XML_DESC= XML output support DTRACE_CONFIGURE_ENABLE= dtrace +JSON_LIB_DEPENDS= libjansson.so:devel/jansson +JSON_USES= pkgconfig JSON_CONFIGURE_WITH= json PIE_CONFIGURE_ENABLE= pie +PROPRIETARY_CONFIGURE_ENABLE= cdp edp fdp sonmp READLINE_CONFIGURE_WITH= readline +SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp \ + libpcre.so:devel/pcre \ + libpkg.so:ports-mgmt/pkg \ + librpm.so:archivers/rpm4 +SNMP_USES= ssl SNMP_CONFIGURE_WITH= snmp +XML_LIB_DEPENDS= libxml2.so:textproc/libxml2 +# libedit needed in combination of READLINE and XML +XML_USES= libedit XML_CONFIGURE_WITH= xml -PROPRIETARY_CONFIGURE_ENABLE= cdp edp fdp sonmp -JSON_LIB_DEPENDS= libjansson.so:devel/jansson -JSON_USES= pkgconfig -SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp -SNMP_USES= ssl -XML_LIB_DEPENDS= libxml2.so:textproc/libxml2 - post-patch: @${REINPLACE_CMD} -e 's|/etc|${PREFIX}|g' ${WRKSRC}/src/daemon/lldpd.8.in - @${REINPLACE_CMD} -e 's|vendor-completions|site-functions|g' \ - ${WRKSRC}/src/client/Makefile.am \ - ${WRKSRC}/src/client/Makefile.in post-install-DOCS-on: ${INSTALL_DATA} ${FILESDIR}/README.bsd ${STAGEDIR}${DOCSDIR} .include Index: head/net-mgmt/lldpd/distinfo =================================================================== --- head/net-mgmt/lldpd/distinfo (revision 565334) +++ head/net-mgmt/lldpd/distinfo (revision 565335) @@ -1,3 +1,3 @@ -TIMESTAMP = 1566804210 -SHA256 (lldpd-1.0.4.tar.gz) = 5319bc032fabf1008d5d91e280276aa7f1bbfbb70129d8526cd4526d7c22724f -SIZE (lldpd-1.0.4.tar.gz) = 1607806 +TIMESTAMP = 1613320298 +SHA256 (lldpd-1.0.8.tar.gz) = 98d200e76e30f6262c4a4493148c1840827898329146a57a34f8f0f928ca3def +SIZE (lldpd-1.0.8.tar.gz) = 1965326 Index: head/net-mgmt/lldpd/pkg-descr =================================================================== --- head/net-mgmt/lldpd/pkg-descr (revision 565334) +++ head/net-mgmt/lldpd/pkg-descr (revision 565335) @@ -1,18 +1,18 @@ LLDP (Link Layer Discovery Protocol) is an industry standard protocol designed to supplant proprietary Link-Layer protocols such as Extreme's EDP (Extreme Discovery Protocol) and CDP (Cisco Discovery Protocol). The goal of LLDP is to provide an inter-vendor compatible mechanism to deliver Link-Layer notifications to adjacent network devices. lldpd implements both reception and sending. It also implements an SNMP subagent for net-snmp to get local and remote LLDP information. The LLDP MIB is partially implemented but the most useful tables are here. lldpd also partially implements LLDP-MED. lldpd supports bridge, vlan and bonding. Bonding need to be done on real physical devices, not on bridges, vlans, etc. However, vlans can be mapped on the bonding device. You can bridge vlan but not add vlans on bridges. More complex setups may give false results. -WWW: http://vincentbernat.github.io/lldpd/ +WWW: https://lldpd.github.io/ Index: head/net-mgmt/lldpd/pkg-plist =================================================================== --- head/net-mgmt/lldpd/pkg-plist (revision 565334) +++ head/net-mgmt/lldpd/pkg-plist (revision 565335) @@ -1,22 +1,22 @@ %%ETCDIR%%.d/README.conf include/lldp-const.h include/lldpctl.h lib/liblldpctl.a lib/liblldpctl.so lib/liblldpctl.so.4 -lib/liblldpctl.so.4.8.0 +lib/liblldpctl.so.4.9.0 libdata/pkgconfig/lldpctl.pc man/man8/lldpcli.8.gz man/man8/lldpctl.8.gz man/man8/lldpd.8.gz sbin/lldpcli sbin/lldpctl sbin/lldpd %%BASH%%share/bash-completion/completions/lldpcli %%PORTDOCS%%%%DOCSDIR%%/CONTRIBUTE.md %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README.bsd %%PORTDOCS%%%%DOCSDIR%%/README.md %%ZSH%%share/zsh/site-functions/_lldpcli