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/openbgpd/Makefile

Number of commits found: 53

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
Friday, 29 Oct 2021
09:50 Stefan Eßer (se) search for other commits by this committer
*/*: Remove redundant '-[0-9]*' from CONFLICTS

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a 819f25b
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
Tuesday, 17 Nov 2020
01:33 cy search for other commits by this committer
Fix build under LLVM11 (13-CURRENT).

PR:		250518
Submitted by:	cy
Reported by:	cy
Approved by:	maintainer timeout (hrs), dbaio
Original commitRevision:555529 
Thursday, 20 Feb 2020
23:40 hrs search for other commits by this committer
- Add dynamicrouting keyword.
- Some minor style fixes.

Submitted by:	olivier
PR:		244028
Original commitRevision:526597 
Monday, 3 Jun 2019
20:08 pi search for other commits by this committer
net/openbgpd: revert upgrade from 6.5p0 to 5.2.20121209

- openbgpd version 6.5p0 was the "portable" version, which specifically
  does *not* support kernel routing updates.
- Therefore this is only suitable for route servers/collectors, not
  for production use in routers. This significantly violates POLA :)

PR:		213445
Submitted by:	Oliver H <oliver@watershed.co.uk>
Original commitRevision:503421 
Friday, 31 May 2019
15:04 pi search for other commits by this committer
net/openbgpd: upgrade 5.2.20121209 -> 6.5p0

- petted portlint

PR:		213445
Submitted by:	egypcio, pi
Reviewed by:	dch, koobs
Approved by:	hrs (maintainer timeout)
Relnotes:	https://ftp.openbsd.org/pub/OpenBSD/OpenBGPD/openbgpd-6.5p0-relnotes.txt
Original commitRevision:503178 
Saturday, 2 Feb 2019
09:43 tobik search for other commits by this committer
net/*: Use NO_WRKSUBDIR
Original commitRevision:491929 
Friday, 12 Jan 2018
09:03 pi search for other commits by this committer
net/openbgpd: Add patches to allow use of TCPMD5 options

- For additional details, see this post from 2013:
  http://lists.freebsd.org/pipermail/freebsd-net/2013-November/037133.html
- Please note that this patch is used by pfsense
- related changes in the base system have already been integrated, see
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220170

PR:		184545
Submitted by:	anarcat@koumbit.org, eksffa@freebsdbrasil.com.br,
garga@FreeBSD.org
Reviewed by:	mykel@mware.ca
Approved by:	hrs (maintainer timeout)
Original commitRevision:458810 
Monday, 29 May 2017
15:27 sunpoet search for other commits by this committer
Convert to options helper
Original commitRevision:442012 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386312 
Sunday, 3 May 2015
17:47 antoine search for other commits by this committer
Alloww staging as a regular user
Original commitRevision:385295 
Sunday, 7 Sep 2014
16:37 antoine search for other commits by this committer
Allow staging as a regular user
Original commitRevision:367572 
Tuesday, 3 Jun 2014
19:50 hrs search for other commits by this committer
Make rc.d/openbgpd send signals only to the parent daemon process to fix
a race condition.

Submitted by:	naddy
Original commitRevision:356399 
Friday, 16 May 2014
01:29 hrs search for other commits by this committer
- Fix a bug in embedded scope id handling in LLA which prevented it from
  working on 10.x.
- Add LICENSE.
Original commitRevision:354184 
Thursday, 17 Oct 2013
16:47 ohauer search for other commits by this committer
- fix INDEX building s/)/}/

Approved by:	hrs@ (implicit)
Original commitRevision:330656 
06:19 hrs search for other commits by this committer
Add STAGEDIR support.
Original commitRevision:330604 
Friday, 20 Sep 2013
22:10 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
Original commitRevision:327755 
Monday, 24 Dec 2012
12:41 hrs search for other commits by this committer
Update to 5.2.201201209.
Original commitRevision:309456 
Saturday, 13 Oct 2012
19:40 hrs search for other commits by this committer
Update to 5.2.20121014.

Feature safe:	yes
Original commitRevision:305848 
Sunday, 5 Aug 2012
23:19 dougb search for other commits by this committer
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
Original commit
Sunday, 3 Jul 2011
11:27 hrs search for other commits by this committer
Fix a bug that can lead to 100% CPU-time consuming.
Original commit
05:18 hrs search for other commits by this committer
- Update to a 4.9 snapshot as of 2011.06.12.
- Use USERS and GROUPS.
Original commit
Saturday, 10 Apr 2010
12:26 hrs search for other commits by this committer
Update to 4.7.20100410.
Original commit
Tuesday, 2 Mar 2010
05:53 hrs search for other commits by this committer
Update to 4.6.20100227.  A small fix for 127/8 interface
handling.

Feature safe:   yes
Original commit
Friday, 19 Feb 2010
01:45 hrs search for other commits by this committer
Fix an issue that openbgpd does not recognize any connected routes.

Spotted by:     Alexander Zagrebin
PR:             ports/144054
Feature safe:   yes
Original commit
Tuesday, 16 Feb 2010
19:27 hrs search for other commits by this committer
Update to 4.6.20100215.

Feature safe:   yes
Original commit
Monday, 2 Nov 2009
07:09 hrs search for other commits by this committer
Update to 20091022 snapshot.
Original commit
Sunday, 16 Aug 2009
11:19 erwin search for other commits by this committer
Mark BROKEN on 6.x: does not build
Original commit
Sunday, 19 Jul 2009
07:31 hrs search for other commits by this committer
Update to 4.5.20090709 (from snapshot as of 2009/7/9).

Add support for nexthop with an IPv6 link-local address.  To
enable this, specify "interface" in bgpd.conf (see bgpd.conf(5)).
Original commit
Friday, 3 Jul 2009
15:40 hrs search for other commits by this committer
Fix default CONFFILE.  Bump PORTREVISION.

Spotted by:     Andrey Groshev
Original commit
Tuesday, 30 Jun 2009
18:54 hrs search for other commits by this committer
Fix a typo in bgpd.8 (s/openbgpd_flags="YES"/openbgpd_enable="YES"/).

Spotted by:     Jason J. Hellenthal
Original commit
07:35 hrs search for other commits by this committer
Simplify Makefile.  No change of the resultant package.
Original commit
Tuesday, 23 Jun 2009
16:44 hrs search for other commits by this committer
Update to 4.4.1.  Take maintainership.
Original commit
Friday, 24 Apr 2009
18:23 trasz search for other commits by this committer
Fix build on -CURRENT.
Original commit
Monday, 9 Mar 2009
19:29 miwi search for other commits by this committer
- Reset farrokhi@freebsd.org due to long period of inactivity.

Approved by:    portmgr (linimon)
Original commit
Thursday, 8 Jan 2009
17:42 erwin search for other commits by this committer
Mark BROKEN on 8: does not build after the arp-v2 import.

Submitted by:   pointyhat
Original commit
Tuesday, 6 Jan 2009
17:59 pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
Original commit
Wednesday, 17 Dec 2008
15:58 stefan search for other commits by this committer
- Update to 4.2.
- Provide LINK_STATE_IS_UP macros that is missing in FreeBSD.
- Disable CARP demotion: FreeBSD has no support for it.
- Disable check for the routing table number: FreeBSD has single routing table
  now.
- Disable route labeling: FreeBSD has no support for it.

PR:             121831
Submitted by:   Matthieu Guegan <matthieu@virtua.ch>
Approved by:    maintainer timeout (9 months)
Original commit
Monday, 24 Sep 2007
17:45 pav search for other commits by this committer
- Mark IGNORE on 5.X: requires strtonum in libc

Reported by:    pointyhat
Original commit
Thursday, 2 Aug 2007
14:42 miwi search for other commits by this committer
- Pass maintainership to farrokhi

Approved by:    flz (maintainer)
Original commit
Thursday, 19 Jul 2007
11:58 flz search for other commits by this committer
- Update net/openbgpd to 4.0.
- Add some information about the configuration file and its permissions.
Original commit
Thursday, 25 May 2006
11:09 flz search for other commits by this committer
Update openbgpd to 3.9.

Reminded by:    osa
Original commit
10:47 flz search for other commits by this committer
Fix build.

Reported by:    BugMagnet
Original commit
Tuesday, 16 May 2006
16:26 flz search for other commits by this committer
- Update openbgpd-devel to today's snapshot (20060516).
Original commit
Monday, 20 Mar 2006
12:24 flz search for other commits by this committer
- Make it a master port for upcoming openbgpd-devel port.
- Add an install script to create _bgpd user.
- De-capitalize IGNORE.
- Style fixes.
Original commit
Thursday, 3 Nov 2005
14:40 osa search for other commits by this committer
Add CONFLICTS with quagga and zebra.
Bump PORTREVISION.

Approved by:    flz (maintainer)
Original commit
Monday, 31 Oct 2005
12:05 osa search for other commits by this committer
Use real prefix path instead of %%PREFIX%% macro for bgpctl(8).
Bump PORTREVISION.

Approved by:    flz (maintainer)
Original commit
Wednesday, 13 Jul 2005
05:29 flz search for other commits by this committer
- Update to 3.7.

PR:             ports/83301
Submitted by:   Babak Farrokhi <babak@farrokhi.net>
Original commit
Saturday, 21 May 2005
18:39 flz search for other commits by this committer
- Set IGNORE for OSVERSION < 500037.

Reported by:    pointyhat via krisbot via krismail
Original commit
Thursday, 19 May 2005
19:58 flz search for other commits by this committer
- Add main distfile in :freebsd group.

Noticed by:     pointyhat via kris
Original commit
Tuesday, 17 May 2005
14:46 flz search for other commits by this committer
- Add openbgpd 3.6, a free implementation of the Border Gateway Protocol.

Credits to:     Lukasz Bromirski <lukasz@bromirski.net>
Original commit

Number of commits found: 53