sysutils/paladin: fix build on riscv64
Bump golang.org/x/sys dependency to a version new enough
to support riscv64-freebsd. This subsumes the patches
previously included for AArch64 support.
While we are at it, fix configuration when PREFIX is not
/usr/local.
Sponsored by: Berliner Linux User Group e.V.
Approved by: portmgr (build fix blanket)
sysutils/paladin: update 1.1.1 -> 2.0.0
- An -f command line flag that allows specifying a config file
- A handle for the SIGINFO signal
- Args to the children are passed as an array (so that it's possible
to pass an argument with a space in it)
- Fixes of some major bugs causing paladin to not correctly track
the number of running children (so it wouldn't know when to exit),
or not wait for children to exit before exiting itself after
receiving SIGTERM.
PR: 236111
Submitted by: rlwestlund@gmail.com
Approved by: Randy Westlund <rwestlun@gmail.com>