FreeBSD Bugzilla – Attachment 232346 Details for
Bug 260904
net-mgmt/lldpd: Fails to acquire lock on lldpd.socket
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Upgrade port to 1.0.13 and fix build on CURRENT
file_260904.txt (text/plain), 2.00 KB, created by
Luiz Amaral
on 2022-03-09 14:51:10 UTC
(
hide
)
Description:
Upgrade port to 1.0.13 and fix build on CURRENT
Filename:
MIME Type:
Creator:
Luiz Amaral
Created:
2022-03-09 14:51:10 UTC
Size:
2.00 KB
patch
obsolete
>diff --git a/net-mgmt/lldpd/Makefile b/net-mgmt/lldpd/Makefile >index af85267ec..5f343ed07 100644 >--- a/net-mgmt/lldpd/Makefile >+++ b/net-mgmt/lldpd/Makefile >@@ -1,11 +1,10 @@ > # Created by: Mathieu Simon <freebsd@simweb.ch> > > PORTNAME= lldpd >-PORTVERSION= 1.0.8 >+PORTVERSION= 1.0.13 > PORTREVISION= 1 > 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 +63,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 > >diff --git a/net-mgmt/lldpd/distinfo b/net-mgmt/lldpd/distinfo >index 7f58bcde7..ab10b7259 100644 >--- a/net-mgmt/lldpd/distinfo >+++ b/net-mgmt/lldpd/distinfo >@@ -1,3 +1,3 @@ >-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 >diff --git a/net-mgmt/lldpd/files/patch-src_daemon_lldpd.h b/net-mgmt/lldpd/files/patch-src_daemon_lldpd.h >new file mode 100644 >index 000000000..87cd8c719 >--- /dev/null >+++ b/net-mgmt/lldpd/files/patch-src_daemon_lldpd.h >@@ -0,0 +1,13 @@ >+--- 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"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 260904
:
231116
| 232346