FreeBSD Bugzilla – Attachment 222445 Details for
Bug 253512
net-mgmt/lldpd: Update to 1.0.8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch with added dependencies and ordered Makefile vars
patch-net-mgmt_lldpd.diff (text/plain), 3.22 KB, created by
Rainer Hurling
on 2021-02-14 19:56:07 UTC
(
hide
)
Description:
patch with added dependencies and ordered Makefile vars
Filename:
MIME Type:
Creator:
Rainer Hurling
Created:
2021-02-14 19:56:07 UTC
Size:
3.22 KB
patch
obsolete
>Index: net-mgmt/lldpd/Makefile >=================================================================== >--- net-mgmt/lldpd/Makefile (revision 565262) >+++ net-mgmt/lldpd/Makefile (working copy) >@@ -2,7 +2,7 @@ > # $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}/ >@@ -16,7 +16,6 @@ > LIB_DEPENDS= libevent.so:devel/libevent > > USES= libtool >- > USE_CSTD= gnu99 > USE_LDCONFIG= yes > USE_RC_SUBR= ${PORTNAME} >@@ -35,15 +34,14 @@ > > 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) >@@ -51,24 +49,25 @@ > 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} >Index: net-mgmt/lldpd/distinfo >=================================================================== >--- net-mgmt/lldpd/distinfo (revision 565262) >+++ net-mgmt/lldpd/distinfo (working copy) >@@ -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: net-mgmt/lldpd/pkg-plist >=================================================================== >--- net-mgmt/lldpd/pkg-plist (revision 565262) >+++ net-mgmt/lldpd/pkg-plist (working copy) >@@ -4,7 +4,7 @@ > 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
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 253512
:
222437
|
222445
|
224079