HomeFreeBSD

print/texlive-base: latexmk -- fix command line passed to ps

Description

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]

[...]

Details

Provenance
tcbernerAuthored on Mar 20 2023, 2:49 PM
Parents
R11:c3f7d6e44b79: graphics/gifski: Update 1.7.0 → 1.10.3
Branches
Unknown
Tags
Unknown