Skip to content
Snippets Groups Projects
Commit 99a5f6d4 authored by Luiz Amaral's avatar Luiz Amaral Committed by Kurt Jaeger
Browse files
parent ac57f823
No related branches found
No related tags found
No related merge requests found
# Created by: Mathieu Simon <freebsd@simweb.ch>
PORTNAME= lldpd
PORTVERSION= 1.0.8
PORTREVISION= 1
PORTVERSION= 1.0.13
CATEGORIES= net-mgmt
MASTER_SITES= http://media.luffy.cx/files/${PORTNAME}/ \
http://mirror.1labs.ch/${PORTNAME}/
MASTER_SITES= http://media.luffy.cx/files/${PORTNAME}/
MAINTAINER= freebsd@simweb.ch
COMMENT= LLDP (802.1ab)/CDP/EDP/SONMP/FDP daemon and SNMP subagent
......@@ -64,6 +62,9 @@ XML_LIB_DEPENDS= libxml2.so:textproc/libxml2
XML_USES= libedit
XML_CONFIGURE_WITH= xml
post-extract:
${RM} ${WRKSRC}/include/netinet/if_ether.h
post-patch:
@${REINPLACE_CMD} -e 's|/etc|${PREFIX}|g' ${WRKSRC}/src/daemon/lldpd.8.in
......
TIMESTAMP = 1613320298
SHA256 (lldpd-1.0.8.tar.gz) = 98d200e76e30f6262c4a4493148c1840827898329146a57a34f8f0f928ca3def
SIZE (lldpd-1.0.8.tar.gz) = 1965326
TIMESTAMP = 1642499615
SHA256 (lldpd-1.0.13.tar.gz) = d639827fd8a27720d1bfd94bc52eca24af63ddcc3c9d2da60788778889d84701
SIZE (lldpd-1.0.13.tar.gz) = 1973988
--- src/daemon/lldpd.h.orig 2022-03-09 14:30:41 UTC
+++ src/daemon/lldpd.h
@@ -33,8 +33,9 @@
#include <string.h>
#include <sys/queue.h>
#include <sys/types.h>
-#include <netinet/if_ether.h>
+#include <sys/socket.h>
#include <netinet/in.h>
+#include <netinet/if_ether.h>
#include <sys/un.h>
#include "lldp-tlv.h"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment