View | Details | Raw Unified | Return to bug 260904 | Differences between
and this patch

Collapse All | Expand All

(-)b/net-mgmt/lldpd/Makefile (-3 / +5 lines)
Lines 1-11 Link Here
1
# Created by: Mathieu Simon <freebsd@simweb.ch>
1
# Created by: Mathieu Simon <freebsd@simweb.ch>
2
2
3
PORTNAME=      lldpd
3
PORTNAME=      lldpd
4
PORTVERSION=   1.0.8
4
PORTVERSION=   1.0.13
5
PORTREVISION=  1
5
PORTREVISION=  1
6
CATEGORIES=    net-mgmt
6
CATEGORIES=    net-mgmt
7
MASTER_SITES=  http://media.luffy.cx/files/${PORTNAME}/ \
7
MASTER_SITES=  http://media.luffy.cx/files/${PORTNAME}/
8
               http://mirror.1labs.ch/${PORTNAME}/
9
8
10
MAINTAINER=    freebsd@simweb.ch
9
MAINTAINER=    freebsd@simweb.ch
11
COMMENT=       LLDP (802.1ab)/CDP/EDP/SONMP/FDP daemon and SNMP subagent
10
COMMENT=       LLDP (802.1ab)/CDP/EDP/SONMP/FDP daemon and SNMP subagent
Lines 64-69 XML_LIB_DEPENDS= libxml2.so:textproc/libxml2 Link Here
64
XML_USES=                      libedit
63
XML_USES=                      libedit
65
XML_CONFIGURE_WITH=            xml
64
XML_CONFIGURE_WITH=            xml
66
65
66
post-extract:
67
       ${RM} ${WRKSRC}/include/netinet/if_ether.h
68
67
post-patch:
69
post-patch:
68
       @${REINPLACE_CMD} -e 's|/etc|${PREFIX}|g' ${WRKSRC}/src/daemon/lldpd.8.in
70
       @${REINPLACE_CMD} -e 's|/etc|${PREFIX}|g' ${WRKSRC}/src/daemon/lldpd.8.in
69
71
(-)b/net-mgmt/lldpd/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1613320298
1
TIMESTAMP = 1642499615
2
SHA256 (lldpd-1.0.8.tar.gz) = 98d200e76e30f6262c4a4493148c1840827898329146a57a34f8f0f928ca3def
2
SHA256 (lldpd-1.0.13.tar.gz) = d639827fd8a27720d1bfd94bc52eca24af63ddcc3c9d2da60788778889d84701
3
SIZE (lldpd-1.0.8.tar.gz) = 1965326
3
SIZE (lldpd-1.0.13.tar.gz) = 1973988
(-)b/net-mgmt/lldpd/files/patch-src_daemon_lldpd.h (+13 lines)
Added Link Here
1
--- src/daemon/lldpd.h.orig    2022-03-09 14:30:41 UTC
2
+++ src/daemon/lldpd.h
3
@@ -33,8 +33,9 @@
4
 #include <string.h>
5
 #include <sys/queue.h>
6
 #include <sys/types.h>
7
-#include <netinet/if_ether.h>
8
+#include <sys/socket.h>
9
 #include <netinet/in.h>
10
+#include <netinet/if_ether.h>
11
 #include <sys/un.h>
12
 
13
 #include "lldp-tlv.h"

Return to bug 260904