Help please. USB HID problem (was Re: Nut can't open Mini-Box OPEN-UPS2)

2024-06-28 Thread Graham Menhennitt
Hello again, I sent this a couple of weeks ago and haven't had any replies. I'm sure that somebody recognises the USB error, even if they don't know anything about Nut or the UPS. So I've resent this with a slightly more general subject line. Other people with similar problems on Linux have

Unmaintained FreeBSD ports which are out of date

2024-06-28 Thread portscout
Dear port maintainers, The portscout new distfile checker has detected that one or more unmaintained ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. Please consider also adopting this po

Extend go.mk to be able to download from different additional sources

2024-06-28 Thread Matthias Fechner
Hi, I have the use-case from some ports I maintain which are related or are based on go. Upstream does not provide the go.mod via goproxy but e.g. only on gitlab or github. Therefor the go modules approve to build the port is not possible. The extension enables the go.mk to more flexibly do

Re: [Bug 279519] [NEW PORT] databases/mongosh: mongodb official Shell CLI

2024-06-28 Thread Hiroo Ono
Hi, Not a committed port, so I do not know if it is the right solution. I managed to limit the networking in fetch phase in the port below: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272180 in short, I took the following steps in fetch phase, 1. HOME=${WRKDIR} npm install --ignore-script