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-mgmt/pmacct/files/patch-src_nfprobe__plugin_netflow9.c

Number of commits found: 3

Saturday, 4 Mar 2023
17:27 Kurt Jaeger (pi) search for other commits by this committer
net-mgmt/pmacct: update 1.7.7 -> 1.7.8

- some new patches needed to make it build

PR:		269896
Reported-by:	olivier
Sponsored-by:	Nepustil.net
Changes:	https://github.com/pmacct/pmacct/releases/tag/v1.7.8
commit hash: 8e8ea047aa531a7825cf293ad76a2defca9efd5d commit hash: 8e8ea047aa531a7825cf293ad76a2defca9efd5d commit hash: 8e8ea047aa531a7825cf293ad76a2defca9efd5d commit hash: 8e8ea047aa531a7825cf293ad76a2defca9efd5d 8e8ea04
Wednesday, 26 Jan 2022
20:03 Kurt Jaeger (pi) search for other commits by this committer Author: Robert Clausecker
net-mgmt/pmacct: update 1.7.5 -> 1.7.7

- remove -Werror as per policy
- touch up patches
- remove PLABEL option for feature removed in 1.7.6

PR:             260194
Changes:        http://www.pmacct.net/ChangeLog-1.7.7
commit hash: c2da42cc80a9b3f707f6186c1e8c4ecbf1efb0f1 commit hash: c2da42cc80a9b3f707f6186c1e8c4ecbf1efb0f1 commit hash: c2da42cc80a9b3f707f6186c1e8c4ecbf1efb0f1 commit hash: c2da42cc80a9b3f707f6186c1e8c4ecbf1efb0f1 c2da42c
Wednesday, 22 Sep 2021
18:43 Dimitry Andric (dim) search for other commits by this committer
net-mgmt/pmacct: mark unused but set variables with attributes

With clang 13, building net-mgmt/pmacct results in a number of warnings:

netflow9.c:2236:25: error: variable 'tot_len' set but not used
[-Werror,-Wunused-but-set-variable]
                        u_int16_t flows = 0, tot_len = 0;
                                             ^

In this particular instance, the 'tot_len' variable does not seem to
have any purpose, nor does it have any further side-effects. There is
one more instance of a set but unused variable 'label' in src/sflow.c,
but the code there is also increasing a byte ptr, so it can't easily be
eliminated. For now mark these variables as unused, with an attribute.

Approved by:	pi (maintainer)
PR:		258513
MFC:		2021Q3
commit hash: f508cdd3cc283c3ce68f7070eec18ce68573dfe5 commit hash: f508cdd3cc283c3ce68f7070eec18ce68573dfe5 commit hash: f508cdd3cc283c3ce68f7070eec18ce68573dfe5 commit hash: f508cdd3cc283c3ce68f7070eec18ce68573dfe5 f508cdd

Number of commits found: 3