diff options
author | olivier <olivier@FreeBSD.org> | 2018-06-04 13:12:03 +0800 |
---|---|---|
committer | olivier <olivier@FreeBSD.org> | 2018-06-04 13:12:03 +0800 |
commit | 90ff253bc1a1e013ad3ee5f3479e29b771270b17 (patch) | |
tree | c99ac3bce21fb163265f8680084b2cd5b094ae38 /net/frr4 | |
parent | 1b579167d45d8364a3862f1e7d0d9a025c467aa2 (diff) | |
download | freebsd-ports-gnome-90ff253bc1a1e013ad3ee5f3479e29b771270b17.tar.gz freebsd-ports-gnome-90ff253bc1a1e013ad3ee5f3479e29b771270b17.tar.zst freebsd-ports-gnome-90ff253bc1a1e013ad3ee5f3479e29b771270b17.zip |
Due to stability problems with FRR 4.0, reintroduce previous FRR 3.0.3.
Merge watchfrr RC script from frr4 that was improved and update frr4's
conflicts port list.
Sponsored by: Orange
Diffstat (limited to 'net/frr4')
-rw-r--r-- | net/frr4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/frr4/Makefile b/net/frr4/Makefile index b96a25ebc244..391ba228fd37 100644 --- a/net/frr4/Makefile +++ b/net/frr4/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= gawk:lang/gawk \ python:lang/python LIB_DEPENDS= libjson-c.so:devel/json-c -CONFLICTS= openbgpd openospfd zebra quagga-esr quagga +CONFLICTS= openbgpd openospfd zebra quagga frr3 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip |