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: sysutils/nut/files/patch-include_nut__stdint.h

Number of commits found: 2

Tuesday, 30 Aug 2022
01:11 Cy Schubert (cy) search for other commits by this committer
Revert "sysutils/nut*: Add upslog support for multiple UPSs"

upslog is failing to make multiple connections to upsd resulting
in some UPSs logging and others not. This is likely some bug
in upsd's socket handling.

Even though this patch worked for me locally it did not for the
person reporting the problem.

A better approach would be to use select() instead.

PR:	265963

This reverts commit dec4ecc3afecab035a4d4fa59c35093d9f53ffd5.
commit hash: dc2f6b92465447b81470fe2c56963053e04039fd commit hash: dc2f6b92465447b81470fe2c56963053e04039fd commit hash: dc2f6b92465447b81470fe2c56963053e04039fd commit hash: dc2f6b92465447b81470fe2c56963053e04039fd dc2f6b9
Sunday, 28 Aug 2022
21:16 Cy Schubert (cy) search for other commits by this committer
sysutils/nut*: Add upslog support for multiple UPSs

upslog is a utility that logs UPS status at regular intervals, specified
by the -i option. Unfortunately upslog supports only on UPS. For sites
that need to monitor multiple UPSs the options are to cobble an rc script
for each or doctor up the nut_upslog.in script to support cloning of the
script. Unfortunately an rc script capable of being cloned would become
the source of more PRs and would require significanly more tehcnical
documentation that by itself might become confusing for the average
system administrator.

Therefore a new -m option is added to support multiple UPSs using the
same invocation of upslog. The patch parses a -m option and forks
almost immediately following the getopt(3) invokation to monitor each
individual UPS using a separate upslog process. This is not ideal but
(Only the first 15 lines of the commit message are shown above View all of this commit message)
commit hash: dec4ecc3afecab035a4d4fa59c35093d9f53ffd5 commit hash: dec4ecc3afecab035a4d4fa59c35093d9f53ffd5 commit hash: dec4ecc3afecab035a4d4fa59c35093d9f53ffd5 commit hash: dec4ecc3afecab035a4d4fa59c35093d9f53ffd5 dec4ecc

Number of commits found: 2