Port details |
- frr5 IP routing protocol suite including BGP, IS-IS, OSPF and RIP
- 5.0.2_4 net
=0 5.0.2_4Version of this port present on the latest quarterly branch.
- DEPRECATED: Uses deprecated version of python
This port expired on: 2020-09-15
- Maintainer: olivier@FreeBSD.org
- Port Added: 2018-07-06 07:36:26
- Last Update: 2020-08-25 15:47:35
- SVN Revision: 546187
- 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.
WWW: https://frrouting.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- openbgpd
- openospfd
- zebra
- quagga
- frr6
- frr7
- No installation instructions:
- This port has been deleted.
- PKGNAME: frr5
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1546957578
SHA256 (FRRouting-frr-frr-5.0.2_GH0.tar.gz) = dd779061d95027419e02454a2b2893fb8f15281161db7e270def8b39618506f4
SIZE (FRRouting-frr-frr-5.0.2_GH0.tar.gz) = 4367050
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gawk : lang/gawk
- py27-sphinx18>=0 : textproc/py-sphinx18@py27
- bison : devel/bison
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- makeinfo : print/texinfo
- python2.7 : lang/python27
- autoconf>=2.69 : devel/autoconf
- automake>=1.16.1 : devel/automake
- libtoolize : devel/libtool
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- Library dependencies:
-
- libjson-c.so : devel/json-c
- librtr.so : net-mgmt/rtrlib
- libssh.so : security/libssh
- libreadline.so.8 : devel/readline
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for frr5-5.0.2_4:
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
TCPSOCKETS=off: Use TCP/IP sockets for protocol daemons
VTYSH=on: Build integrated vty shell
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- autoreconf bison compiler:c++11-lang gmake pkgconfig libtool makeinfo python:2.7,build readline
- pkg-message:
- For install:
- 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 |
5.0.2_4 25 Aug 2020 15:47:35 |
olivier |
Remove old net/frr5. |
5.0.2_4 22 May 2020 19:20:42 |
sunpoet |
Bump PORTREVISION for devel/json-c json-c |
5.0.2_3 21 May 2020 20:44:10 |
sunpoet |
Fix build with json-c 0.14 |
5.0.2_3 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 ) |
5.0.2_3 09 May 2020 09:57:04 |
antoine |
Deprecate a few ports using python 2.7 |
5.0.2_3 10 Feb 2020 16:25:53 |
olivier |
- Fix starting daemon in integrated configuration mode
- While here, add 'dynamicrouting' to RC's PROVIDE and fix Makefile order
PR: 239497
Submitted by: Nicolas Deffayet <nicolas@deffayet.com> |
5.0.2_2 09 Oct 2019 12:17:15 |
bapt |
Drop the ipv6 virtual category for n* category as it is not relevant anymore |
5.0.2_2 21 Aug 2019 14:29:58 |
tobik |
Fix "daemon" and "continuing" typos
"deamon" is back! |
5.0.2_2 14 Aug 2019 08:48:51 |
mat |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
5.0.2_2 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 |
5.0.2_1 16 Apr 2019 09:56:54 |
olivier |
Remove net/frr3 and net/frr4: Upstream no longer maintained |
5.0.2_1 15 Apr 2019 21:34:22 |
olivier |
New port: net/frr7 (7.0)
PR: 236508
Reported by: pautina@kharkiv.net |
5.0.2_1 09 Apr 2019 14:04:50 |
sunpoet |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
5.0.2 16 Mar 2019 09:00:10 |
tobik |
Fix more daemon typos |
5.0.2 08 Jan 2019 15:22:53 |
olivier |
Update to 5.0.2 |
5.0.1_5 08 Jan 2019 12:23:10 |
tobik |
Do not set INSTALL_TARGET twice |
5.0.1_5 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
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, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
5.0.1_4 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
5.0.1_3 22 Oct 2018 09:06:30 |
olivier |
New port: net/frr6 (6.0)
PR: 232122
Reported by: pautina@kharkiv.net |
5.0.1_3 06 Oct 2018 07:25:21 |
olivier |
Fix 2 bugs into the RC script (restart and quietstart) and add ISIS patch.
PR: 231984
Submitted by: pautina@kharkiv.net |
5.0.1_2 05 Sep 2018 22:01:55 |
sunpoet |
Update devel/json-c to 0.13.1
- Add my LOCAL to MASTER_SITES
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/json-c/json-c/blob/master/ChangeLog
PR: 231007
Exp-run by: antoine |
5.0.1_1 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
5.0.1 06 Jul 2018 07:36:07 |
olivier |
New port: net/frr5 (5.0.1).
PR: 229397
Reported by: pi
Sponsored by: Orange
Fix build with SNMP option.
PR: 228159
Reported by: pautina@kharkiv.net
Fix crash with gif/tun/gre interface.
PR: 228643
Reported by: mike@sentex.net |