misc/py-litellm: Update to 1.100.1
While here, relax upper version limit of py-openai. Also, switch to
py-importlib-metadata to resolve runtime dependency conflict[1].
PR: 298345 [1]
Reported by: cedric <cedric at precidata.com> [1]
japanese/eblook: Take maintainership
Remove iconv-related processing, as base's iconv is used.
Add a patch for cases where simd(7) is enabled.
PR: 298303
Approved by: fluffy (mentor)
net/xrdp: Use canonical spelling of USERS/GROUPS
When the _xrdp user and group were added, they were listed as
USER= _xrdp
GROUP= _xrdp
which did not result in the user and group being created when the
package is installed.
Reviewed by: meta
Fixes: ee46045d223a ("net/xrdp: Update to 0.10.2-rc.1")
Sponsored by: Amazon
Differential Revision: https://reviews.freebsd.org/D59324
(cherry picked from commit 6e9e6da50fe9a5b1d4260a57a041e68b72694b6a)
www/lynx-current: Better SSL OPTIONS
The GNUTLS OPTION was being sneaky--if you disabled it, it enabled
OpenSSL support instead. That's probably what most people wanted it
to do anyway, but that wasn't the best way to do it.
Instead, add a new radio group with OPENSSL and GNUTLS options. It's
also possible to disable both and build without TLS/https support now.
x11-fonts/monaspace: Improve port
Simplify do-install and rely on common mechanisms to follow other
ports in tree
PR: 297718
Reviewed by: lwhsu (maintainer)