git: ba325dcd9110 - main - net/frr7: Add c-ares support that was missing
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Oct 2021 15:21:38 UTC
The branch main has been updated by olivier: URL: https://cgit.FreeBSD.org/ports/commit/?id=ba325dcd9110a5b9fd8c624f95e1071631454dc5 commit ba325dcd9110a5b9fd8c624f95e1071631454dc5 Author: Olivier Cochard <olivier@FreeBSD.org> AuthorDate: 2021-10-13 15:16:42 +0000 Commit: Olivier Cochard <olivier@FreeBSD.org> CommitDate: 2021-10-13 15:20:41 +0000 net/frr7: Add c-ares support that was missing --- net/frr7/Makefile | 7 +++++-- net/frr7/pkg-plist | 6 ++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/net/frr7/Makefile b/net/frr7/Makefile index 44604246acb9..ec5061be54f4 100644 --- a/net/frr7/Makefile +++ b/net/frr7/Makefile @@ -1,7 +1,7 @@ PORTNAME= frr PORTVERSION= 7.5.1 DISTVERSIONPREFIX= frr- -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net .if defined(PYTHONTOOLS) PKGNAMESUFFIX= 7-pythontools @@ -33,8 +33,11 @@ do-install: .else BUILD_DEPENDS= gawk:lang/gawk + LIB_DEPENDS= libjson-c.so:devel/json-c \ - libyang.so:net/libyang + libyang.so:net/libyang \ + libpcre.so:devel/pcre \ + libcares.so:dns/c-ares USES= autoreconf bison compiler:c++11-lang gmake pkgconfig libtool \ makeinfo python:build,3.6+ readline shebangfix diff --git a/net/frr7/pkg-plist b/net/frr7/pkg-plist index 9f18c4067ab1..d4fa6ed48df6 100644 --- a/net/frr7/pkg-plist +++ b/net/frr7/pkg-plist @@ -85,6 +85,7 @@ include/frr/pullwr.h include/frr/pw.h include/frr/queue.h include/frr/qobj.h +include/frr/resolver.h include/frr/ringbuf.h include/frr/route_types.h include/frr/routemap.h @@ -126,10 +127,15 @@ lib/libfrr.a lib/libfrr.so lib/libfrr.so.0 lib/libfrr.so.0.0.0 +lib/libfrrcares.a +lib/libfrrcares.so +lib/libfrrcares.so.0 +lib/libfrrcares.so.0.0.0 lib/libfrrospfapiclient.a lib/libfrrospfapiclient.so lib/libfrrospfapiclient.so.0 lib/libfrrospfapiclient.so.0.0.0 +%%SNMP%%lib/frr/modules/bgpd_bmp.so %%SNMP%%lib/frr/modules/bgpd_snmp.so %%SNMP%%lib/frr/modules/ospf6d_snmp.so %%SNMP%%lib/frr/modules/ospfd_snmp.so