Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Oct 2021 15:21:38 GMT
From:      Olivier Cochard <olivier@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ba325dcd9110 - main - net/frr7: Add c-ares support that was missing
Message-ID:  <202110131521.19DFLchr049739@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110131521.19DFLchr049739>