notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: net/frr7/Makefile

Number of commits found: 36

Thursday, 5 Oct 2023
14:31 Olivier Cochard (olivier) search for other commits by this committer
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
commit hash: 85653ba572f92b33042be8cd20d047d753c0a4fc commit hash: 85653ba572f92b33042be8cd20d047d753c0a4fc commit hash: 85653ba572f92b33042be8cd20d047d753c0a4fc commit hash: 85653ba572f92b33042be8cd20d047d753c0a4fc 85653ba
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
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>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Thursday, 22 Sep 2022
14:59 Olivier Cochard (olivier) search for other commits by this committer
net-mgmt/rtrlib: Fix libssh linking

Update PORTREVISION of its consumers (net/frr7 and net/frr8).

PR:		266243
Approved by:	maintainer timeout
commit hash: 65972ee89a762bc4f6e59693c5e6684560eea4fc commit hash: 65972ee89a762bc4f6e59693c5e6684560eea4fc commit hash: 65972ee89a762bc4f6e59693c5e6684560eea4fc commit hash: 65972ee89a762bc4f6e59693c5e6684560eea4fc 65972ee
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 26 Jan 2022
14:28 Olivier Cochard (olivier) search for other commits by this committer
net/frr7: Fix build

PR:		260430
Reported by:	O. Hartmann <ohartmann@walstatt.org>
Obtained from:	Franco Fichtner <franco@opnsense.org>
commit hash: 8a633e7f6cff0d786d477cb36fa93d307989c44d commit hash: 8a633e7f6cff0d786d477cb36fa93d307989c44d commit hash: 8a633e7f6cff0d786d477cb36fa93d307989c44d commit hash: 8a633e7f6cff0d786d477cb36fa93d307989c44d 8a633e7
Thursday, 28 Oct 2021
12:17 Olivier Cochard (olivier) search for other commits by this committer
net/frr7: Fix warnings since latest libyang upgrade

PR:		259403
Reported by:	John W. O'Brien <john@saltant.com>
commit hash: 4460e8dbd81053072a959b120f647db09690a333 commit hash: 4460e8dbd81053072a959b120f647db09690a333 commit hash: 4460e8dbd81053072a959b120f647db09690a333 commit hash: 4460e8dbd81053072a959b120f647db09690a333 4460e8d
Wednesday, 13 Oct 2021
15:20 Olivier Cochard (olivier) search for other commits by this committer
net/frr7: Add c-ares support that was missing
commit hash: ba325dcd9110a5b9fd8c624f95e1071631454dc5 commit hash: ba325dcd9110a5b9fd8c624f95e1071631454dc5 commit hash: ba325dcd9110a5b9fd8c624f95e1071631454dc5 commit hash: ba325dcd9110a5b9fd8c624f95e1071631454dc5 ba325dc
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Wednesday, 24 Mar 2021
20:52 olivier search for other commits by this committer
Fix rcvar declaration in rc script

PR:		254363
Reported by:	fault.seg@laposte.net
Original commitRevision:569159 
Monday, 8 Mar 2021
10:41 olivier search for other commits by this committer
Update to 7.5.1
Original commitRevision:567831 
Friday, 15 Jan 2021
12:33 dbaio search for other commits by this committer
net/frr7: Remove Python 2.7 support and PY_SPHINX

Approved by:	portmgr blanket
Original commitRevision:561637 
Monday, 30 Nov 2020
11:57 olivier search for other commits by this committer
Prevent crash by accessing memory not owned by ospfd.

Reported by:	Thomas Hilse <thomas.hilse@cert-bund.de>
Original commitRevision:556630 
Tuesday, 10 Nov 2020
23:56 olivier search for other commits by this committer
Update to 7.5
Original commitRevision:554860 
Monday, 5 Oct 2020
07:48 olivier search for other commits by this committer
Harden RC script by adding double quotes.
While here, document usage of frr_vtysh_boot.

PR:		250099
Submitted by:	eugen
Original commitRevision:551478 
Tuesday, 22 Sep 2020
21:32 olivier search for other commits by this committer
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
Original commitRevision:549638 
Thursday, 10 Sep 2020
10:13 olivier search for other commits by this committer
Remove old net/frr6.

Reported by:	pkg-fallout
Original commitRevision:548198 
Friday, 28 Aug 2020
20:53 olivier search for other commits by this committer
Remove no more used option TCPSOCKETS.
Add a hint about safest way to run daemons.

PR:		248953
Submitted by:	eugen
Original commitRevision:546828 
Friday, 24 Jul 2020
20:21 olivier search for other commits by this committer
Fix crash on config read

PR:		248249
Submitted by:	pi
Reported by:	Raul Munos <raul.munoz@custos.es>, Juraj Lutter <juraj@lutter.sk>
Original commitRevision:543378 
Thursday, 23 Jul 2020
20:16 olivier search for other commits by this committer
- Update to 7.4
- Prepare to add frr-pythontools
- Fix some dependencies

PR:		247993
Reported by:	garga
Original commitRevision:542959 
Wednesday, 27 May 2020
06:42 olivier search for other commits by this committer
Fix duplicate line.

Reported by:	lwhsu
Original commitRevision:536671 
06:22 olivier search for other commits by this committer
Update to 7.3.1

PR:		246369
Submitted by:	Kelei Chen <chenkolei@gmail.com>
Original commitRevision:536669 
Friday, 22 May 2020
19:20 sunpoet search for other commits by this committer
Bump PORTREVISION for devel/json-c json-c
Original commitRevision:536219 
Monday, 11 May 2020
23:51 dbaio search for other commits by this committer
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

  Shared macro to use with flavors and not break
  ports with USES=python (all versions).

  Python >=3.5  --> textproc/py-sphinx (v3.0.2)
  Python < 3.5  --> textproc/py-sphinx18 (v1.8.5)

  All ports that uses sphinx were changed to use the new variable
  ${PY_SPHINX} in the dependency line, exceptions:

    * Ports that fails to build with sphinx 3.0.2 because of code.
      They are pointing to textproc/py-sphinx18 directly.
      There aren't many ports.

    * Ports that doesn't know Python flavors.

- Add several patches to fix Sphinx consumers

  The most common issues are related with pkg-plist, the output
  files from Sphinx changes between versions, keep this dynamically
  is the better approach.

  This will save time in future sphinx updates.

PR:		245629
Exp-run by:	antoine
Original commitRevision:534966 
Saturday, 9 May 2020
14:29 antoine search for other commits by this committer
Clean up USES
Original commitRevision:534779 
Sunday, 12 Apr 2020
16:00 olivier search for other commits by this committer
Add 'service frr onerestart all' usage.

PR:		245480
Submitted by:	Joe Greco <jgreco@ns.sol.net>
Original commitRevision:531526 
Thursday, 12 Mar 2020
13:35 olivier search for other commits by this committer
Update to 7.3.
Original commitRevision:528290 
Monday, 10 Feb 2020
16:35 olivier search for other commits by this committer
Add 'dynamicrouting' to RC's PROVIDE, to help ICMP redirect processing depend
on routing daemon
Original commitRevision:525716 
Saturday, 18 Jan 2020
13:30 olivier search for other commits by this committer
Update to 7.2.1
Original commitRevision:523418 
Wednesday, 16 Oct 2019
13:08 olivier search for other commits by this committer
Update to 7.2
Original commitRevision:514587 
Wednesday, 9 Oct 2019
12:17 bapt search for other commits by this committer
Drop the ipv6 virtual category for n* category as it is not relevant anymore
Original commitRevision:514143 
Saturday, 10 Aug 2019
15:25 olivier search for other commits by this committer
Update to 7.1
Original commitRevision:508495 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
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
Original commitRevision:507372 
Tuesday, 28 May 2019
16:39 olivier search for other commits by this committer
Restrict python versions used to build net/frr7

PR:		238171
Submitted by:	koobs
Reported by:	dgilbert@eicat.ca
Original commitRevision:502902 
Tuesday, 16 Apr 2019
09:56 olivier search for other commits by this committer
Remove net/frr3 and net/frr4: Upstream no longer maintained
Original commitRevision:499086 
Monday, 15 Apr 2019
21:34 olivier search for other commits by this committer
New port: net/frr7 (7.0)

PR:		236508
Reported by:	pautina@kharkiv.net
Original commitRevision:499060 

Number of commits found: 36