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/net-snmp/files/patch-agent_mibgroup_hardware_cpu_cpu_sysctl.c

Number of commits found: 4

Saturday, 12 Sep 2020
12:57 zi search for other commits by this committer
- Update to 5.9
- Add OPTION to disable libpkg support
Original commitRevision:548358 
Monday, 30 Sep 2019
21:45 pi search for other commits by this committer
net-mgmt/net-snmp: revert back to 5.7.3 due to side-effects

PR:		232025
Submitted by:	dvl
Reviewed by:	zi, otis@sk.FreeBSD.org
Original commitRevision:513422 
Saturday, 28 Sep 2019
15:16 pi search for other commits by this committer
net-mgmt/net-snmp: update 5.7.3 -> 5.8

PR:		232025
Approved by:	zi (maintainer timeout)
Relnotes:	https://sourceforge.net/p/net-snmp/mailman/message/36386084/
Original commitRevision:513140 
Thursday, 20 Apr 2017
22:16 glebius search for other commits by this committer
Fixing net-snmpd after src revision r317061 (struct vmmeter changes),
I discovered that net-snmpd tries to read { CTL_VM, VM_TOTAL } mib into
'struct vmmeter' variable, instead of 'struct vmtotal'.  Of course,
sysctl(3) fails, but net-snmpd doesn't check for errors.  Basicly this
is broken for all supported FreeBSD versions, and I believe for all
unsupported as well.  OIDs that report interruprs, context switches,
paging and swap in/out were returning garbage from the application
stack.

To patch that problem, provide dummy struct __vmmeter, which works
both on pre-r317061 and after, and add block of code that reads all
necessary stats one by one.  To keep with the style of the file, do
not check for errors from sysctl(3).
Original commitRevision:438995 

Number of commits found: 4