Port details |
- frr7 IP routing protocol suite including BGP, IS-IS, OSPF and RIP
- 7.5.1_4 net
=1 7.5.1_4Version of this port present on the latest quarterly branch.
- Maintainer: olivier@FreeBSD.org
- Port Added: 2019-04-15 21:34:40
- Last Update: 2023-10-05 14:31:37
- Commit Hash: 85653ba
- People watching this port, also watch:: tmux, cyrus-sasl-sql, ip2location, mailutils, monit
- License: GPLv2
- WWW:
- https://frrouting.org/
- Description:
- FRRouting (FRR) is an IP routing protocol suite for Linux and Unix platforms
which includes protocol daemons for BGP, IS-IS, OSPF and RIP. FRR has its roots
in the Quagga project.
- ¦ ¦ ¦ ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- openbgpd
- openospfd
- zebra
- quagga
- No installation instructions:
- This port has been deleted.
- PKGNAME: frr7
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1615188530
SHA256 (FRRouting-frr-frr-7.5.1_GH0.tar.gz) = 030d4e66f577726dfea13bd3a9c669fd41d8fd89b25953a36b5b0966d406ff28
SIZE (FRRouting-frr-frr-7.5.1_GH0.tar.gz) = 6746148
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gawk : lang/gawk
- py39-sphinx>=0,1 : textproc/py-sphinx@py39
- bison : devel/bison
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- makeinfo : print/texinfo
- python3.9 : lang/python39
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- libtoolize : devel/libtool
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- Library dependencies:
-
- libjson-c.so : devel/json-c
- libyang.so : net/libyang
- libpcre.so : devel/pcre
- libcares.so : dns/c-ares
- librtr.so : net-mgmt/rtrlib
- libssh.so : security/libssh
- libreadline.so.8 : devel/readline
- NOTE: dependencies for deleted ports are notoriously suspect
- This port is required by:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for frr7-7.5.1_4:
CONFIGROLLBACKS=off: Enable configuration rollback support
DATACENTER=off: Use reduced BGP timers
FPM=on: Enable Forwarding Plane Manager support
LDPD=off: Build ldpd
MANPAGES=on: Build and/or install manual pages
MULTIPATH=off: Enable multipath function
PAM=off: Use libpam for PAM support in vtysh
RPKI=on: Add BGP RPKI (RFC 6810) support
SHELLACCESS=off: Allow users to access shell/telnet/ssh
SNMP=off: SNMP support
TCMALLOC=off: Use tcmalloc
VTYSH=on: Build integrated vty shell
===> Use 'make config' to modify these settings
- Options name:
- net_frr7
- USES:
- autoreconf bison compiler:c++11-lang gmake pkgconfig libtool makeinfo python:build readline shebangfix
- pkg-message:
- For install:
- Beware that remote control of frr7 daemons over TCP sockets is enabled by
default.
Use daemon flags in /etc/rc.conf to disable it if unneeded, for example:
zebra_flags="-P0"
ospfd_flags="-P0"
FRR's OSPF daemons tries to allocate big socket buffer, so generate warning
messages like:
"setsockopt_so_sendbuf: fd 6: SO_SNDBUF set to 1048576 (requested 8388608)"
To prevent such message kern.ipc.maxsockbuf can be increased:
sysctl kern.ipc.maxsockbuf=16777216
Error message "ifam_read() doesn't read all socket data" is under investigation
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.5.1_4 05 Oct 2023 14:31:37 |
Olivier Cochard (olivier) |
net/frr7: Removing branch 7 from the tree
With the introduction of frr 9.x, it is no longer necessary to keep
frr 7.x.
Event: Oslo Hackathon at Modirum |
7.5.1_4 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
7.5.1_4 22 Sep 2022 14:59:39 |
Olivier Cochard (olivier) |
net-mgmt/rtrlib: Fix libssh linking
Update PORTREVISION of its consumers (net/frr7 and net/frr8).
PR: 266243
Approved by: maintainer timeout |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
7.5.1_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
7.5.1_3 26 Jan 2022 14:28:33 |
Olivier Cochard (olivier) |
net/frr7: Fix build
PR: 260430
Reported by: O. Hartmann <ohartmann@walstatt.org>
Obtained from: Franco Fichtner <franco@opnsense.org> |
7.5.1_3 28 Oct 2021 12:17:24 |
Olivier Cochard (olivier) |
net/frr7: Fix warnings since latest libyang upgrade
PR: 259403
Reported by: John W. O'Brien <john@saltant.com> |
7.5.1_2 13 Oct 2021 15:20:41 |
Olivier Cochard (olivier) |
net/frr7: Add c-ares support that was missing |
7.5.1_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
7.5.1_1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
7.5.1_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
7.5.1_1 24 Mar 2021 20:52:13 |
olivier |
Fix rcvar declaration in rc script
PR: 254363
Reported by: fault.seg@laposte.net |
7.5.1 08 Mar 2021 10:41:29 |
olivier |
Update to 7.5.1 |
7.5_1 15 Jan 2021 12:33:18 |
dbaio |
net/frr7: Remove Python 2.7 support and PY_SPHINX
Approved by: portmgr blanket |
7.5_1 30 Nov 2020 11:57:09 |
olivier |
Prevent crash by accessing memory not owned by ospfd.
Reported by: Thomas Hilse <thomas.hilse@cert-bund.de> |
7.5 10 Nov 2020 23:56:01 |
olivier |
Update to 7.5 |
7.4_4 05 Oct 2020 07:48:17 |
olivier |
Harden RC script by adding double quotes.
While here, document usage of frr_vtysh_boot.
PR: 250099
Submitted by: eugen |
7.4_3 22 Sep 2020 21:32:50 |
olivier |
Fixing bug in frr-reload and while here fix a typo in the package name suffix
too.
Submitted by: Ben Hughes <bmhughes@bmhughes.co.uk>
Reported by: garga |
7.4_2 10 Sep 2020 10:13:52 |
olivier |
Remove old net/frr6.
Reported by: pkg-fallout |
7.4_2 28 Aug 2020 20:53:23 |
olivier |
Remove no more used option TCPSOCKETS.
Add a hint about safest way to run daemons.
PR: 248953
Submitted by: eugen |
7.4_1 24 Jul 2020 20:21:33 |
olivier |
Fix crash on config read
PR: 248249
Submitted by: pi
Reported by: Raul Munos <raul.munoz@custos.es>, Juraj Lutter <juraj@lutter.sk> |
7.4 23 Jul 2020 20:16:30 |
olivier |
- Update to 7.4
- Prepare to add frr-pythontools
- Fix some dependencies
PR: 247993
Reported by: garga |
7.3.1 27 May 2020 06:42:50 |
olivier |
Fix duplicate line.
Reported by: lwhsu |
7.3.1 27 May 2020 06:22:11 |
olivier |
Update to 7.3.1
PR: 246369
Submitted by: Kelei Chen <chenkolei@gmail.com> |
7.3_2 22 May 2020 19:20:42 |
sunpoet |
Bump PORTREVISION for devel/json-c json-c |
7.3_1 21 May 2020 20:44:10 |
sunpoet |
Fix build with json-c 0.14 |
7.3_1 11 May 2020 23:51:58 |
dbaio |
Update Sphinx
- Repocopy textproc/py-sphinx to textproc/py-sphinx18
Update it to 1.8.5 (latest version from 1.8.X).
This version supports Python 2 and 3.
Add test target.
- textproc/py-sphinx: Update to 3.0.2
Python 3 only (3.5+).
Add test target.
- Mk/Uses/python.mk: Add PY_SPHINX
(Only the first 15 lines of the commit message are shown above ) |
7.3_1 09 May 2020 14:29:08 |
antoine |
Clean up USES |
7.3_1 12 Apr 2020 16:00:59 |
olivier |
Add 'service frr onerestart all' usage.
PR: 245480
Submitted by: Joe Greco <jgreco@ns.sol.net> |
7.3 12 Mar 2020 13:35:02 |
olivier |
Update to 7.3. |
7.2.1_1 10 Feb 2020 16:35:14 |
olivier |
Add 'dynamicrouting' to RC's PROVIDE, to help ICMP redirect processing depend
on routing daemon |
7.2.1 31 Jan 2020 16:06:03 |
olivier |
Fixing pkg-plist when option LDPD is set
PR: 243599
Reported by: O. Hartmann <ohartmann@walstatt.org> |
7.2.1 18 Jan 2020 13:30:36 |
olivier |
Update to 7.2.1 |
7.2 16 Oct 2019 13:08:11 |
olivier |
Update to 7.2 |
7.1 09 Oct 2019 12:17:15 |
bapt |
Drop the ipv6 virtual category for n* category as it is not relevant anymore |
7.1 21 Aug 2019 14:29:58 |
tobik |
Fix "daemon" and "continuing" typos
"deamon" is back! |
7.1 14 Aug 2019 08:48:51 |
mat |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
7.1 10 Aug 2019 15:25:41 |
olivier |
Update to 7.1 |
7.0_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
7.0 28 May 2019 16:39:37 |
olivier |
Restrict python versions used to build net/frr7
PR: 238171
Submitted by: koobs
Reported by: dgilbert@eicat.ca |
7.0 16 Apr 2019 09:56:54 |
olivier |
Remove net/frr3 and net/frr4: Upstream no longer maintained |
7.0 15 Apr 2019 21:34:22 |
olivier |
New port: net/frr7 (7.0)
PR: 236508
Reported by: pautina@kharkiv.net |