View | Details | Raw Unified | Return to bug 264355
Collapse All | Expand All

(-)b/net-mgmt/lldpd/Makefile (-5 / +1 lines)
Lines 1-8 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.13
4
PORTVERSION=	1.0.14
5
PORTREVISION=	2
6
CATEGORIES=	net-mgmt
5
CATEGORIES=	net-mgmt
7
MASTER_SITES=	http://media.luffy.cx/files/${PORTNAME}/
6
MASTER_SITES=	http://media.luffy.cx/files/${PORTNAME}/
8
7
Lines 63-71 XML_LIB_DEPENDS= libxml2.so:textproc/libxml2 Link Here
63
XML_USES=			libedit
62
XML_USES=			libedit
64
XML_CONFIGURE_WITH=		xml
63
XML_CONFIGURE_WITH=		xml
65
64
66
post-extract:
67
	${RM} ${WRKSRC}/include/netinet/if_ether.h
68
69
post-patch:
65
post-patch:
70
	@${REINPLACE_CMD} -e 's|/etc|${PREFIX}|g' ${WRKSRC}/src/daemon/lldpd.8.in
66
	@${REINPLACE_CMD} -e 's|/etc|${PREFIX}|g' ${WRKSRC}/src/daemon/lldpd.8.in
71
67
(-)b/net-mgmt/lldpd/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1642499615
1
TIMESTAMP = 1653940567
2
SHA256 (lldpd-1.0.13.tar.gz) = d639827fd8a27720d1bfd94bc52eca24af63ddcc3c9d2da60788778889d84701
2
SHA256 (lldpd-1.0.14.tar.gz) = a74819214f116a5dbc407a3d490caa01ba401a249517ac826a374059c12d12e8
3
SIZE (lldpd-1.0.13.tar.gz) = 1973988
3
SIZE (lldpd-1.0.14.tar.gz) = 1979314
(-)a/net-mgmt/lldpd/files/patch-src_daemon_lldpd.h (-13 lines)
Removed 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"
(-)b/net-mgmt/lldpd/pkg-plist (-2 / +1 lines)
Lines 4-10 include/lldpctl.h Link Here
4
lib/liblldpctl.a
4
lib/liblldpctl.a
5
lib/liblldpctl.so
5
lib/liblldpctl.so
6
lib/liblldpctl.so.4
6
lib/liblldpctl.so.4
7
lib/liblldpctl.so.4.9.0
7
lib/liblldpctl.so.4.9.1
8
libdata/pkgconfig/lldpctl.pc
8
libdata/pkgconfig/lldpctl.pc
9
man/man8/lldpcli.8.gz
9
man/man8/lldpcli.8.gz
10
man/man8/lldpctl.8.gz
10
man/man8/lldpctl.8.gz
11
- 

Return to bug 264355