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: print/texlive-base/files/patch-texk_texlive_linked__scripts_latexmk_latexmk.pl

Number of commits found: 1

Tuesday, 21 Mar 2023
17:16 Tobias C. Berner (tcberner) search for other commits by this committer
print/texlive-base: latexmk -- fix command line passed to ps

Linux ps supports
   -u userlist
              Select by effective user ID (EUID) or name.  This selects
              the processes whose effective user name or ID is in
              userlist.
whereas FreeBSD ps uses
   -U      Display the processes belonging to the specified usernames.

This fixes the error message seen when running latexmk:

> latexmk foo.tex
[...]
ps: illegal argument: Tobias

usage: ps [-aCcdefHhjlmrSTuvwXxZ] [-O fmt | -o fmt] [-G gid[,gid...]]
          [-J jid[,jid...]] [-M core] [-N system]
          [-p pid[,pid...]] [-t tty[,tty...]] [-U user[,user...]]
       ps [-L]
[...]
commit hash: e65518f713e111fcb8ae9ecb43b7006a1776d2cf commit hash: e65518f713e111fcb8ae9ecb43b7006a1776d2cf commit hash: e65518f713e111fcb8ae9ecb43b7006a1776d2cf commit hash: e65518f713e111fcb8ae9ecb43b7006a1776d2cf e65518f

Number of commits found: 1